[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
<relativePath>../parent</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
<relativePath>../parent</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent-tiger</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-ldap-ldif-batch</artifactId>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent-tiger</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
<relativePath>../../parent/tiger</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
<relativePath>../parent</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
<relativePath>../parent</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
<name>Spring LDAP - Parent</name>
|
||||
<modules>
|
||||
<module>tiger</module>
|
||||
@@ -27,9 +27,9 @@
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<scm>
|
||||
<connection>scm:svn:https://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.1.RELEASE</connection>
|
||||
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.1.RELEASE</developerConnection>
|
||||
<url>https://fisheye.springsource.org/changelog/~br=trunk/spring-ldap/tags/spring-ldap-1.3.1.RELEASE</url>
|
||||
<connection>scm:svn:https://src.springframework.org/svn/spring-ldap/trunk</connection>
|
||||
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ldap/trunk</developerConnection>
|
||||
<url>https://fisheye.springsource.org/changelog/~br=trunk/spring-ldap</url>
|
||||
</scm>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-ldap-parent-tiger</artifactId>
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring LDAP</name>
|
||||
<description> Spring LDAP is a Java library for simplifying LDAP
|
||||
@@ -109,12 +109,12 @@
|
||||
</distributionManagement>
|
||||
<scm>
|
||||
<connection>
|
||||
scm:svn:https://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.1.RELEASE
|
||||
scm:svn:https://src.springframework.org/svn/spring-ldap/trunk
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.1.RELEASE
|
||||
scm:svn:https://src.springframework.org/svn/spring-ldap/trunk/
|
||||
</developerConnection>
|
||||
<url>https://fisheye.springsource.org/changelog/~br=trunk/spring-ldap/tags/spring-ldap-1.3.1.RELEASE</url>
|
||||
<url>https://fisheye.springsource.org/changelog/~br=trunk/spring-ldap</url>
|
||||
</scm>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-ldap-test</artifactId>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-ldap-integration-tests</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.CI-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-ldap-integration-tests-parent</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user