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
Joseph Hoare committed Apr 16, 2024
1 parent 24ca331 commit 157b771
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion astra-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>astra</artifactId>
<groupId>org.alfasoftware</groupId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>astra-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion astra-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>astra</artifactId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>astra-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion astra-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>astra</artifactId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>astra-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion astra-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>astra</artifactId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>astra-testing</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.alfasoftware</groupId>
<artifactId>astra</artifactId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>astra</name>
Expand Down Expand Up @@ -257,7 +257,7 @@
<connection>scm:git:https://github.com/alfasoftware/astra.git</connection>
<developerConnection>scm:git:[email protected]:alfasoftware/astra.git</developerConnection>
<url>https://github.com/alfasoftware/astra</url>
<tag>astra-2.2.4</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 157b771

Please sign in to comment.