Cleaned up merge issues and warnings in POM files

This commit is contained in:
Michael Minella
2013-11-22 17:12:22 -06:00
parent 3dcbb44906
commit 8bee7ac310
3 changed files with 0 additions and 18 deletions

12
pom.xml
View File

@@ -6,19 +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>
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<version>3.0.0.BUILD-SNAPSHOT</version>
=======
<version>2.2.2.RELEASE</version>
>>>>>>> [maven-release-plugin] prepare release 2.2.2.RELEASE
=======
<version>2.2.3.BUILD-SNAPSHOT</version>
>>>>>>> [maven-release-plugin] prepare for next development iteration
=======
<version>2.2.3.RELEASE</version>
>>>>>>> [maven-release-plugin] prepare release 2.2.3.RELEASE
<packaging>pom</packaging>
<modules>
<module>spring-batch-parent</module>

View File

@@ -21,7 +21,6 @@
<dependency>
<groupId>javax.batch</groupId>
<artifactId>javax.batch-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.ibm.jbatch</groupId>
@@ -35,7 +34,6 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.132</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>

View File

@@ -57,11 +57,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<<<<<<< HEAD
<version>3.0.0.BUILD-SNAPSHOT</version>
=======
<version>2.2.3.RELEASE</version>
>>>>>>> [maven-release-plugin] prepare release 2.2.3.RELEASE
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>