File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed
cxf-spring-boot-starter-maven-plugin-integrationtest
src/test/resources/generation-test-project
cxf-spring-boot-starter-maven-plugin Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 & JAXB with Annotations only</description >
1313 <packaging >maven-plugin</packaging >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments