[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user