From a79e42f6d8ae127df3b33d0e3a142908407097ba Mon Sep 17 00:00:00 2001
From: Mahmoud Ben Hassine <mbenhassine@vmware.com>
Date: Wed, 22 May 2024 09:46:09 +0200
Subject: [PATCH] Release version 5.0.6

---
 pom.xml                             | 2 +-
 spring-batch-bom/pom.xml            | 2 +-
 spring-batch-core/pom.xml           | 2 +-
 spring-batch-docs/pom.xml           | 2 +-
 spring-batch-infrastructure/pom.xml | 2 +-
 spring-batch-integration/pom.xml    | 2 +-
 spring-batch-samples/pom.xml        | 2 +-
 spring-batch-test/pom.xml           | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index d60363e113..ebb7841050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.0.6-SNAPSHOT</version>
+	<version>5.0.6</version>
 	<packaging>pom</packaging>
 	<url>https://projects.spring.io/spring-batch</url>
 
diff --git a/spring-batch-bom/pom.xml b/spring-batch-bom/pom.xml
index 6621731259..ece8c963e4 100644
--- a/spring-batch-bom/pom.xml
+++ b/spring-batch-bom/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.springframework.batch</groupId>
 		<artifactId>spring-batch</artifactId>
-		<version>5.0.6-SNAPSHOT</version>
+		<version>5.0.6</version>
 	</parent>
 	<artifactId>spring-batch-bom</artifactId>
 	<packaging>pom</packaging>
diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml
index ca2de1b20f..745ad4d714 100644
--- a/spring-batch-core/pom.xml
+++ b/spring-batch-core/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.springframework.batch</groupId>
 		<artifactId>spring-batch</artifactId>
-		<version>5.0.6-SNAPSHOT</version>
+		<version>5.0.6</version>
 	</parent>
 	<artifactId>spring-batch-core</artifactId>
 	<packaging>jar</packaging>
diff --git a/spring-batch-docs/pom.xml b/spring-batch-docs/pom.xml
index 91c4431ef9..c5d8ffb50a 100644
--- a/spring-batch-docs/pom.xml
+++ b/spring-batch-docs/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.springframework.batch</groupId>
         <artifactId>spring-batch</artifactId>
-        <version>5.0.6-SNAPSHOT</version>
+        <version>5.0.6</version>
     </parent>
     <artifactId>spring-batch-docs</artifactId>
     <name>Spring Batch Docs</name>
diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml
index 06417664b0..ffc7ff368d 100644
--- a/spring-batch-infrastructure/pom.xml
+++ b/spring-batch-infrastructure/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.springframework.batch</groupId>
 		<artifactId>spring-batch</artifactId>
-		<version>5.0.6-SNAPSHOT</version>
+		<version>5.0.6</version>
 	</parent>
 	<artifactId>spring-batch-infrastructure</artifactId>
 	<packaging>jar</packaging>
diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml
index 4ffec5faaf..2694f80a0e 100644
--- a/spring-batch-integration/pom.xml
+++ b/spring-batch-integration/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.springframework.batch</groupId>
 		<artifactId>spring-batch</artifactId>
-		<version>5.0.6-SNAPSHOT</version>
+		<version>5.0.6</version>
 	</parent>
 	<artifactId>spring-batch-integration</artifactId>
 	<name>Spring Batch Integration</name>
diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml
index 4af54a5686..15bc3b9141 100644
--- a/spring-batch-samples/pom.xml
+++ b/spring-batch-samples/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.springframework.batch</groupId>
 		<artifactId>spring-batch</artifactId>
-		<version>5.0.6-SNAPSHOT</version>
+		<version>5.0.6</version>
 	</parent>
 	<artifactId>spring-batch-samples</artifactId>
 	<packaging>jar</packaging>
diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml
index 2d5e318aae..f704975375 100644
--- a/spring-batch-test/pom.xml
+++ b/spring-batch-test/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.springframework.batch</groupId>
 		<artifactId>spring-batch</artifactId>
-		<version>5.0.6-SNAPSHOT</version>
+		<version>5.0.6</version>
 	</parent>
 	<artifactId>spring-batch-test</artifactId>
 	<name>Spring Batch Test</name>