[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.archetype.simple.cli</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Commandline</name>
|
||||
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>
|
||||
|
||||
@@ -11,7 +11,7 @@ Spring Batch Maven Central Build - used to build Maven artifacts for the central
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -7,7 +7,7 @@
|
||||
<!-- Use CDATA to keep it on a single line in the manifest -->
|
||||
<![CDATA[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.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-batch-parent</module>
|
||||
@@ -21,9 +21,9 @@
|
||||
<url>http://www.springsource.com</url>
|
||||
</organization>
|
||||
<scm>
|
||||
<url>https://fisheye.springframework.org/browse/spring-batch/tags/2.0.0.RC1</url>
|
||||
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.0.RC1</connection>
|
||||
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.0.RC1</developerConnection>
|
||||
<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>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<profiles>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<properties>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<profiles>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<name>Spring Batch Parent</name>
|
||||
<description>
|
||||
Spring Batch parent project. Defines dependencies and common configuration for the
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<dependencies>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user