Skip to content

Commit

Permalink
cxf-spring-boot-starter-maven-plugin 1.1.5.RELEASE --> 2.0.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Oct 17, 2018
1 parent 23f9997 commit 2948062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java
jdk:
- oraclejdk8

script: mvn clean install
script: mvn clean install -U

after_success:
- mvn clean test jacoco:report coveralls:report
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Project dependencies -->

<spring.boot.version>2.0.6.RELEASE</spring.boot.version>
<cxf-spring-boot-starter-maven-plugin.version>1.1.5.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<cxf-spring-boot-starter-maven-plugin.version>2.0.0.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<cxf.version>3.2.6</cxf.version>
<fluent-hc.version>4.5.6</fluent-hc.version>
<camunda.version>7.9.0</camunda.version>
Expand Down

0 comments on commit 2948062

Please sign in to comment.