From 0201bcb2b3886451b7b0e646a1b1303b3d9e5141 Mon Sep 17 00:00:00 2001 From: nebhale Date: Tue, 25 Mar 2008 10:02:24 +0000 Subject: [PATCH] [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. --- dist/pom.xml | 2 +- docs/pom.xml | 2 +- pom.xml | 2 +- spring-batch-core/pom.xml | 2 +- spring-batch-infrastructure/pom.xml | 2 +- spring-batch-integration/pom.xml | 2 +- spring-batch-samples/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/pom.xml b/dist/pom.xml index 7e9348138..b2afcb461 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -12,7 +12,7 @@ org.springframework.batch spring-batch - 1.0.0.-SNAPSHOT + 1.0.0.FINAL-SNAPSHOT .. diff --git a/docs/pom.xml b/docs/pom.xml index 5ab35ac69..8d3eb687d 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch - 1.0.0.-SNAPSHOT + 1.0.0.FINAL-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index d7c895ad0..dbfb391b3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ - 1.0.0.-SNAPSHOT + 1.0.0.FINAL-SNAPSHOT pom spring-batch-infrastructure diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 98f13d58c..14062ce12 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -12,7 +12,7 @@ org.springframework.batch spring-batch - 1.0.0.-SNAPSHOT + 1.0.0.FINAL-SNAPSHOT .. diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 0badd449c..087b287ca 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -11,7 +11,7 @@ org.springframework.batch spring-batch - 1.0.0.-SNAPSHOT + 1.0.0.FINAL-SNAPSHOT .. diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index 8505b7f9b..2b87c7dab 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -7,7 +7,7 @@ Integration tests for the Spring Batch Infrastructure org.springframework.batch - 1.0.0.-SNAPSHOT + 1.0.0.FINAL-SNAPSHOT spring-batch .. diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 087acf0a3..eb7446248 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -11,7 +11,7 @@ org.springframework.batch spring-batch - 1.0.0.-SNAPSHOT + 1.0.0.FINAL-SNAPSHOT ..