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/10/27 01:29:26 UTC

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

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 2068929ab7 Update Spring Cloud Eureka to 4.0.0-M1
2068929ab7 is described below

commit 2068929ab7277b8c1d9dcd5609838185f2e734e9
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Oct 26 21:29:10 2022 -0400

    Update Spring Cloud Eureka to 4.0.0-M1
---
 distribution/src/main/release/samples/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 9de8d1deb6..cada8fbd04 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>3.1.0</spring.cloud.eureka.version>
+        <spring.cloud.eureka.version>4.0.0-M1</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>
@@ -315,6 +315,13 @@
                     <url>https://repo.spring.io/milestone/</url>
                     <name>Spring Milestone Repo</name>
                 </repository>
+                <repository>
+                    <id>netflix.candidates</id>
+                    <url>https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates</url>
+                    <snapshots>
+                        <enabled>false</enabled>
+                    </snapshots>
+                </repository>
             </repositories>
             <pluginRepositories>
                 <pluginRepository>