Remove Maven release:prepare work in progress submitted in error

This commit is contained in:
macsuibhne
2008-10-10 13:44:17 +00:00
parent 90dab93435
commit eacf9a41a1
8 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,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-samples</artifactId>
<version>2.0.0.M2</version>
<version>2.0.0.CI-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Samples</name>
<description>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>2.0.0.M2</version>
<version>2.0.0.CI-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<profiles>
@@ -382,4 +382,4 @@
</plugin>
</plugins>
</build>
</project>
</project>