Skip to content

Commit 6f53a8e

Browse files
committed
fix: samples depend on old axis versions
1 parent 137b0ed commit 6f53a8e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

modules/samples/dynamicclient/client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
<parent>
2323
<artifactId>dynamic-client</artifactId>
2424
<groupId>org.apache.axis2.examples</groupId>
25-
<version>1.7.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
27-
<groupId>org.apache.axis2.examples</groupId>
2827
<artifactId>client</artifactId>
29-
<version>1.7.0-SNAPSHOT</version>
30-
28+
3129
<dependencies>
3230
<dependency>
3331
<groupId>org.apache.axis2</groupId>

modules/samples/dynamicclient/server/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@
2222
<parent>
2323
<artifactId>dynamic-client</artifactId>
2424
<groupId>org.apache.axis2.examples</groupId>
25-
<version>1.7.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
27-
<groupId>org.apache.axis2.examples</groupId>
2827
<artifactId>server</artifactId>
29-
<version>1.7.0-SNAPSHOT</version>
3028

3129
<dependencies>
3230
<dependency>

0 commit comments

Comments
 (0)