Skip to content

Commit b28feac

Browse files
committed
[maven-release-plugin] prepare release 2.2.0.RC2
1 parent d82f192 commit b28feac

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.batch</groupId>
1111
<artifactId>spring-batch-parent</artifactId>
12-
<version>2.2.0.BUILD-SNAPSHOT</version>
12+
<version>2.2.0.RC2</version>
1313
<relativePath>../spring-batch-parent</relativePath>
1414
</parent>
1515
<modules>

archetypes/simple-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.batch</groupId>
55
<artifactId>spring-batch-simple-cli</artifactId>
6-
<version>2.2.0.BUILD-SNAPSHOT</version>
6+
<version>2.2.0.RC2</version>
77
<packaging>jar</packaging>
88
<name>Commandline</name>
99
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>Spring Batch</name>
77
<description>Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track
88
their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.</description>
9-
<version>2.2.0.BUILD-SNAPSHOT</version>
9+
<version>2.2.0.RC2</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>spring-batch-parent</module>
@@ -23,7 +23,7 @@
2323
<url>http://github.com/SpringSource/spring-batch</url>
2424
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
2525
<developerConnection>scm:git:ssh://[email protected]/SpringSource/spring-batch.git</developerConnection>
26-
<tag>HEAD</tag>
26+
<tag>2.2.0.RC2</tag>
2727
</scm>
2828
<issueManagement>
2929
<system>JIRA</system>

spring-batch-core-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.batch</groupId>
1010
<artifactId>spring-batch-parent</artifactId>
11-
<version>2.2.0.BUILD-SNAPSHOT</version>
11+
<version>2.2.0.RC2</version>
1212
<relativePath>../spring-batch-parent</relativePath>
1313
</parent>
1414
<profiles>

spring-batch-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.batch</groupId>
1111
<artifactId>spring-batch-parent</artifactId>
12-
<version>2.2.0.BUILD-SNAPSHOT</version>
12+
<version>2.2.0.RC2</version>
1313
<relativePath>../spring-batch-parent</relativePath>
1414
</parent>
1515
<dependencies>

spring-batch-infrastructure-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.batch</groupId>
99
<artifactId>spring-batch-parent</artifactId>
10-
<version>2.2.0.BUILD-SNAPSHOT</version>
10+
<version>2.2.0.RC2</version>
1111
<relativePath>../spring-batch-parent</relativePath>
1212
</parent>
1313
<properties>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.batch</groupId>
5959
<artifactId>spring-batch-infrastructure</artifactId>
60-
<version>2.2.0.BUILD-SNAPSHOT</version>
60+
<version>2.2.0.RC2</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.hsqldb</groupId>

spring-batch-infrastructure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.batch</groupId>
1414
<artifactId>spring-batch-parent</artifactId>
15-
<version>2.2.0.BUILD-SNAPSHOT</version>
15+
<version>2.2.0.RC2</version>
1616
<relativePath>../spring-batch-parent</relativePath>
1717
</parent>
1818
<build>

spring-batch-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.batch</groupId>
55
<artifactId>spring-batch-parent</artifactId>
6-
<version>2.2.0.BUILD-SNAPSHOT</version>
6+
<version>2.2.0.RC2</version>
77
<name>Spring Batch Parent</name>
88
<description>Spring Batch parent project. Defines dependencies and common configuration for the build process.</description>
99
<url>http://static.springframework.org/spring-batch/${project.artifactId}</url>
@@ -12,7 +12,7 @@
1212
<url>http://github.com/SpringSource/spring-batch</url>
1313
<connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
1414
<developerConnection>scm:git:git://github.com/SpringSource/spring-batch.git</developerConnection>
15-
<tag>HEAD</tag>
15+
<tag>2.2.0.RC2</tag>
1616
</scm>
1717
<licenses>
1818
<license>

spring-batch-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.batch</groupId>
1111
<artifactId>spring-batch-parent</artifactId>
12-
<version>2.2.0.BUILD-SNAPSHOT</version>
12+
<version>2.2.0.RC2</version>
1313
<relativePath>../spring-batch-parent</relativePath>
1414
</parent>
1515
<properties>

spring-batch-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.batch</groupId>
1010
<artifactId>spring-batch-parent</artifactId>
11-
<version>2.2.0.BUILD-SNAPSHOT</version>
11+
<version>2.2.0.RC2</version>
1212
<relativePath>../spring-batch-parent</relativePath>
1313
</parent>
1414
<dependencies>

0 commit comments

Comments
 (0)