From 35332a4757e892aeb38aa8f118fc03dbf2fe3de7 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Mon, 9 Sep 2013 21:31:36 -0700 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- archetypes/pom.xml | 2 +- archetypes/simple-cli-javaconfig/pom.xml | 4 ++-- archetypes/simple-cli/pom.xml | 4 ++-- pom.xml | 4 ++-- spring-batch-core-tests/pom.xml | 2 +- spring-batch-core/pom.xml | 2 +- spring-batch-infrastructure-tests/pom.xml | 4 ++-- spring-batch-infrastructure/pom.xml | 2 +- spring-batch-parent/pom.xml | 4 ++-- spring-batch-samples/pom.xml | 2 +- spring-batch-test/pom.xml | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 4dbdcd00a..9744ef4bd 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT ../spring-batch-parent diff --git a/archetypes/simple-cli-javaconfig/pom.xml b/archetypes/simple-cli-javaconfig/pom.xml index c6bb434ca..3dc32e258 100644 --- a/archetypes/simple-cli-javaconfig/pom.xml +++ b/archetypes/simple-cli-javaconfig/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.batch spring-batch-simple-cli-javaconfig - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT jar Commandline http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype @@ -15,7 +15,7 @@ 3.2.0.RELEASE - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT false 4.10 1.6 diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 9b8e7f288..91edf6896 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.batch spring-batch-simple-cli - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT jar Commandline http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype @@ -15,7 +15,7 @@ 3.2.0.RELEASE - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT false 4.10 1.6 diff --git a/pom.xml b/pom.xml index 11aa0ae56..0bff6044b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ Spring Batch 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. - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT pom spring-batch-parent @@ -23,7 +23,7 @@ http://github.com/SpringSource/spring-batch scm:git:git://github.com/SpringSource/spring-batch.git scm:git:ssh://git@github.com/SpringSource/spring-batch.git - 3.0.0.M2 + HEAD JIRA diff --git a/spring-batch-core-tests/pom.xml b/spring-batch-core-tests/pom.xml index bdbda8680..199d9de5c 100644 --- a/spring-batch-core-tests/pom.xml +++ b/spring-batch-core-tests/pom.xml @@ -8,7 +8,7 @@ org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 7433b9bc7..d7c90ce02 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 9deec9c3c..e49977afc 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -7,7 +7,7 @@ org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT ../spring-batch-parent @@ -57,7 +57,7 @@ org.springframework.batch spring-batch-infrastructure - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT org.hsqldb diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index fb46894e1..305d1e1b8 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -12,7 +12,7 @@ org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index d39ca748e..220986b98 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT Spring Batch Parent Spring Batch parent project. Defines dependencies and common configuration for the build process. http://static.springframework.org/spring-batch/${project.artifactId} @@ -12,7 +12,7 @@ http://github.com/SpringSource/spring-batch scm:git:git://github.com/SpringSource/spring-batch.git scm:git:git://github.com/SpringSource/spring-batch.git - 3.0.0.M2 + HEAD diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index f0ca028e8..93b31e5b0 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 08c20da5d..6e0632316 100755 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.batch spring-batch-parent - 3.0.0.M2 + 3.0.0.BUILD-SNAPSHOT ../spring-batch-parent