Skip to content

Commit

Permalink
Update to cxf-spring-boot-starter-maven-plugin 1.0.5.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed May 2, 2016
1 parent 50b1637 commit 895685d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<cxf-spring-boot-starter-maven-plugin.version>1.0.5.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<java.version>1.8</java.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -153,7 +154,7 @@
<plugin>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
<version>${project.version}</version>
<version>${cxf-spring-boot-starter-maven-plugin.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 895685d

Please sign in to comment.