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 2020/12/16 02:03:36 UTC

[cxf] branch master updated: Updating to Spring Cloud 3.0.0-RC1

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 420f6f3  Updating to Spring Cloud 3.0.0-RC1
420f6f3 is described below

commit 420f6f35915cbd50cc175a6a10359125516b0213
Author: reta <dr...@gmail.com>
AuthorDate: Tue Dec 15 21:03:13 2020 -0500

    Updating to Spring Cloud 3.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 db71ef6..356e4a8 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.4.0</spring.boot.version>
-        <spring.cloud.eureka.version>3.0.0-M6</spring.cloud.eureka.version>
+        <spring.cloud.eureka.version>3.0.0-RC1</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.34.v20201102</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.32.1</cxf.swagger.ui.version>