From 927bfe57e1d11c8364b96ef4cad83fa216322bdd Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 30 Nov 2009 13:05:29 +0000 Subject: [PATCH] remove target from SVN --- build.properties | 2 +- pom.xml | 7 ++++++- spring-batch-core-tests/pom.xml | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index d049927fa..3e513c2f6 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=2.0.3 +version=2.1.0 integration.repo.dir=${basedir}/../integration-repo ivy.cache.dir=${basedir}/../ivy-cache diff --git a/pom.xml b/pom.xml index 7421d0ef8..932461db0 100644 --- a/pom.xml +++ b/pom.xml @@ -411,7 +411,7 @@ maven-site-plugin - 2.0 + 2.0.1 org.apache.maven.plugins @@ -451,6 +451,11 @@ true + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1.1 + org.apache.maven.plugins maven-surefire-report-plugin diff --git a/spring-batch-core-tests/pom.xml b/spring-batch-core-tests/pom.xml index bf5c0eb13..25f88fa03 100644 --- a/spring-batch-core-tests/pom.xml +++ b/spring-batch-core-tests/pom.xml @@ -4,6 +4,7 @@ spring-batch-core-tests Core Tests Integration tests for the Spring Batch Core + http://static.springframework.org/spring-batch/${project.artifactId} org.springframework.batch spring-batch-parent