Skip to content

Commit a7968b1

Browse files
author
dsyer
committed
[maven-release-plugin] copy for tag 2.1.2.RELEASE
1 parent d44564a commit a7968b1

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.batch</groupId>
1212
<artifactId>spring-batch-parent</artifactId>
13-
<version>2.1.2.CI-SNAPSHOT</version>
13+
<version>2.1.2.RELEASE</version>
1414
<relativePath>../spring-batch-parent</relativePath>
1515
</parent>
1616
<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.1.2.CI-SNAPSHOT</version>
6+
<version>2.1.2.RELEASE</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
<properties>
1616
<maven.test.failure.ignore>true</maven.test.failure.ignore>
1717
<spring.framework.version>2.5.6</spring.framework.version>
18-
<spring.batch.version>2.1.2.CI-SNAPSHOT</spring.batch.version>
18+
<spring.batch.version>2.1.2.RELEASE</spring.batch.version>
1919
</properties>
2020
<profiles>
2121
<profile>

pom.xml

Lines changed: 4 additions & 4 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.1.2.CI-SNAPSHOT</version>
9+
<version>2.1.2.RELEASE</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>spring-batch-parent</module>
@@ -20,9 +20,9 @@
2020
<url>http://www.springsource.com</url>
2121
</organization>
2222
<scm>
23-
<url>https://fisheye.springframework.org/browse/spring-batch</url>
24-
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</connection>
25-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/trunk</developerConnection>
23+
<url>https://fisheye.springframework.org/browse/spring-batch/tags/2.1.2.RELEASE</url>
24+
<connection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.2.RELEASE</connection>
25+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.1.2.RELEASE</developerConnection>
2626
</scm>
2727
<issueManagement>
2828
<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.1.2.CI-SNAPSHOT</version>
11+
<version>2.1.2.RELEASE</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.1.2.CI-SNAPSHOT</version>
12+
<version>2.1.2.RELEASE</version>
1313
<relativePath>../spring-batch-parent</relativePath>
1414
</parent>
1515
<profiles>

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.1.2.CI-SNAPSHOT</version>
10+
<version>2.1.2.RELEASE</version>
1111
<relativePath>../spring-batch-parent</relativePath>
1212
</parent>
1313
<properties>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.springframework.batch</groupId>
8686
<artifactId>spring-batch-infrastructure</artifactId>
87-
<version>2.1.2.CI-SNAPSHOT </version>
87+
<version>2.1.2.RELEASE </version>
8888
</dependency>
8989
<dependency>
9090
<groupId>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.1.2.CI-SNAPSHOT</version>
15+
<version>2.1.2.RELEASE</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.1.2.CI-SNAPSHOT</version>
6+
<version>2.1.2.RELEASE</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.1.2.CI-SNAPSHOT</version>
12+
<version>2.1.2.RELEASE</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.1.2.CI-SNAPSHOT</version>
11+
<version>2.1.2.RELEASE</version>
1212
<relativePath>../spring-batch-parent</relativePath>
1313
</parent>
1414
<profiles>

0 commit comments

Comments
 (0)