Skip to content

Commit a99f1c8

Browse files
committed
[artifactory-release] Release version 5.0.0-M3
1 parent 45ff527 commit a99f1c8

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
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-M3</version>
1212
<packaging>pom</packaging>
1313
<url>https://projects.spring.io/spring-batch</url>
1414

spring-batch-bom/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
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-M3</version>
88
</parent>
99
<artifactId>spring-batch-bom</artifactId>
1010
<packaging>pom</packaging>
@@ -46,22 +46,22 @@
4646
<dependency>
4747
<groupId>org.springframework.batch</groupId>
4848
<artifactId>spring-batch-core</artifactId>
49-
<version>${project.version}</version>
49+
<version>5.0.0-M3</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.springframework.batch</groupId>
5353
<artifactId>spring-batch-infrastructure</artifactId>
54-
<version>${project.version}</version>
54+
<version>5.0.0-M3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.springframework.batch</groupId>
5858
<artifactId>spring-batch-integration</artifactId>
59-
<version>${project.version}</version>
59+
<version>5.0.0-M3</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.springframework.batch</groupId>
6363
<artifactId>spring-batch-test</artifactId>
64-
<version>${project.version}</version>
64+
<version>5.0.0-M3</version>
6565
</dependency>
6666
</dependencies>
6767
</dependencyManagement>
@@ -79,4 +79,4 @@
7979
</plugins>
8080
</build>
8181

82-
</project>
82+
</project>

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-M3</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-M3</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-M3</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-M3</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-M3</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-M3</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-M3</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

spring-batch-samples/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-M3</version>
88
</parent>
99
<artifactId>spring-batch-samples</artifactId>
1010
<packaging>jar</packaging>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.springframework.batch</groupId>
2222
<artifactId>spring-batch-bom</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0-M3</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</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-M3</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-M3</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)