Skip to content

Commit a06a866

Browse files
committed
[artifactory-release] Release version 5.0.0-M1
1 parent fc91a14 commit a06a866

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
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-M1</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-M1</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>${project.version}</version>
26+
<version>5.0.0-M1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

spring-batch-docs/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-M1</version>
88
</parent>
99
<artifactId>spring-batch-docs</artifactId>
1010
<name>Spring Batch Docs</name>
@@ -93,15 +93,15 @@
9393
<stylesheet>spring.css</stylesheet>
9494
<linkcss>true</linkcss>
9595
<icons>font</icons>
96-
<sectanchors/>
96+
<sectanchors />
9797
<source-highlighter>highlight.js</source-highlighter>
9898
<highlightjsdir>js/highlight</highlightjsdir>
9999
<highlightjs-theme>github</highlightjs-theme>
100-
<idprefix/>
100+
<idprefix />
101101
<idseparator>-</idseparator>
102102
<spring-version>${project.version}</spring-version>
103103
<revnumber>${project.version}</revnumber>
104-
<allow-uri-read/>
104+
<allow-uri-read />
105105
</attributes>
106106
</configuration>
107107
</execution>

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-M1</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-M1</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>${project.version}</version>
25+
<version>5.0.0-M1</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>${project.version}</version>
68+
<version>5.0.0-M1</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-M1</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>${project.version}</version>
22+
<version>5.0.0-M1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.springframework.batch</groupId>
2626
<artifactId>spring-batch-integration</artifactId>
27-
<version>${project.version}</version>
27+
<version>5.0.0-M1</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>${project.version}</version>
149+
<version>5.0.0-M1</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-M1</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>${project.version}</version>
26+
<version>5.0.0-M1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)