[maven-release-plugin] prepare release 2.1.5.RELEASE
This commit is contained in:
8
pom.xml
8
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>2.1.5.CI-SNAPSHOT</version>
|
||||
<version>2.1.5.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-batch-parent</module>
|
||||
@@ -20,9 +20,9 @@
|
||||
<url>http://www.springsource.com</url>
|
||||
</organization>
|
||||
<scm>
|
||||
<url>https://fisheye.springframework.org/browse/spring-batch</url>
|
||||
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</connection>
|
||||
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</developerConnection>
|
||||
<url>https://fisheye.springframework.org/browse/spring-batch/tags/2.1.5.RELEASE</url>
|
||||
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.5.RELEASE</connection>
|
||||
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.5.RELEASE</developerConnection>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
|
||||
Reference in New Issue
Block a user