remove target from SVN
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version=2.0.3
|
||||
version=2.1.0
|
||||
integration.repo.dir=${basedir}/../integration-repo
|
||||
ivy.cache.dir=${basedir}/../ivy-cache
|
||||
|
||||
|
||||
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user