[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<modules>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-simple-cli</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.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>3.2.9.RELEASE</spring.framework.version>
|
||||
<spring.batch.version>2.2.7.RELEASE</spring.batch.version>
|
||||
<spring.batch.version>2.2.8.BUILD-SNAPSHOT</spring.batch.version>
|
||||
<dependency.locations.enabled>false</dependency.locations.enabled>
|
||||
<junit.version>4.10</junit.version>
|
||||
<compiler.target.version>1.6</compiler.target.version>
|
||||
|
||||
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>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-batch-parent</module>
|
||||
@@ -23,7 +23,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>2.2.7.RELEASE</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<profiles>
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-batch</url>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-batch.git</developerConnection>
|
||||
<tag>2.2.7.RELEASE</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<properties>
|
||||
@@ -57,7 +57,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-infrastructure</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
|
||||
@@ -12,14 +12,14 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-batch</url>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-batch.git</developerConnection>
|
||||
<tag>2.2.7.RELEASE</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<name>Spring Batch Parent</name>
|
||||
<description>Spring Batch parent project. Defines dependencies and common configuration for the build process.</description>
|
||||
<url>http://docs.spring.io/spring-batch/${project.artifactId}</url>
|
||||
@@ -12,7 +12,7 @@
|
||||
<url>https://github.com/spring-projects/spring-batch</url>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-batch.git</developerConnection>
|
||||
<tag>2.2.7.RELEASE</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-batch</url>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-batch.git</developerConnection>
|
||||
<tag>2.2.7.RELEASE</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<properties>
|
||||
<!-- Override this with -Denvironment=XXXX to change database type -->
|
||||
|
||||
@@ -8,14 +8,14 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.2.7.RELEASE</version>
|
||||
<version>2.2.8.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-batch</url>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-batch.git</developerConnection>
|
||||
<tag>2.2.7.RELEASE</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user