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

reta pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
     new 3f907fc9a8 Update Spring Cloud Eureka to 4.0.4, remove outdate Maven 
profile
3f907fc9a8 is described below

commit 3f907fc9a85815c747c9a4dbe52ed3ee89f68ea9
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 23 16:52:43 2024 -0500

    Update Spring Cloud Eureka to 4.0.4, remove outdate Maven profile
---
 distribution/src/main/release/samples/pom.xml | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index 6577aceeb6..f84d813ca5 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,7 +32,7 @@
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <cxf.spring.boot.version>3.0.13</cxf.spring.boot.version>
-        
<cxf.spring.cloud.eureka.version>4.0.3</cxf.spring.cloud.eureka.version>
+        
<cxf.spring.cloud.eureka.version>4.0.4</cxf.spring.cloud.eureka.version>
         <cxf.jetty11.version>11.0.24</cxf.jetty11.version>
         <cxf.netty.version>4.1.115.Final</cxf.netty.version>
         
<cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
@@ -271,31 +271,6 @@
                 </pluginRepository>
             </pluginRepositories>
         </profile>
-        <profile>
-            <id>jdk11</id>
-            <activation>
-                <jdk>[11,16)</jdk>
-            </activation>
-            <properties>
-                <cxf.spring.boot.version>2.7.6</cxf.spring.boot.version>
-                <cxf.spring.version>5.3.24</cxf.spring.version>
-                <spring.boot.version>2.7.6</spring.boot.version>
-            </properties>
-            <repositories>
-                <repository>
-                    <id>spring.milestone</id>
-                    <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>
-        </profile>
     </profiles>
     <!--
      we turn off the deploy in the properties above, but deploy plugin will

Reply via email to