From 2f64582fdfbf75219deb040d9b69607ac1a5c882 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Sun, 8 Sep 2013 17:12:54 -0500 Subject: [PATCH] Updated version numbers Corrected SCM urls Added release plugin --- spring-batch-admin-parent/pom.xml | 2 +- spring-batch-integration/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-batch-admin-parent/pom.xml b/spring-batch-admin-parent/pom.xml index 51eac3dbf..fb79ab52b 100755 --- a/spring-batch-admin-parent/pom.xml +++ b/spring-batch-admin-parent/pom.xml @@ -9,7 +9,7 @@ http://www.springsource.org/spring-batch-admin pom - http://static.springframework.org/spring-batch-admin + http://github.com/SpringSource/spring-batch-admin scm:git:git://github.com/SpringSource/spring-batch-admin.git scm:git:git://github.com/SpringSource/spring-batch-admin.git diff --git a/spring-batch-integration/README.md b/spring-batch-integration/README.md index 37ae1f712..5757af1e7 100644 --- a/spring-batch-integration/README.md +++ b/spring-batch-integration/README.md @@ -14,12 +14,12 @@ Many users of [Spring Batch][] may encounter requirements that are outside the s org.springframework.batch spring-batch-integration - 1.2.2.BUILD-SNAPSHOT + 1.3.0.BUILD-SNAPSHOT ## Using Gradle - compile 'org.springframework.batch:spring-batch-integration:1.2.2.BUILD-SNAPSHOT' + compile 'org.springframework.batch:spring-batch-integration:1.3.0.BUILD-SNAPSHOT' # Documentation