Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Feb 27, 2024
1 parent dd3f1bf commit a49e33e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.takari.maven</groupId>
<artifactId>takari-target-platform</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -30,7 +30,7 @@
<scm>
<connection>scm:git:[email protected]:takari/takari-target-platform.git</connection>
<developerConnection>scm:git:[email protected]:takari/takari-target-platform.git</developerConnection>
<tag>takari-target-platform-0.1.0</tag>
<tag>HEAD</tag>
<url>https://github.com/takari/takari-target-platform</url>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion takari-target-platform-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.takari.maven</groupId>
<artifactId>takari-target-platform</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>

<artifactId>takari-target-platform-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion takari-target-platform-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.takari.maven</groupId>
<artifactId>takari-target-platform</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<artifactId>takari-target-platform-plugin</artifactId>
<packaging>takari-maven-plugin</packaging>
Expand Down

0 comments on commit a49e33e

Please sign in to comment.