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

This commit is contained in:
Michael Minella
2014-04-11 13:39:33 -05:00
parent a1cc7bb475
commit 993d0e52ed
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.6.BUILD-SNAPSHOT</version>
<version>2.2.6.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.6.RELEASE</tag>
</scm>
<properties>
<!-- Override this with -Denvironment=XXXX to change database type -->