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 27a67efb2d Fix 
org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest test cases under 
JDK-17/21
27a67efb2d is described below

commit 27a67efb2d22437b9d91fa2e37e30a7c7babaf69
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Aug 26 18:54:46 2024 -0400

    Fix org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest test 
cases under JDK-17/21
---
 systests/uncategorized/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 33cc2a20bf..4859ab2f93 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -402,9 +402,9 @@
             </dependencies>
         </profile>
         <profile>
-            <id>jdk22</id>
+            <id>jdk17</id>
             <activation>
-                <jdk>[22,)</jdk>
+                <jdk>[17,)</jdk>
             </activation>
             <properties>
                 <!-- JAXB: see please 
https://github.com/javaee/jaxb-v2/issues/1184 -->

Reply via email to