Skip to content

Commit 271cb15

Browse files
Fix deps in dynamicclient sample pom.xml
1 parent fd4dc64 commit 271cb15

File tree

1 file changed

+2
-2
lines changed
  • modules/samples/dynamicclient

1 file changed

+2
-2
lines changed

modules/samples/dynamicclient/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.axis2.examples</groupId>
2323
<artifactId>dynamic-client</artifactId>
24-
<version>1.7.0-SNAPSHOT</version>
24+
<version>2.0.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626

2727
<modules>
2828
<module>server</module>
2929
<module>client</module>
3030
</modules>
3131

32-
</project>
32+
</project>

0 commit comments

Comments
 (0)