[BATCH-499] Updated version number to 1.0.0.FINAL-SNAPSHOT to be universally Maven friendly. Doesn't any find it odd that in 2.0.6 and 2.1 it's broken but in 2.0.7 it's not? That's not the greatest QC.

This commit is contained in:
nebhale
2008-03-25 10:02:24 +00:00
parent 786fcd9bb9
commit 0201bcb2b3
7 changed files with 7 additions and 7 deletions

2
dist/pom.xml vendored
View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.-SNAPSHOT</version>
<version>1.0.0.FINAL-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.-SNAPSHOT</version>
<version>1.0.0.FINAL-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -8,7 +8,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.0.-SNAPSHOT</version>
<version>1.0.0.FINAL-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-infrastructure</module>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.-SNAPSHOT</version>
<version>1.0.0.FINAL-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.-SNAPSHOT</version>
<version>1.0.0.FINAL-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<profiles>

View File

@@ -7,7 +7,7 @@
<description> Integration tests for the Spring Batch Infrastructure </description>
<parent>
<groupId>org.springframework.batch</groupId>
<version>1.0.0.-SNAPSHOT</version>
<version>1.0.0.FINAL-SNAPSHOT</version>
<artifactId>spring-batch</artifactId>
<relativePath>..</relativePath>
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.-SNAPSHOT</version>
<version>1.0.0.FINAL-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<profiles>