diff --git a/pom.xml b/pom.xml
index d90eb43091..71d298ec3a 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.0-RC2</version>
+	<version>5.0.0-SNAPSHOT</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 9be24f967e..bee0e994fa 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.0-RC2</version>
+		<version>5.0.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>spring-batch-bom</artifactId>
 	<packaging>pom</packaging>
@@ -46,22 +46,22 @@
 			<dependency>
 				<groupId>org.springframework.batch</groupId>
 				<artifactId>spring-batch-core</artifactId>
-				<version>5.0.0-RC2</version>
+				<version>5.0.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.springframework.batch</groupId>
 				<artifactId>spring-batch-infrastructure</artifactId>
-				<version>5.0.0-RC2</version>
+				<version>5.0.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.springframework.batch</groupId>
 				<artifactId>spring-batch-integration</artifactId>
-				<version>5.0.0-RC2</version>
+				<version>5.0.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.springframework.batch</groupId>
 				<artifactId>spring-batch-test</artifactId>
-				<version>5.0.0-RC2</version>
+				<version>5.0.0-SNAPSHOT</version>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml
index 4bc49905e9..f4211c8906 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.0-RC2</version>
+		<version>5.0.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>spring-batch-core</artifactId>
 	<packaging>jar</packaging>
@@ -23,7 +23,7 @@
 		<dependency>
 			<groupId>org.springframework.batch</groupId>
 			<artifactId>spring-batch-infrastructure</artifactId>
-			<version>5.0.0-RC2</version>
+			<version>5.0.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
diff --git a/spring-batch-docs/pom.xml b/spring-batch-docs/pom.xml
index 489ba3e6cf..680ae2cd9b 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.0-RC2</version>
+        <version>5.0.0-SNAPSHOT</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 3732b7964c..867134a040 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.0-RC2</version>
+		<version>5.0.0-SNAPSHOT</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 027b1943f4..9e17e38f70 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.0-RC2</version>
+		<version>5.0.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>spring-batch-integration</artifactId>
 	<name>Spring Batch Integration</name>
@@ -22,7 +22,7 @@
 		<dependency>
 			<groupId>org.springframework.batch</groupId>
 			<artifactId>spring-batch-core</artifactId>
-			<version>5.0.0-RC2</version>
+			<version>5.0.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.integration</groupId>
@@ -65,7 +65,7 @@
 		<dependency>
 			<groupId>org.springframework.batch</groupId>
 			<artifactId>spring-batch-test</artifactId>
-			<version>5.0.0-RC2</version>
+			<version>5.0.0-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml
index 5ec0c08f1c..290ad72b00 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.0-RC2</version>
+		<version>5.0.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.0-RC2</version>
+		  <version>5.0.0-SNAPSHOT</version>
 		  <type>pom</type>
 		  <scope>import</scope>
 		</dependency>
diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml
index 7c638fcd17..e2a7a3bdeb 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.0-RC2</version>
+		<version>5.0.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>spring-batch-test</artifactId>
 	<name>Spring Batch Test</name>
@@ -23,7 +23,7 @@
 		<dependency>
 			<groupId>org.springframework.batch</groupId>
 			<artifactId>spring-batch-core</artifactId>
-			<version>5.0.0-RC2</version>
+			<version>5.0.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>