Skip to content

Commit 103c4fb

Browse files
committed
[maven-release-plugin] prepare release 4.0-M4
1 parent e675425 commit 103c4fb

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

bootique-cxf-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>bootique-cxf-parent</artifactId>
55
<groupId>io.bootique.cxf</groupId>
6-
<version>4.0-SNAPSHOT</version>
6+
<version>4.0-M4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

bootique-cxf-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.cxf</groupId>
2626
<artifactId>bootique-cxf-parent</artifactId>
27-
<version>4.0-SNAPSHOT</version>
27+
<version>4.0-M4</version>
2828
</parent>
2929

3030
<artifactId>bootique-cxf-jaxrs</artifactId>

bootique-cxf-jaxws-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>bootique-cxf-parent</artifactId>
55
<groupId>io.bootique.cxf</groupId>
6-
<version>4.0-SNAPSHOT</version>
6+
<version>4.0-M4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

bootique-cxf-jaxws-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>bootique-cxf-parent</artifactId>
55
<groupId>io.bootique.cxf</groupId>
6-
<version>4.0-SNAPSHOT</version>
6+
<version>4.0-M4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

bootique-cxf-jaxws-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.bootique.cxf</groupId>
77
<artifactId>bootique-cxf-parent</artifactId>
8-
<version>4.0-SNAPSHOT</version>
8+
<version>4.0-M4</version>
99
</parent>
1010

1111
<artifactId>bootique-cxf-jaxws-server</artifactId>

pom.xml

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

3030
<groupId>io.bootique.cxf</groupId>
3131
<artifactId>bootique-cxf-parent</artifactId>
32-
<version>4.0-SNAPSHOT</version>
32+
<version>4.0-M4</version>
3333
<packaging>pom</packaging>
3434

3535
<name>bootique-cxf-parent</name>
@@ -60,7 +60,7 @@
6060
<scm>
6161
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-cxf</developerConnection>
6262
<url>https://github.com/bootique/bootique-cxf</url>
63-
<tag>HEAD</tag>
63+
<tag>4.0-M4</tag>
6464
</scm>
6565

6666
<dependencyManagement>

0 commit comments

Comments
 (0)