You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2017/10/19 20:08:52 UTC

[cxf] branch master updated: update Spring and Spring Boot minor versions

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 49ba406  update Spring and Spring Boot minor versions
49ba406 is described below

commit 49ba406c8ed6e8be4ea43b14bb9c511bc1655bc2
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Thu Oct 19 22:08:28 2017 +0200

    update Spring and Spring Boot minor versions
---
 .../src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml | 3 +--
 distribution/src/main/release/samples/pom.xml                         | 2 +-
 parent/pom.xml                                                        | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
index 3d18d83..cd5dc26 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
@@ -31,7 +31,6 @@
     
     <properties>
         <cxf.version>${project.version}</cxf.version>
-        <cxf.spring.boot.version>1.5.7.RELEASE</cxf.spring.boot.version>
         <cxf.camel.version>2.19.2</cxf.camel.version>
     </properties>
     
@@ -112,7 +111,7 @@
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
-                <version>${cxf.spring.boot.version}</version>
+                <version>${spring.boot.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 42c4197..00f4ec4 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.7.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.8.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>1.3.4.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8504662..c79be1c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -151,8 +151,8 @@
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
         <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.11.RELEASE</cxf.spring.version>
-        <cxf.spring.boot.version>1.5.7.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.version>4.3.12.RELEASE</cxf.spring.version>
+        <cxf.spring.boot.version>1.5.8.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>

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].