Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-reactor-4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Jul 26, 2024
1 parent 6043d66 commit 2bc30a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion axon-reactor-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon-reactor-parent</artifactId>
<groupId>org.axonframework.extensions.reactor</groupId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions axon-reactor-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.axonframework.extensions.reactor</groupId>
<artifactId>axon-reactor-spring-boot-starter</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>

<name>Axon Framework Reactor Extension - Spring Boot Starter</name>
<description>
Expand Down Expand Up @@ -159,7 +159,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-reactor.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-reactor.git</developerConnection>
<url>https://github.com/AxonFramework/extension-reactor</url>
<tag>HEAD</tag>
<tag>axon-reactor-4.10.0</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion axon-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon-reactor-parent</artifactId>
<groupId>org.axonframework.extensions.reactor</groupId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.axonframework.extensions.reactor</groupId>
<artifactId>axon-reactor-parent</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
<modules>
<module>axon-reactor</module>
<module>axon-reactor-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -404,7 +404,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-reactor.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-reactor.git</developerConnection>
<url>https://github.com/AxonFramework/extension-reactor</url>
<tag>HEAD</tag>
<tag>axon-reactor-4.10.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 2bc30a6

Please sign in to comment.