Skip to content

Commit 2d35ef4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent dbc7998 commit 2d35ef4

File tree

17 files changed

+23
-23
lines changed

17 files changed

+23
-23
lines changed

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.9</version>
6+
<version>1.5.10-SNAPSHOT</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

core-tiger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.9</version>
5+
<version>1.5.10-SNAPSHOT</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.9</version>
5+
<version>1.5.10-SNAPSHOT</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

oxm-tiger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.9</version>
5+
<version>1.5.10-SNAPSHOT</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

oxm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.9</version>
5+
<version>1.5.10-SNAPSHOT</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.ws</groupId>
55
<artifactId>spring-ws-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.5.9</version>
7+
<version>1.5.10-SNAPSHOT</version>
88
<name>Spring Web Services - Parent</name>
99
<distributionManagement>
1010
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
@@ -23,9 +23,9 @@
2323
</site>
2424
</distributionManagement>
2525
<scm>
26-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.9</connection>
27-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.9</developerConnection>
28-
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.9</url>
26+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
27+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
28+
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
2929
</scm>
3030
<properties>
3131
<spring.version>2.5.6</spring.version>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.ws</groupId>
55
<artifactId>spring-ws</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.5.9</version>
7+
<version>1.5.10-SNAPSHOT</version>
88
<name>Spring Web Services</name>
99
<description>
1010
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -83,9 +83,9 @@
8383
</site>
8484
</distributionManagement>
8585
<scm>
86-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.9</connection>
87-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.9</developerConnection>
88-
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.9</url>
86+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
87+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
88+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</url>
8989
</scm>
9090
<properties>
9191
<spring.version>2.5.6</spring.version>

samples/airline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.9</version>
5+
<version>1.5.10-SNAPSHOT</version>
66
<relativePath>../samples/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

samples/echo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.9</version>
5+
<version>1.5.10-SNAPSHOT</version>
66
<relativePath>../samples/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

samples/mtom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.9</version>
6+
<version>1.5.10-SNAPSHOT</version>
77
<relativePath>../samples/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)