Skip to content

Commit

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

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

Expand Down
2 changes: 1 addition & 1 deletion axon-mongo-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon-mongo-parent</artifactId>
<groupId>org.axonframework.extensions.mongo</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 mongo-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.axonframework.extensions.mongo</groupId>
<artifactId>axon-mongo-parent</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
</parent>

<artifactId>axon-mongo-example</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>

<name>Axon Framework Mongo Extension - Spring Boot Example</name>
<description>Example module for the Mongo Extension of Axon Framework</description>
Expand Down
2 changes: 1 addition & 1 deletion mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework.extensions.mongo</groupId>
<artifactId>axon-mongo-parent</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
</parent>

<artifactId>axon-mongo</artifactId>
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.mongo</groupId>
<artifactId>axon-mongo-parent</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.10.0</version>
<modules>
<module>mongo</module>
<module>mongo-axon-example</module>
Expand Down Expand Up @@ -526,7 +526,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-mongo.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/extension-mongo.git</developerConnection>
<url>https://github.com/AxonFramework/extension-mongo</url>
<tag>HEAD</tag>
<tag>axon-mongo-4.10.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit a9a17fe

Please sign in to comment.