add object style back for vpp

This commit is contained in:
dsyer
2009-10-18 18:42:58 +00:00
parent 32c96b5ac1
commit 8d261a650e

18
pom.xml
View File

@@ -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.CI-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>spring-batch-parent</module>
@@ -20,9 +20,9 @@
<url>http://www.springsource.com</url>
</organization>
<scm>
<url>https://fisheye.springframework.org/browse/spring-batch</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</developerConnection>
<url>https://fisheye.springframework.org/browse/spring-batch/tags/2.0.4.RELEASE</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.4.RELEASE</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.4.RELEASE</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
@@ -489,6 +489,16 @@
<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>