remove target from SVN

This commit is contained in:
dsyer
2009-11-30 13:05:29 +00:00
parent 30f9b71cc1
commit 927bfe57e1
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
version=2.0.3
version=2.1.0
integration.repo.dir=${basedir}/../integration-repo
ivy.cache.dir=${basedir}/../ivy-cache

View File

@@ -411,7 +411,7 @@
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0</version>
<version>2.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -451,6 +451,11 @@
<reporting>
<excludeDefaults>true</excludeDefaults>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>

View File

@@ -4,6 +4,7 @@
<artifactId>spring-batch-core-tests</artifactId>
<name>Core Tests</name>
<description>Integration tests for the Spring Batch Core</description>
<url>http://static.springframework.org/spring-batch/${project.artifactId}</url>
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>