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

This commit is contained in:
nebhale
2008-08-14 15:55:44 +00:00
parent 075046268e
commit dfd5ed9bc8
9 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-docs</artifactId>
<version>1.1.2.RELEASE</version>
<version>1.1.3.CI-SNAPSHOT</version>
<name>Documentation</name>
<packaging>pom</packaging>
<description>Spring Batch Documentation - reference guide and user manuals.</description>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.2.RELEASE</version>
<version>1.1.3.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>