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 735797c5e5 Fix pom.xml references to cxf-testutils version
735797c5e5 is described below

commit 735797c5e5434a1993ed78f732361cac6df078f2
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 15 22:56:29 2025 -0500

    Fix pom.xml references to cxf-testutils version
---
 distribution/src/main/release/samples/sts/pom.xml                       | 2 +-
 distribution/src/main/release/samples/ws_security/sign_enc/pom.xml      | 2 +-
 .../src/main/release/samples/ws_security/sign_enc_policy/pom.xml        | 2 +-
 distribution/src/main/release/samples/ws_security/ut_policy/pom.xml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/src/main/release/samples/sts/pom.xml 
b/distribution/src/main/release/samples/sts/pom.xml
index b583e5b130..abcfdc73ab 100644
--- a/distribution/src/main/release/samples/sts/pom.xml
+++ b/distribution/src/main/release/samples/sts/pom.xml
@@ -270,7 +270,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>4.0.11-SNAPSHOT</version>
             <classifier>keys</classifier>
         </dependency>
         <dependency>
diff --git a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 
b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
index b96999e3a3..bd21c363ca 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
@@ -201,7 +201,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>4.0.11-SNAPSHOT</version>
             <classifier>keys</classifier>
         </dependency>
         <dependency>
diff --git 
a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml 
b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
index b982bff97b..0ddb35181a 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
@@ -194,7 +194,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>4.0.11-SNAPSHOT</version>
             <classifier>keys</classifier>
         </dependency>
         <dependency>
diff --git 
a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 
b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
index f91cb375b3..512a2143e5 100644
--- a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
@@ -223,7 +223,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>4.0.11-SNAPSHOT</version>
             <classifier>keys</classifier>
         </dependency>
         <dependency>

Reply via email to