[maven-release-plugin] prepare release 2.2.6.RELEASE

This commit is contained in:
Michael Minella
2014-04-11 13:39:33 -05:00
parent a1cc7bb475
commit 993d0e52ed
10 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<modules>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-simple-cli</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</version>
<packaging>jar</packaging>
<name>Commandline</name>
<description>This project is a command line batch sample from Spring Batch demonstrating a typical batch job.

View File

@@ -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.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</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>HEAD</tag>
<tag>2.2.6.RELEASE</tag>
</scm>
<issueManagement>
<system>JIRA</system>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>

View File

@@ -9,14 +9,14 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</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>HEAD</tag>
<tag>2.2.6.RELEASE</tag>
</scm>
<dependencies>
<dependency>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</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.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>

View File

@@ -12,14 +12,14 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</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>HEAD</tag>
<tag>2.2.6.RELEASE</tag>
</scm>
<build>
<plugins>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</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>HEAD</tag>
<tag>2.2.6.RELEASE</tag>
</scm>
<licenses>
<license>

View File

@@ -9,14 +9,14 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</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>HEAD</tag>
<tag>2.2.6.RELEASE</tag>
</scm>
<properties>
<!-- Override this with -Denvironment=XXXX to change database type -->

View File

@@ -8,14 +8,14 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.6.BUILD-SNAPSHOT</version>
<version>2.2.6.RELEASE</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>HEAD</tag>
<tag>2.2.6.RELEASE</tag>
</scm>
<dependencies>
<dependency>