Skip to content

Commit d8151e3

Browse files
author
Karl M. Davis
committed
[maven-release-plugin] prepare for next development iteration
1 parent d82d10f commit d8151e3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

ksoap2-android-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-android-assembly</artifactId>

ksoap2-android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-android</artifactId>

ksoap2-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-base</artifactId>

ksoap2-extras/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-extras</artifactId>

ksoap2-j2se/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-j2se</artifactId>

ksoap2-midp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-midp</artifactId>

ksoap2-samples-axis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-samples-axis</artifactId>

ksoap2-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-samples</artifactId>

ksoap2-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.ksoap2-android</groupId>
66
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4</version>
7+
<version>2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ksoap2-servlet</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.google.code.ksoap2-android</groupId>
55
<artifactId>ksoap2-parent</artifactId>
6-
<version>2.4</version>
6+
<version>2.5-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>ksoap2-parent</name>

0 commit comments

Comments
 (0)