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/22 18:30:09 UTC

[cxf] branch main updated: Update Spring Boot to 3.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 188776f672 Update Spring Boot to 3.0.0-RC1
188776f672 is described below

commit 188776f6723abb01b4c771e7370a09b844437e8d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Oct 22 14:14:42 2022 -0400

    Update Spring Boot to 3.0.0-RC1
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index cdca449403..9de8d1deb6 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,7 +30,7 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>3.0.0-M5</spring.boot.version>
+        <spring.boot.version>3.0.0-RC1</spring.boot.version>
         <spring.cloud.eureka.version>3.1.0</spring.cloud.eureka.version>
         <cxf.jetty11.version>11.0.12</cxf.jetty11.version>
         <cxf.netty.version>4.1.84.Final</cxf.netty.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 88e3a75252..4e04402a38 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -180,7 +180,7 @@
         <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.32</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>3.0.0-M5</cxf.spring.boot.version>
+        <cxf.spring.boot.version>3.0.0-RC1</cxf.spring.boot.version>
         <cxf.spring.ldap.version>3.0.0-M2</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.security.version>6.0.0-RC1</cxf.spring.security.version>