Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-kotlin-4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Jul 26, 2024
1 parent bc098da commit cc98464
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.10.0-SNAPSHOT</version>
<version>4.10.0</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.10.0-SNAPSHOT</version>
<version>4.10.0</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.10.0-SNAPSHOT</version>
<version>4.10.0</version>
<packaging>pom</packaging>

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

<developers>
Expand Down

0 comments on commit cc98464

Please sign in to comment.