[maven-release-plugin] prepare for next development iteration

This commit is contained in:
nebhale
2008-06-04 20:00:11 +00:00
parent cf6ac0f600
commit e8b651e8bf
6 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.1.a</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -7,7 +7,7 @@
<!-- Use CDATA to keep it on a single line in the manifest -->
<![CDATA[Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.]]>
</description>
<version>1.0.1.a</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-infrastructure</module>
@@ -22,9 +22,9 @@
<url>http://www.springsource.com</url>
</organization>
<scm>
<url>http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-1.0.1.a</url>
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.1.a</connection>
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.1.a</developerConnection>
<url>http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-1.0.2.BUILD-SNAPSHOT</url>
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.2.BUILD-SNAPSHOT</connection>
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.2.BUILD-SNAPSHOT</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.1.a</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.1.a</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<profiles>

View File

@@ -6,7 +6,7 @@
<description> Integration tests for the Spring Batch Infrastructure </description>
<parent>
<groupId>org.springframework.batch</groupId>
<version>1.0.1.a</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<artifactId>spring-batch</artifactId>
<relativePath>..</relativePath>
</parent>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.1.a</version>
<version>1.0.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<profiles>