Skip to content

Commit d82d10f

Browse files
author
Karl M. Davis
committed
[maven-release-plugin] prepare release ksoap2-parent-2.4
1 parent 261a04d commit d82d10f

File tree

10 files changed

+12
-14
lines changed

10 files changed

+12
-14
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-SNAPSHOT</version>
7+
<version>2.4</version>
88
</parent>
99

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

ksoap2-android/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.google.code.ksoap2-android</groupId>
76
<artifactId>ksoap2-parent</artifactId>
8-
<version>2.4-SNAPSHOT</version>
7+
<version>2.4</version>
98
</parent>
109

1110
<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-SNAPSHOT</version>
7+
<version>2.4</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-SNAPSHOT</version>
7+
<version>2.4</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-SNAPSHOT</version>
7+
<version>2.4</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-SNAPSHOT</version>
7+
<version>2.4</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-SNAPSHOT</version>
7+
<version>2.4</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-SNAPSHOT</version>
7+
<version>2.4</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-SNAPSHOT</version>
7+
<version>2.4</version>
88
</parent>
99

1010
<artifactId>ksoap2-servlet</artifactId>

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>com.google.code.ksoap2-android</groupId>
65
<artifactId>ksoap2-parent</artifactId>
7-
<version>2.4-SNAPSHOT</version>
6+
<version>2.4</version>
87
<packaging>pom</packaging>
98

109
<name>ksoap2-parent</name>

0 commit comments

Comments
 (0)