[maven-release-plugin] prepare for next development iteration
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -6,7 +6,7 @@
|
||||
<name>Spring Batch</name>
|
||||
<description>Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track
|
||||
their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.</description>
|
||||
<version>3.0.0.M3</version>
|
||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-batch-parent</module>
|
||||
@@ -24,7 +24,7 @@
|
||||
<url>http://github.com/spring-projects/spring-batch</url>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-batch.git</developerConnection>
|
||||
<tag>3.0.0.M3</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
|
||||
Reference in New Issue
Block a user