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

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 7c50cf522e Fix pom.xml references to cxf-testutils version
7c50cf522e is described below

commit 7c50cf522e34ab7960adcaca735bb93a11e3b482
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 15 22:52:32 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 b7a472484a..d6034f7146 100644
--- a/distribution/src/main/release/samples/sts/pom.xml
+++ b/distribution/src/main/release/samples/sts/pom.xml
@@ -259,7 +259,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>${project.version}</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 56d1ef7c81..f2bef9343a 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>3.6.10-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 85a8d9ce93..0b4be8efd5 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>{project.version}</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 6e9f3e15a8..f2aca8bbe5 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
@@ -222,7 +222,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>{project.version}</version>
             <classifier>keys</classifier>
         </dependency>
         <dependency>

Reply via email to