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/11/03 20:41:15 UTC

[cxf] branch main updated: Update Spring Cloud Eureka to 4.0.0-RC1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f9e5c57440 Update Spring Cloud Eureka to 4.0.0-RC1
f9e5c57440 is described below

commit f9e5c574400148a87c7daef4f0387950faa47795
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Nov 3 16:40:58 2022 -0400

    Update Spring Cloud Eureka to 4.0.0-RC1
---
 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 cada8fbd04..82f30675ed 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>3.0.0-RC1</spring.boot.version>
-        <spring.cloud.eureka.version>4.0.0-M1</spring.cloud.eureka.version>
+        <spring.cloud.eureka.version>4.0.0-RC1</spring.cloud.eureka.version>
         <cxf.jetty11.version>11.0.12</cxf.jetty11.version>
         <cxf.netty.version>4.1.84.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>