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
commit 310974363ce1d0e047efaaabb1d2391d0558c888 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..95f2c7e692 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..5e115894bf 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>
