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

This commit is contained in:
dsyer
2009-12-23 13:56:21 +00:00
parent 9c483a0eb8
commit 061f09fbc0
11 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-infrastructure</artifactId>
<version>2.1.0.M4 </version>
<version>2.1.0.CI-SNAPSHOT </version>
<packaging>jar</packaging>
<name>Infrastructure</name>
<description><![CDATA[The Spring Batch Infrastructure is a set of
@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.0.M4</version>
<version>2.1.0.CI-SNAPSHOT</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<build>