Commit bb34f92 1 parent 23e7880 commit bb34f92 Copy full SHA for bb34f92
File tree 5 files changed +8
-12
lines changed
cxf-spring-boot-starter-maven-plugin
cxf-spring-boot-starter-maven-plugin-integrationtest
src/test/resources/generation-test-project
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
34
34
<plugin>
35
35
<groupId>de.codecentric</groupId>
36
36
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
37
- <version>2.1.7 .RELEASE</version>
37
+ <version>2.3.0 .RELEASE</version>
38
38
<executions>
39
39
<execution>
40
40
<goals>
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.codecentric</groupId >
6
6
<artifactId >cxf-spring-boot-starter-maven-plugin-reactor</artifactId >
7
- <version >2.3.0 -SNAPSHOT</version >
7
+ <version >2.3.1 -SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >cxf-spring-boot-starter-maven-plugin-integrationtest</artifactId >
10
- <version >2.3.0 -SNAPSHOT</version >
10
+ <version >2.3.1 -SNAPSHOT</version >
11
11
<description >Project solely for integrationtesting the cxf-spring-boot-starter-maven-plugin</description >
12
12
13
13
<properties >
Original file line number Diff line number Diff line change 20
20
<plugin >
21
21
<groupId >de.codecentric</groupId >
22
22
<artifactId >cxf-spring-boot-starter-maven-plugin</artifactId >
23
- <version >2.3.0 -SNAPSHOT</version >
23
+ <version >2.3.1 -SNAPSHOT</version >
24
24
<executions >
25
25
<execution >
26
26
<goals >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.codecentric</groupId >
6
6
<artifactId >cxf-spring-boot-starter-maven-plugin-reactor</artifactId >
7
- <version >2.3.0 -SNAPSHOT</version >
7
+ <version >2.3.1 -SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >cxf-spring-boot-starter-maven-plugin</artifactId >
10
- <version >2.3.0 -SNAPSHOT</version >
10
+ <version >2.3.1 -SNAPSHOT</version >
11
11
<name >cxf-spring-boot-starter-maven-plugin</name >
12
12
<description >Maven plugin complementing the Boot starter for SOAP-Webservices with Apache CXF using JAX-WS & JAXB with Annotations only</description >
13
13
<packaging >maven-plugin</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <parent >
5
- <groupId >org.sonatype.oss</groupId >
6
- <artifactId >oss-parent</artifactId >
7
- <version >7</version >
8
- </parent >
9
4
<groupId >de.codecentric</groupId >
10
5
<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 >
12
8
13
9
<description >Reactor Maven project for the cxf-spring-boot-starter-maven-plugin</description >
14
10
<packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments