This is an automated email from the ASF dual-hosted git repository.
coheigea 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 ddbadf1199 Fixing SNAPSHOT version
ddbadf1199 is described below
commit ddbadf119948e5ccd7110c12872dc4208b298abc
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Nov 19 05:07:19 2025 +0000
Fixing SNAPSHOT version
---
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 043f16609a..4eba054973 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>4.0.11-SNAPSHOT</version>
<classifier>keys</classifier>
</dependency>
<dependency>