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 2c5af30310 Fixing testutils version
2c5af30310 is described below

commit 2c5af3031007bd20f79640382a76c5167ff7d89d
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Nov 14 16:23:52 2025 +0000

    Fixing testutils version
---
 distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 9650b5e248..e02020421d 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -210,7 +210,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to