[maven-release-plugin] prepare release 2.2.2.RELEASE

This commit is contained in:
Michael Minella
2013-09-08 13:23:45 -05:00
parent 072b5f33f6
commit 01620222f6
3 changed files with 11 additions and 3 deletions

View File

@@ -6,7 +6,11 @@
<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
<version>3.0.0.BUILD-SNAPSHOT</version>
=======
<version>2.2.2.RELEASE</version>
>>>>>>> [maven-release-plugin] prepare release 2.2.2.RELEASE
<packaging>pom</packaging>
<modules>
<module>spring-batch-parent</module>
@@ -23,7 +27,7 @@
<url>http://github.com/SpringSource/spring-batch</url>
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
<developerConnection>scm:git:ssh://git@github.com/SpringSource/spring-batch.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.2.RELEASE</tag>
</scm>
<issueManagement>
<system>JIRA</system>

View File

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

View File

@@ -12,7 +12,7 @@
<url>http://github.com/SpringSource/spring-batch</url>
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-batch.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.2.RELEASE</tag>
</scm>
<licenses>
<license>
@@ -712,7 +712,7 @@
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>