Skip to content

Commit 0f63597

Browse files
committed
[maven-release-plugin] prepare release axon-jgroups-4.4
1 parent 4139fe9 commit 0f63597

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

jgroups-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.axonframework.extensions.jgroups</groupId>
2422
<artifactId>axon-jgroups-parent</artifactId>
25-
<version>4.4-SNAPSHOT</version>
23+
<version>4.4</version>
2624
</parent>
2725

2826
<artifactId>axon-jgroups-spring-boot-autoconfigure</artifactId>

jgroups-spring-boot-starter/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.springframework.boot</groupId>
@@ -28,7 +26,7 @@
2826

2927
<groupId>org.axonframework.extensions.jgroups</groupId>
3028
<artifactId>axon-jgroups-spring-boot-starter</artifactId>
31-
<version>4.4-SNAPSHOT</version>
29+
<version>4.4</version>
3230

3331
<name>Axon Framework JGroups Extension - Spring Boot Starter</name>
3432
<description>Spring Boot Starter module for the JGroups Extension of Axon Framework</description>
@@ -157,7 +155,7 @@
157155
<connection>scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection>
158156
<developerConnection>scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection>
159157
<url>https://github.com/AxonFramework/extension-jgroups</url>
160-
<tag>HEAD</tag>
158+
<tag>axon-jgroups-4.4</tag>
161159
</scm>
162160

163161
</project>

jgroups/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.axonframework.extensions.jgroups</groupId>
2422
<artifactId>axon-jgroups-parent</artifactId>
25-
<version>4.4-SNAPSHOT</version>
23+
<version>4.4</version>
2624
</parent>
2725

2826
<artifactId>axon-jgroups</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119

2220
<groupId>org.axonframework.extensions.jgroups</groupId>
2321
<artifactId>axon-jgroups-parent</artifactId>
24-
<version>4.4-SNAPSHOT</version>
22+
<version>4.4</version>
2523
<modules>
2624
<module>jgroups</module>
2725
<module>jgroups-spring-boot-autoconfigure</module>
@@ -406,7 +404,7 @@
406404
<connection>scm:git:git://github.com/AxonFramework/extension-jgroups.git</connection>
407405
<developerConnection>scm:git:git@github.com:AxonFramework/extension-jgroups.git</developerConnection>
408406
<url>https://github.com/AxonFramework/extension-jgroups</url>
409-
<tag>HEAD</tag>
407+
<tag>axon-jgroups-4.4</tag>
410408
</scm>
411409

412410
<developers>

0 commit comments

Comments
 (0)