Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikmdevops committed Aug 22, 2024
1 parent f3a46cf commit e63bac1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.ikm.maven</groupId>
<artifactId>maven-artifacts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>manifest-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>dev.ikm.maven</groupId>
<artifactId>maven-artifacts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Maven Artifacts</name>
Expand Down
2 changes: 1 addition & 1 deletion tinkar-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.ikm.maven</groupId>
<artifactId>maven-artifacts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>tinkar-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tinkar-origin-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tinkar-origin-archetype</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>maven-archetype</packaging>

<name>Tinkar Origin Archetype</name>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>dev.ikm.maven</groupId>
<artifactId>maven-artifacts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion unzip-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.ikm.maven</groupId>
<artifactId>maven-artifacts</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>unzip-maven-plugin</artifactId>
Expand Down

0 comments on commit e63bac1

Please sign in to comment.