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
actions-user committed Sep 7, 2024
1 parent cdd4e4d commit 5abf52c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.bekoenig.getdown</groupId>
<artifactId>getdown</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>getdown-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.bekoenig.getdown</groupId>
<artifactId>getdown</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>getdown-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.bekoenig.getdown</groupId>
<artifactId>getdown</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>getdown-launcher</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.bekoenig.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

<name>getdown</name>
<description>An application installer and updater.</description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:bekoenig/getdown.git</connection>
<developerConnection>scm:git:[email protected]:bekoenig/getdown.git</developerConnection>
<url>https://github.com/bekoenig/getdown</url>
<tag>2.0.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 5abf52c

Please sign in to comment.