Skip to content

Commit

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

<artifactId>axon-jgroups-spring-boot-autoconfigure</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jgroups-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.jgroups</groupId>
<artifactId>axon-jgroups-spring-boot-starter</artifactId>
<version>4.2-SNAPSHOT</version>
<version>4.2</version>

<name>Axon Framework JGroups Extension - Spring Boot Starter</name>
<description>Spring Boot Starter module for the JGroups Extension of Axon Framework</description>
Expand Down Expand Up @@ -155,7 +155,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection>
<url>https://github.com/AxonFramework/extension-jgroups</url>
<tag>HEAD</tag>
<tag>axon-jgroups-4.2</tag>
</scm>

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

<artifactId>axon-jgroups</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.jgroups</groupId>
<artifactId>axon-jgroups-parent</artifactId>
<version>4.2-SNAPSHOT</version>
<version>4.2</version>
<modules>
<module>jgroups</module>
<module>jgroups-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -394,7 +394,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection>
<url>https://github.com/AxonFramework/extension-jgroups</url>
<tag>HEAD</tag>
<tag>axon-jgroups-4.2</tag>
</scm>

<developers>
Expand Down

0 comments on commit 3d9e987

Please sign in to comment.