Skip to content

Commit 273ddee

Browse files
committed
[artifactory-release] Release version 5.0.0-M2
1 parent ff9d069 commit 273ddee

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
designed to enable the development of robust batch applications vital
99
for the daily operations of enterprise systems. Spring Batch is part of
1010
the Spring Portfolio.</description>
11-
<version>5.0.0-SNAPSHOT</version>
11+
<version>5.0.0-M2</version>
1212
<packaging>pom</packaging>
1313
<url>https://projects.spring.io/spring-batch</url>
1414

spring-batch-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M2</version>
88
</parent>
99
<artifactId>spring-batch-core</artifactId>
1010
<packaging>jar</packaging>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.batch</groupId>
2525
<artifactId>spring-batch-infrastructure</artifactId>
26-
<version>5.0.0-SNAPSHOT</version>
26+
<version>5.0.0-M2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

spring-batch-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M2</version>
88
</parent>
99
<artifactId>spring-batch-docs</artifactId>
1010
<name>Spring Batch Docs</name>

spring-batch-infrastructure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M2</version>
88
</parent>
99
<artifactId>spring-batch-infrastructure</artifactId>
1010
<packaging>jar</packaging>

spring-batch-integration/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M2</version>
88
</parent>
99
<artifactId>spring-batch-integration</artifactId>
1010
<name>Spring Batch Integration</name>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.batch</groupId>
2424
<artifactId>spring-batch-core</artifactId>
25-
<version>5.0.0-SNAPSHOT</version>
25+
<version>5.0.0-M2</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.integration</groupId>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.springframework.batch</groupId>
6767
<artifactId>spring-batch-test</artifactId>
68-
<version>5.0.0-SNAPSHOT</version>
68+
<version>5.0.0-M2</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

spring-batch-samples/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M2</version>
88
</parent>
99
<artifactId>spring-batch-samples</artifactId>
1010
<packaging>jar</packaging>
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>org.springframework.batch</groupId>
2121
<artifactId>spring-batch-core</artifactId>
22-
<version>5.0.0-SNAPSHOT</version>
22+
<version>5.0.0-M2</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.springframework.batch</groupId>
2626
<artifactId>spring-batch-integration</artifactId>
27-
<version>5.0.0-SNAPSHOT</version>
27+
<version>5.0.0-M2</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.springframework</groupId>
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>org.springframework.batch</groupId>
148148
<artifactId>spring-batch-test</artifactId>
149-
<version>5.0.0-SNAPSHOT</version>
149+
<version>5.0.0-M2</version>
150150
<scope>test</scope>
151151
</dependency>
152152
<dependency>

spring-batch-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M2</version>
88
</parent>
99
<artifactId>spring-batch-test</artifactId>
1010
<name>Spring Batch Test</name>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.batch</groupId>
2525
<artifactId>spring-batch-core</artifactId>
26-
<version>5.0.0-SNAPSHOT</version>
26+
<version>5.0.0-M2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)