Skip to content

Commit

Permalink
Release version 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed May 22, 2024
1 parent 6be418d commit a8f8d0b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
designed to enable the development of robust batch applications vital
for the daily operations of enterprise systems. Spring Batch is part of
the Spring Portfolio.</description>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
<packaging>pom</packaging>
<url>https://projects.spring.io/spring-batch</url>

Expand Down
2 changes: 1 addition & 1 deletion spring-batch-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>
<artifactId>spring-batch-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>
<artifactId>spring-batch-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>
<artifactId>spring-batch-docs</artifactId>
<name>Spring Batch Docs</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>
<artifactId>spring-batch-infrastructure</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>
<artifactId>spring-batch-integration</artifactId>
<name>Spring Batch Integration</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>
<artifactId>spring-batch-samples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>
<artifactId>spring-batch-test</artifactId>
<name>Spring Batch Test</name>
Expand Down

0 comments on commit a8f8d0b

Please sign in to comment.