This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 271cb1589e Fix deps in dynamicclient sample pom.xml
271cb1589e is described below
commit 271cb1589e0f1043a49dedfb6b6ec24ac8f0d373
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Dec 16 06:10:41 2025 -1000
Fix deps in dynamicclient sample pom.xml
---
modules/samples/dynamicclient/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/samples/dynamicclient/pom.xml
b/modules/samples/dynamicclient/pom.xml
index 28b120942c..8e04658f7c 100644
--- a/modules/samples/dynamicclient/pom.xml
+++ b/modules/samples/dynamicclient/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.axis2.examples</groupId>
<artifactId>dynamic-client</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -29,4 +29,4 @@
<module>client</module>
</modules>
-</project>
\ No newline at end of file
+</project>