From 061f09fbc0d21fd3da4a8b0611da5a0ca9ed8739 Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 23 Dec 2009 13:56:21 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- archetypes/pom.xml | 2 +- archetypes/simple-cli/pom.xml | 4 ++-- pom.xml | 8 ++++---- spring-batch-core-tests/pom.xml | 4 ++-- spring-batch-core/pom.xml | 2 +- spring-batch-infrastructure-tests/pom.xml | 4 ++-- spring-batch-infrastructure/pom.xml | 4 ++-- spring-batch-integration/pom.xml | 2 +- spring-batch-parent/pom.xml | 2 +- spring-batch-samples/pom.xml | 2 +- spring-batch-test/pom.xml | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index e3b09e6f9..b897add52 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -10,7 +10,7 @@ org.springframework.batch spring-batch-parent - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index f2ecba4d6..2ec1b9ed1 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 - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT jar Commandline http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype @@ -12,7 +12,7 @@ true 2.5.6 - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT diff --git a/pom.xml b/pom.xml index 1f0441195..d887a9050 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. - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT pom spring-batch-parent @@ -20,9 +20,9 @@ http://www.springsource.com - https://fisheye.springframework.org/browse/spring-batch/tags/2.1.0.M4 - scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.0.M4 - scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.0.M4 + https://fisheye.springframework.org/browse/spring-batch + scm:svn:https://src.springframework.org/svn/spring-batch/trunk + scm:svn:https://src.springframework.org/svn/spring-batch/trunk JIRA diff --git a/spring-batch-core-tests/pom.xml b/spring-batch-core-tests/pom.xml index 8b8f40498..2cd118b33 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 - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent @@ -83,7 +83,7 @@ org.springframework.batch spring-batch-core - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT commons-dbcp diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index b0ab6d7ce..e02738d4d 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch-parent - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index efee3a180..97ffae0ff 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch-parent - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent @@ -49,7 +49,7 @@ org.springframework.batch spring-batch-infrastructure - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT hsqldb diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index e3ed2c0aa..64a06307e 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-batch-infrastructure - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT jar Infrastructure org.springframework.batch spring-batch-parent - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index d49b15c2e..e3f0c8af3 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -7,7 +7,7 @@ org.springframework.batch spring-batch-parent - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index aae7719d0..a50729902 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 - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT Spring Batch Parent Spring Batch parent project. Defines dependencies and common configuration for the build process. diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index ffec84ed3..f6e090446 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch-parent - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index e6667f5ac..fd7007cd7 100755 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.batch spring-batch-parent - 2.1.0.M4 + 2.1.0.CI-SNAPSHOT ../spring-batch-parent