Skip to content

Commit 1fc2e7c

Browse files
committed
Next development version
1 parent a8f8d0b commit 1fc2e7c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.1.2</version>
11+
<version>5.1.3-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<url>https://projects.spring.io/spring-batch</url>
1414

spring-batch-bom/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.1.2</version>
7+
<version>5.1.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-batch-bom</artifactId>
1010
<packaging>pom</packaging>

spring-batch-core/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.1.2</version>
7+
<version>5.1.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-batch-core</artifactId>
1010
<packaging>jar</packaging>

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.1.2</version>
7+
<version>5.1.3-SNAPSHOT</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.1.2</version>
7+
<version>5.1.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-batch-infrastructure</artifactId>
1010
<packaging>jar</packaging>

spring-batch-integration/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.1.2</version>
7+
<version>5.1.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-batch-integration</artifactId>
1010
<name>Spring Batch Integration</name>

spring-batch-samples/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.1.2</version>
7+
<version>5.1.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-batch-samples</artifactId>
1010
<packaging>jar</packaging>

spring-batch-test/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.1.2</version>
7+
<version>5.1.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-batch-test</artifactId>
1010
<name>Spring Batch Test</name>

0 commit comments

Comments
 (0)