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 2022/02/19 00:30:09 UTC

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

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 3e969dd  Update Spring Cloud Eureka to 3.1.1
3e969dd is described below

commit 3e969ddcf8e6d67855cd5f66a76c3dccfbf79e10
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Feb 18 19:29:55 2022 -0500

    Update Spring Cloud Eureka to 3.1.1
---
 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 2022364..e653adf 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.6.3</spring.boot.version>
-        <spring.cloud.eureka.version>3.1.0</spring.cloud.eureka.version>
+        <spring.cloud.eureka.version>3.1.1</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
         <cxf.netty.version>4.1.74.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>