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
smcvb committed Oct 24, 2023
1 parent 6d7d72d commit 15554cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kotlin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>axon-kotlin-parent</artifactId>
<groupId>org.axonframework.extensions.kotlin</groupId>
<version>4.9.0</version>
<version>4.9.1-SNAPSHOT</version>
</parent>

<artifactId>axon-kotlin-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.axonframework.extensions.kotlin</groupId>
<artifactId>axon-kotlin-parent</artifactId>
<version>4.9.0</version>
<version>4.9.1-SNAPSHOT</version>
</parent>

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

<groupId>org.axonframework.extensions.kotlin</groupId>
<artifactId>axon-kotlin-parent</artifactId>
<version>4.9.0</version>
<version>4.9.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -560,7 +560,7 @@
<developerConnection>scm:git:git@github.com:AxonFramework/extension-kotlin.git
</developerConnection>
<url>https://github.com/AxonFramework/extension-kotlin</url>
<tag>axon-kotlin-4.9.0</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 15554cd

Please sign in to comment.