Update next development version to 5.1.0-SNAPSHOT

This commit is contained in:
Mahmoud Ben Hassine
2022-12-08 17:26:37 +01:00
parent 656e3f8895
commit 7a34a1520f
8 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>spring-batch-samples</artifactId>
<packaging>jar</packaging>
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-bom</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>