Skip to content

Commit f3fabaa

Browse files
committed
[maven-release-plugin] prepare release axon-reactor-4.11.0
1 parent e97364f commit f3fabaa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

axon-reactor-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>axon-reactor-parent</artifactId>
2121
<groupId>org.axonframework.extensions.reactor</groupId>
22-
<version>4.11.0-SNAPSHOT</version>
22+
<version>4.11.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

axon-reactor-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.axonframework.extensions.reactor</groupId>
2828
<artifactId>axon-reactor-spring-boot-starter</artifactId>
29-
<version>4.11.0-SNAPSHOT</version>
29+
<version>4.11.0</version>
3030

3131
<name>Axon Framework Reactor Extension - Spring Boot Starter</name>
3232
<description>
@@ -159,7 +159,7 @@
159159
<connection>scm:git:git://github.com/AxonFramework/extension-reactor.git</connection>
160160
<developerConnection>scm:git:git@github.com:AxonFramework/extension-reactor.git</developerConnection>
161161
<url>https://github.com/AxonFramework/extension-reactor</url>
162-
<tag>HEAD</tag>
162+
<tag>axon-reactor-4.11.0</tag>
163163
</scm>
164164

165165
</project>

axon-reactor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>axon-reactor-parent</artifactId>
2121
<groupId>org.axonframework.extensions.reactor</groupId>
22-
<version>4.11.0-SNAPSHOT</version>
22+
<version>4.11.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.axonframework.extensions.reactor</groupId>
2121
<artifactId>axon-reactor-parent</artifactId>
22-
<version>4.11.0-SNAPSHOT</version>
22+
<version>4.11.0</version>
2323
<modules>
2424
<module>axon-reactor</module>
2525
<module>axon-reactor-spring-boot-autoconfigure</module>
@@ -404,7 +404,7 @@
404404
<connection>scm:git:git://github.com/AxonFramework/extension-reactor.git</connection>
405405
<developerConnection>scm:git:git@github.com:AxonFramework/extension-reactor.git</developerConnection>
406406
<url>https://github.com/AxonFramework/extension-reactor</url>
407-
<tag>HEAD</tag>
407+
<tag>axon-reactor-4.11.0</tag>
408408
</scm>
409409

410410
<developers>

0 commit comments

Comments
 (0)