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 dbaf44f  update spring.cloud.eureka.version in samples
dbaf44f is described below

commit dbaf44f3ed9c72d31f5083a4a6e3f92af48d7b26
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Fri Sep 15 14:08:13 2017 +0200

    update spring.cloud.eureka.version in samples
---
 .../samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml      | 9 ++++++++-
 distribution/src/main/release/samples/pom.xml                    | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
index 565c1bd..d936351 100644
--- 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
@@ -16,9 +16,16 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-dependencies</artifactId>
+                <version>${spring.boot.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
                 <groupId>org.springframework.cloud</groupId>
                 <artifactId>spring-cloud-netflix</artifactId>
-                <version>1.3.1.RELEASE</version>
+                <version>${spring.cloud.eureka.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 1d7d8db..e23a069 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -31,7 +31,7 @@
         <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.cloud.eureka.version>1.3.1.RELEASE</spring.cloud.eureka.version>
+        
<spring.cloud.eureka.version>1.3.4.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>
         <dependency>

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

Reply via email to