From 993d0e52edce2f36a55a30480b76aa9dc3af0adc Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Fri, 11 Apr 2014 13:39:33 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 2.2.6.RELEASE --- archetypes/pom.xml | 2 +- archetypes/simple-cli/pom.xml | 2 +- pom.xml | 4 ++-- spring-batch-core-tests/pom.xml | 2 +- spring-batch-core/pom.xml | 4 ++-- spring-batch-infrastructure-tests/pom.xml | 4 ++-- spring-batch-infrastructure/pom.xml | 4 ++-- spring-batch-parent/pom.xml | 4 ++-- spring-batch-samples/pom.xml | 4 ++-- spring-batch-test/pom.xml | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 95c31713c..fc1dc51e0 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -9,7 +9,7 @@ org.springframework.batch spring-batch-parent - 2.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE ../spring-batch-parent diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 836bb4741..e4c451e45 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.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE jar Commandline This project is a command line batch sample from Spring Batch demonstrating a typical batch job. diff --git a/pom.xml b/pom.xml index 085b4d520..458cfecfc 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.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE pom spring-batch-parent @@ -23,7 +23,7 @@ http://github.com/spring-projects/spring-batch scm:git:git://github.com/spring-projects/spring-batch.git scm:git:ssh://git@github.com/spring-projects/spring-batch.git - HEAD + 2.2.6.RELEASE JIRA diff --git a/spring-batch-core-tests/pom.xml b/spring-batch-core-tests/pom.xml index 3905f4b0a..0eb3d946e 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.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE ../spring-batch-parent diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index ed01704eb..64d21ac25 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -9,14 +9,14 @@ org.springframework.batch spring-batch-parent - 2.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE ../spring-batch-parent https://github.com/spring-projects/spring-batch scm:git:git://github.com/spring-projects/spring-batch.git scm:git:git://github.com/spring-projects/spring-batch.git - HEAD + 2.2.6.RELEASE diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 6ea63ab89..c85e5850e 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 - 2.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE ../spring-batch-parent @@ -57,7 +57,7 @@ org.springframework.batch spring-batch-infrastructure - 2.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE org.hsqldb diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 8cc7f0816..bee1e4915 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -12,14 +12,14 @@ org.springframework.batch spring-batch-parent - 2.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE ../spring-batch-parent https://github.com/spring-projects/spring-batch scm:git:git://github.com/spring-projects/spring-batch.git scm:git:git://github.com/spring-projects/spring-batch.git - HEAD + 2.2.6.RELEASE diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index a9e3e2454..fe6323045 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.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE Spring Batch Parent Spring Batch parent project. Defines dependencies and common configuration for the build process. http://docs.spring.io/spring-batch/${project.artifactId} @@ -12,7 +12,7 @@ https://github.com/spring-projects/spring-batch scm:git:git://github.com/spring-projects/spring-batch.git scm:git:git://github.com/spring-projects/spring-batch.git - HEAD + 2.2.6.RELEASE diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 7478641d9..4fe6ef7f9 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -9,14 +9,14 @@ org.springframework.batch spring-batch-parent - 2.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE ../spring-batch-parent https://github.com/spring-projects/spring-batch scm:git:git://github.com/spring-projects/spring-batch.git scm:git:git://github.com/spring-projects/spring-batch.git - HEAD + 2.2.6.RELEASE diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 1a3eb0b9b..682fbf2f3 100755 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -8,14 +8,14 @@ org.springframework.batch spring-batch-parent - 2.2.6.BUILD-SNAPSHOT + 2.2.6.RELEASE ../spring-batch-parent https://github.com/spring-projects/spring-batch scm:git:git://github.com/spring-projects/spring-batch.git scm:git:git://github.com/spring-projects/spring-batch.git - HEAD + 2.2.6.RELEASE