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

This commit is contained in:
Michael Minella
2014-05-22 10:49:47 -05:00
parent 63a591d022
commit 51a2075b99
10 changed files with 17 additions and 17 deletions

View File

@@ -9,14 +9,14 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.7.BUILD-SNAPSHOT</version>
<version>2.2.7.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<scm>
<url>https://github.com/spring-projects/spring-batch</url>
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-batch.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.7.RELEASE</tag>
</scm>
<properties>
<!-- Override this with -Denvironment=XXXX to change database type -->