[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Michael Minella
2014-02-21 14:31:43 -06:00
parent 9a4251fbd6
commit 36a7c2ee32
10 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-simple-cli</artifactId>
<version>2.2.5.RELEASE</version>
<version>2.2.6.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Commandline</name>
<description>This project is a command line batch sample from Spring Batch demonstrating a typical batch job.
@@ -14,7 +14,7 @@
</description>
<properties>
<spring.framework.version>3.2.0.RELEASE</spring.framework.version>
<spring.batch.version>2.2.5.RELEASE</spring.batch.version>
<spring.batch.version>2.2.6.BUILD-SNAPSHOT</spring.batch.version>
<dependency.locations.enabled>false</dependency.locations.enabled>
<junit.version>4.10</junit.version>
<compiler.target.version>1.6</compiler.target.version>