You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/06/09 02:46:06 UTC

[cxf] branch master updated: Update Spring Cloud Netflix Eureka to 3.0.3

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

reta 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 c2e6f35  Update Spring Cloud Netflix Eureka to 3.0.3
c2e6f35 is described below

commit c2e6f351383602c5c40405049fb83a52a0b3ccff
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jun 8 22:45:38 2021 -0400

    Update Spring Cloud Netflix Eureka to 3.0.3
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 7a85622..d765eff 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>2.5.0</spring.boot.version>
-        <spring.cloud.eureka.version>3.0.2</spring.cloud.eureka.version>
+        <spring.cloud.eureka.version>3.0.3</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.41.v20210516</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.38.0</cxf.swagger.ui.version>