Skip to content

Commit 853c960

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6669780 commit 853c960

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
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.1.RELEASE</version>
12+
<version>2.2.2.BUILD-SNAPSHOT</version>
1313
<relativePath>../spring-batch-parent</relativePath>
1414
</parent>
1515
<modules>

archetypes/simple-cli/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-simple-cli</artifactId>
6-
<version>2.2.1.RELEASE</version>
6+
<version>2.2.2.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Commandline</name>
99
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>
@@ -15,7 +15,7 @@
1515
</description>
1616
<properties>
1717
<spring.framework.version>3.2.0.RELEASE</spring.framework.version>
18-
<spring.batch.version>2.2.1.RELEASE</spring.batch.version>
18+
<spring.batch.version>2.2.2.BUILD-SNAPSHOT</spring.batch.version>
1919
<dependency.locations.enabled>false</dependency.locations.enabled>
2020
<junit.version>4.10</junit.version>
2121
<compiler.target.version>1.6</compiler.target.version>

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.1.RELEASE</version>
9+
<version>2.2.2.BUILD-SNAPSHOT</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>2.2.1.RELEASE</tag>
26+
<tag>HEAD</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.1.RELEASE</version>
11+
<version>2.2.2.BUILD-SNAPSHOT</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.1.RELEASE</version>
12+
<version>2.2.2.BUILD-SNAPSHOT</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.1.RELEASE</version>
10+
<version>2.2.2.BUILD-SNAPSHOT</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.1.RELEASE</version>
60+
<version>2.2.2.BUILD-SNAPSHOT</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.1.RELEASE</version>
15+
<version>2.2.2.BUILD-SNAPSHOT</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.1.RELEASE</version>
6+
<version>2.2.2.BUILD-SNAPSHOT</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>2.2.1.RELEASE</tag>
15+
<tag>HEAD</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.1.RELEASE</version>
12+
<version>2.2.2.BUILD-SNAPSHOT</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.1.RELEASE</version>
11+
<version>2.2.2.BUILD-SNAPSHOT</version>
1212
<relativePath>../spring-batch-parent</relativePath>
1313
</parent>
1414
<dependencies>

0 commit comments

Comments
 (0)