From 14d02172c8672ac2716009bf2f5f8101341bad8f Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 20 Aug 2009 14:03:32 +0000 Subject: [PATCH] Prepare for 2.0.3 release --- build.properties | 2 +- pom.xml | 7 ------- spring-batch-core/pom.xml | 2 ++ spring-batch-test/pom.xml | 5 +++++ 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.properties b/build.properties index e3173ada9..d049927fa 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=2.0.1 +version=2.0.3 integration.repo.dir=${basedir}/../integration-repo ivy.cache.dir=${basedir}/../ivy-cache diff --git a/pom.xml b/pom.xml index 272adb76f..ac87ebbd6 100644 --- a/pom.xml +++ b/pom.xml @@ -503,12 +503,5 @@ SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots http://repository.springsource.com/maven/bundles/snapshot - - agilejava - http://agilejava.com/maven - - false - - diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 36732a1e0..491dba0b7 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -60,10 +60,12 @@ org.aspectj aspectjrt + true org.aspectj aspectjweaver + true cglib diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 4efc5a06f..05d3b0f0e 100755 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -31,6 +31,11 @@ spring-batch-core ${project.version} + + org.aspectj + aspectjrt + true + junit junit