Skip to content

Commit 0f50423

Browse files
committed
[maven-release-plugin] prepare release axon-kotlin-4.7.0
1 parent 741a7a3 commit 0f50423

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

kotlin-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>axon-kotlin-parent</artifactId>
2626
<groupId>org.axonframework.extensions.kotlin</groupId>
27-
<version>4.7.0-SNAPSHOT</version>
27+
<version>4.7.0</version>
2828
</parent>
2929

3030
<artifactId>axon-kotlin-test</artifactId>

kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.axonframework.extensions.kotlin</groupId>
2626
<artifactId>axon-kotlin-parent</artifactId>
27-
<version>4.7.0-SNAPSHOT</version>
27+
<version>4.7.0</version>
2828
</parent>
2929

3030
<artifactId>axon-kotlin</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.axonframework.extensions.kotlin</groupId>
2424
<artifactId>axon-kotlin-parent</artifactId>
25-
<version>4.7.0-SNAPSHOT</version>
25+
<version>4.7.0</version>
2626
<packaging>pom</packaging>
2727

2828
<modules>
@@ -516,7 +516,7 @@
516516
<developerConnection>scm:git:git@github.com:AxonFramework/extension-kotlin.git
517517
</developerConnection>
518518
<url>https://github.com/AxonFramework/extension-kotlin</url>
519-
<tag>HEAD</tag>
519+
<tag>axon-kotlin-4.7.0</tag>
520520
</scm>
521521

522522
<developers>

0 commit comments

Comments
 (0)