Skip to content

Commit 4db8943

Browse files
committed
2.1.6.RELEASE
1 parent dc4036f commit 4db8943

File tree

3 files changed

+5
-5
lines changed
  • cxf-spring-boot-starter-maven-plugin-integrationtest
  • cxf-spring-boot-starter-maven-plugin

3 files changed

+5
-5
lines changed

cxf-spring-boot-starter-maven-plugin-integrationtest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>cxf-spring-boot-starter-maven-plugin-reactor</artifactId>
7-
<version>2.1.6-SNAPSHOT</version>
7+
<version>2.1.6.RELEASE</version>
88
</parent>
99
<artifactId>cxf-spring-boot-starter-maven-plugin-integrationtest</artifactId>
10-
<version>2.1.6-SNAPSHOT</version>
10+
<version>2.1.6.RELEASE</version>
1111
<description>Project solely for integrationtesting the cxf-spring-boot-starter-maven-plugin</description>
1212

1313
<properties>

cxf-spring-boot-starter-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>cxf-spring-boot-starter-maven-plugin-reactor</artifactId>
7-
<version>2.1.6-SNAPSHOT</version>
7+
<version>2.1.6.RELEASE</version>
88
</parent>
99
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
10-
<version>2.1.6-SNAPSHOT</version>
10+
<version>2.1.6.RELEASE</version>
1111
<name>cxf-spring-boot-starter-maven-plugin</name>
1212
<description>Maven plugin complementing the Boot starter for SOAP-Webservices with Apache CXF using JAX-WS &amp; JAXB with Annotations only</description>
1313
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>de.codecentric</groupId>
1010
<artifactId>cxf-spring-boot-starter-maven-plugin-reactor</artifactId>
11-
<version>2.1.6-SNAPSHOT</version>
11+
<version>2.1.6.RELEASE</version>
1212

1313
<description>Reactor Maven project for the cxf-spring-boot-starter-maven-plugin</description>
1414
<packaging>pom</packaging>

0 commit comments

Comments
 (0)