[maven-release-plugin] prepare release 3.0.0.M3

This commit is contained in:
Michael Minella
2014-02-21 21:42:55 -06:00
parent 6d61975494
commit f690c496c4
12 changed files with 15 additions and 15 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.BUILD-SNAPSHOT</version>
<version>3.0.0.M3</version>
<packaging>jar</packaging>
<name>Commandline</name>
<description>This project is a command line batch sample from Spring Batch demonstrating a typical batch job.