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

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


The following commit(s) were added to refs/heads/CXF-8671 by this push:
     new 86d3e50181 Fix parent version of IT projects (#1663)
86d3e50181 is described below

commit 86d3e50181efba5d2bcbba7223fad3c91906240e
Author: Andreas Kuhtz <[email protected]>
AuthorDate: Thu Jan 25 14:08:22 2024 +0100

    Fix parent version of IT projects (#1663)
---
 systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml  | 2 +-
 systests/wsdl_maven/codegen/src/it/it-parent/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml 
b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
index 39e5aa284b..ecd2221ffa 100644
--- a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
+++ b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>codegen-it-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../it-parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-4004-it</artifactId>
diff --git a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml 
b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
index cdf2d9c429..83c2566d64 100644
--- a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
+++ b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>codegen-it-parent</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <properties>
         <cxf.version>@project.version@</cxf.version>
@@ -38,7 +38,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.8.1</version>
+                    <version>3.12.1</version>
                     <configuration>
                         <source>11</source>
                         <target>11</target>

Reply via email to