Skip to content

Commit 771c14f

Browse files
committed
[artifactory-release] Release version 5.0.0-M7
1 parent 1b722f6 commit 771c14f

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

Diff for: 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-M7</version>
1212
<packaging>pom</packaging>
1313
<url>https://projects.spring.io/spring-batch</url>
1414

Diff for: spring-batch-bom/pom.xml

+5-5
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-M7</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>5.0.0-SNAPSHOT</version>
49+
<version>5.0.0-M7</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.springframework.batch</groupId>
5353
<artifactId>spring-batch-infrastructure</artifactId>
54-
<version>5.0.0-SNAPSHOT</version>
54+
<version>5.0.0-M7</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.springframework.batch</groupId>
5858
<artifactId>spring-batch-integration</artifactId>
59-
<version>5.0.0-SNAPSHOT</version>
59+
<version>5.0.0-M7</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.springframework.batch</groupId>
6363
<artifactId>spring-batch-test</artifactId>
64-
<version>5.0.0-SNAPSHOT</version>
64+
<version>5.0.0-M7</version>
6565
</dependency>
6666
</dependencies>
6767
</dependencyManagement>

Diff for: 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-M7</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-M7</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

Diff for: 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-M7</version>
88
</parent>
99
<artifactId>spring-batch-docs</artifactId>
1010
<name>Spring Batch Docs</name>

Diff for: 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-M7</version>
88
</parent>
99
<artifactId>spring-batch-infrastructure</artifactId>
1010
<packaging>jar</packaging>

Diff for: 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-M7</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-M7</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-M7</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

Diff for: 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-M7</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-M7</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

Diff for: 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-M7</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-M7</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)