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

This commit is contained in:
Michael Minella
2014-02-21 21:42:59 -06:00
parent f690c496c4
commit ff7793cacf
12 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-simple-cli</artifactId>
<version>3.0.0.M3</version>
<version>3.0.0.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>4.0.2.RELEASE</spring.framework.version>
<spring.batch.version>3.0.0.M3</spring.batch.version>
<spring.batch.version>3.0.0.BUILD-SNAPSHOT</spring.batch.version>
<dependency.locations.enabled>false</dependency.locations.enabled>
<junit.version>4.10</junit.version>
<maven.compiler.plugin>3.1</maven.compiler.plugin>