Skip to content

Commit

Permalink
#111: Using latest cxf-spring-boot-starter in samples (as SNAPSHOT ve…
Browse files Browse the repository at this point in the history
…rsion) should fix the issue. Also directly going to Spring Boot 2.5.2
  • Loading branch information
jonashackt committed Jul 12, 2021
1 parent e442034 commit 9980a8a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
.studio
target

.gradle

# Apple #
.DS_Store

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>de.codecentric.soap</groupId>
<artifactId>cxf-boot-simple-client</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>

<description>Demo project for using cxf-spring-boot-starter</description>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.0</version>
<version>2.5.2</version>
</parent>

<properties>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>2.4.1</version>
<version>2.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.codecentric.soap</groupId>
<artifactId>cxf-boot-simple</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>cxf-boot-simple</name>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>2.4.1</version>
<version>2.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cxf-spring-boot-starter-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-reactor</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>cxf-spring-boot-starter-samples</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions cxf-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-reactor</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>cxf-spring-boot-starter</artifactId>
<description>Boot starter for SOAP-Webservices with Apache CXF using JAX-WS &amp; JAXB with Annotations only</description>
Expand All @@ -18,7 +18,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Project dependencies -->
<spring.boot.version>2.5.0</spring.boot.version>
<spring.boot.version>2.5.2</spring.boot.version>
<cxf-spring-boot-starter-maven-plugin.version>2.3.0.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<cxf.version>3.4.3</cxf.version>
<jakarta.activation.version>2.0.1</jakarta.activation.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-reactor</artifactId>
<name>cxf-spring-boot-starter-reactor</name>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>

<description>Reactor Maven project for the cxf-spring-boot-starter</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 9980a8a

Please sign in to comment.