Repository: cxf Updated Branches: refs/heads/master afc6bd288 -> f45612c0a
use latest Spring Boot release Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f45612c0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f45612c0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f45612c0 Branch: refs/heads/master Commit: f45612c0a60b63c5cfe7e190c54254e8a77c5e2a Parents: afc6bd2 Author: Dennis Kieselhorst <[email protected]> Authored: Wed Jul 26 15:08:00 2017 +0200 Committer: Dennis Kieselhorst <[email protected]> Committed: Wed Jul 26 15:08:52 2017 +0200 ---------------------------------------------------------------------- distribution/src/main/release/samples/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f45612c0/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index c83e7a9..4c943bb 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -30,7 +30,7 @@ <!-- don't deploy the samples, kind of pointless --> <maven.deploy.skip>true</maven.deploy.skip> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring.boot.version>1.5.4.RELEASE</spring.boot.version> + <spring.boot.version>1.5.5.RELEASE</spring.boot.version> <spring.cloud.eureka.version>1.3.1.RELEASE</spring.cloud.eureka.version> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/f45612c0/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3943830..06967c8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -152,7 +152,7 @@ <cxf.slf4j.version>1.7.25</cxf.slf4j.version> <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version> <cxf.spring.version>4.3.10.RELEASE</cxf.spring.version> - <cxf.spring.boot.version>1.5.4.RELEASE</cxf.spring.boot.version> + <cxf.spring.boot.version>1.5.5.RELEASE</cxf.spring.boot.version> <cxf.spring.security.version>4.2.3.RELEASE</cxf.spring.security.version> <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version> <cxf.spring.ldap.version>2.3.1.RELEASE</cxf.spring.ldap.version>
