Skip to content

Commit c7176a7

Browse files
committed
Merge pull request #203 from chrisjs/update-master-ver
* update-master-ver: move master back to 3.0.0.BUILD-SNAPSHOT
2 parents 3207851 + 7cfd65a commit c7176a7

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
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.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.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.2.BUILD-SNAPSHOT</version>
6+
<version>3.0.0.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.2.BUILD-SNAPSHOT</spring.batch.version>
18+
<spring.batch.version>3.0.0.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: 1 addition & 1 deletion
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.2.BUILD-SNAPSHOT</version>
9+
<version>3.0.0.BUILD-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>spring-batch-parent</module>

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.2.BUILD-SNAPSHOT</version>
11+
<version>3.0.0.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.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.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.2.BUILD-SNAPSHOT</version>
10+
<version>3.0.0.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.2.BUILD-SNAPSHOT</version>
60+
<version>3.0.0.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.2.BUILD-SNAPSHOT</version>
15+
<version>3.0.0.BUILD-SNAPSHOT</version>
1616
<relativePath>../spring-batch-parent</relativePath>
1717
</parent>
1818
<build>

spring-batch-parent/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-parent</artifactId>
6-
<version>2.2.2.BUILD-SNAPSHOT</version>
6+
<version>3.0.0.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>

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.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.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.2.BUILD-SNAPSHOT</version>
11+
<version>3.0.0.BUILD-SNAPSHOT</version>
1212
<relativePath>../spring-batch-parent</relativePath>
1313
</parent>
1414
<dependencies>

0 commit comments

Comments
 (0)