Skip to content

Commit bb34f92

Browse files
committed
Next development version. Also removed deprecated Sonatype parent (see https://central.sonatype.org/pages/apache-maven.html#deprecated-oss-parent) and added newly released version to docs.
1 parent 23e7880 commit bb34f92

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ While a spring-boot-starter like [cxf-spring-boot-starter] generally only serves
3434
<plugin>
3535
<groupId>de.codecentric</groupId>
3636
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
37-
<version>2.1.7.RELEASE</version>
37+
<version>2.3.0.RELEASE</version>
3838
<executions>
3939
<execution>
4040
<goals>

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

+2-2
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.3.0-SNAPSHOT</version>
7+
<version>2.3.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>cxf-spring-boot-starter-maven-plugin-integrationtest</artifactId>
10-
<version>2.3.0-SNAPSHOT</version>
10+
<version>2.3.1-SNAPSHOT</version>
1111
<description>Project solely for integrationtesting the cxf-spring-boot-starter-maven-plugin</description>
1212

1313
<properties>

cxf-spring-boot-starter-maven-plugin-integrationtest/src/test/resources/generation-test-project/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<plugin>
2121
<groupId>de.codecentric</groupId>
2222
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
23-
<version>2.3.0-SNAPSHOT</version>
23+
<version>2.3.1-SNAPSHOT</version>
2424
<executions>
2525
<execution>
2626
<goals>

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

+2-2
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.3.0-SNAPSHOT</version>
7+
<version>2.3.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
10-
<version>2.3.0-SNAPSHOT</version>
10+
<version>2.3.1-SNAPSHOT</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

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<parent>
5-
<groupId>org.sonatype.oss</groupId>
6-
<artifactId>oss-parent</artifactId>
7-
<version>7</version>
8-
</parent>
94
<groupId>de.codecentric</groupId>
105
<artifactId>cxf-spring-boot-starter-maven-plugin-reactor</artifactId>
11-
<version>2.3.0-SNAPSHOT</version>
6+
<name>cxf-spring-boot-starter-maven-plugin-reactor</name>
7+
<version>2.3.1-SNAPSHOT</version>
128

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

0 commit comments

Comments
 (0)