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

This commit is contained in:
Michael Minella
2013-11-22 09:56:51 -06:00
parent 5b15269c2e
commit 3dcbb44906
3 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
<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>
=======
@@ -15,6 +16,9 @@
=======
<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>
@@ -31,7 +35,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.3.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.3.RELEASE</version>
>>>>>>> [maven-release-plugin] prepare release 2.2.3.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.3.RELEASE</tag>
</scm>
<licenses>
<license>