Revert unnecessary change
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -6,7 +6,7 @@
|
||||
<name>Spring Batch</name>
|
||||
<description>Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track
|
||||
their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.</description>
|
||||
<version>2.0.4.RELEASE</version>
|
||||
<version>2.0.4.CI-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-batch-parent</module>
|
||||
@@ -489,16 +489,6 @@
|
||||
<email>dhgarrette@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>objectstyle</id>
|
||||
<name>ObjectStyle.org Repository</name>
|
||||
<url>http://objectstyle.org/maven2</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.milestone</id>
|
||||
|
||||
Reference in New Issue
Block a user