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

cortlepp pushed a commit to branch cortlepp/fix-samples
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 6f53a8e5522aa42b662c4f67a35f352ad46df92e
Author: Christian Ortlepp <[email protected]>
AuthorDate: Mon Jan 5 16:54:01 2026 +0100

    fix: samples depend on old axis versions
---
 modules/samples/dynamicclient/client/pom.xml | 6 ++----
 modules/samples/dynamicclient/server/pom.xml | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/modules/samples/dynamicclient/client/pom.xml 
b/modules/samples/dynamicclient/client/pom.xml
index 1a3ae90064..c73d321983 100644
--- a/modules/samples/dynamicclient/client/pom.xml
+++ b/modules/samples/dynamicclient/client/pom.xml
@@ -22,12 +22,10 @@
        <parent>
                <artifactId>dynamic-client</artifactId>
                <groupId>org.apache.axis2.examples</groupId>
-               <version>1.7.0-SNAPSHOT</version>
+               <version>2.0.0</version>
        </parent>
-       <groupId>org.apache.axis2.examples</groupId>
        <artifactId>client</artifactId>
-       <version>1.7.0-SNAPSHOT</version>
-       
+
        <dependencies>
                <dependency>
                        <groupId>org.apache.axis2</groupId>
diff --git a/modules/samples/dynamicclient/server/pom.xml 
b/modules/samples/dynamicclient/server/pom.xml
index d7861cabff..66567213c9 100644
--- a/modules/samples/dynamicclient/server/pom.xml
+++ b/modules/samples/dynamicclient/server/pom.xml
@@ -22,11 +22,9 @@
        <parent>
                <artifactId>dynamic-client</artifactId>
                <groupId>org.apache.axis2.examples</groupId>
-               <version>1.7.0-SNAPSHOT</version>
+               <version>2.0.0</version>
        </parent>
-       <groupId>org.apache.axis2.examples</groupId>
        <artifactId>server</artifactId>
-       <version>1.7.0-SNAPSHOT</version>
 
        <dependencies>
                <dependency>

Reply via email to