From 437f4797f849c74a96f7d1b6fa881aa3fb93ec65 Mon Sep 17 00:00:00 2001 From: Spring Builds Date: Wed, 23 Mar 2022 11:57:35 +0000 Subject: [PATCH] [artifactory-release] Next development version --- pom.xml | 2 +- spring-batch-core/pom.xml | 4 ++-- spring-batch-docs/pom.xml | 2 +- spring-batch-infrastructure/pom.xml | 2 +- spring-batch-integration/pom.xml | 6 +++--- spring-batch-samples/pom.xml | 8 ++++---- spring-batch-test/pom.xml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 4cc746ad6..de5cbf478 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. - 5.0.0-M2 + 5.0.0-SNAPSHOT pom https://projects.spring.io/spring-batch diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index a32707cfb..325beea95 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -4,7 +4,7 @@ org.springframework.batch spring-batch - 5.0.0-M2 + 5.0.0-SNAPSHOT spring-batch-core jar @@ -23,7 +23,7 @@ org.springframework.batch spring-batch-infrastructure - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework diff --git a/spring-batch-docs/pom.xml b/spring-batch-docs/pom.xml index 01a8c64c4..493fedc63 100644 --- a/spring-batch-docs/pom.xml +++ b/spring-batch-docs/pom.xml @@ -4,7 +4,7 @@ org.springframework.batch spring-batch - 5.0.0-M2 + 5.0.0-SNAPSHOT spring-batch-docs Spring Batch Docs diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 36c350fc4..43b6ae002 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -4,7 +4,7 @@ org.springframework.batch spring-batch - 5.0.0-M2 + 5.0.0-SNAPSHOT spring-batch-infrastructure jar diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index d35b6f34b..b1e300e55 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -4,7 +4,7 @@ org.springframework.batch spring-batch - 5.0.0-M2 + 5.0.0-SNAPSHOT spring-batch-integration Spring Batch Integration @@ -22,7 +22,7 @@ org.springframework.batch spring-batch-core - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework.integration @@ -65,7 +65,7 @@ org.springframework.batch spring-batch-test - 5.0.0-M2 + 5.0.0-SNAPSHOT test diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 8292c3a2f..79b0fbdef 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -4,7 +4,7 @@ org.springframework.batch spring-batch - 5.0.0-M2 + 5.0.0-SNAPSHOT spring-batch-samples jar @@ -19,12 +19,12 @@ org.springframework.batch spring-batch-core - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework.batch spring-batch-integration - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework @@ -146,7 +146,7 @@ org.springframework.batch spring-batch-test - 5.0.0-M2 + 5.0.0-SNAPSHOT test diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 032e65f82..b34ee5793 100644 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.batch spring-batch - 5.0.0-M2 + 5.0.0-SNAPSHOT spring-batch-test Spring Batch Test @@ -23,7 +23,7 @@ org.springframework.batch spring-batch-core - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework