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

coheigea 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 d49c0946d4 Fixing build
d49c0946d4 is described below

commit d49c0946d4e4c2c2f454d1e7fcb5ce423ddb2239
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Nov 19 05:07:58 2025 +0000

    Fixing build
---
 distribution/src/main/release/samples/wsdl_first_https/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/wsdl_first_https/pom.xml 
b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
index d5ace7c8d2..e9c93d8a3f 100644
--- a/distribution/src/main/release/samples/wsdl_first_https/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
@@ -213,7 +213,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