diff --git a/spring-batch-bom/pom.xml b/spring-batch-bom/pom.xml index 5f4920250..c02a3d7f8 100644 --- a/spring-batch-bom/pom.xml +++ b/spring-batch-bom/pom.xml @@ -46,22 +46,22 @@ org.springframework.batch spring-batch-core - ${parent.version} + ${project.parent.version} org.springframework.batch spring-batch-infrastructure - ${parent.version} + ${project.parent.version} org.springframework.batch spring-batch-integration - ${parent.version} + ${project.parent.version} org.springframework.batch spring-batch-test - ${parent.version} + ${project.parent.version} diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 5d28ad253..53bc24beb 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -23,7 +23,7 @@ org.springframework.batch spring-batch-infrastructure - ${parent.version} + ${project.parent.version} org.springframework diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index 289ba3563..f229eb24f 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -22,7 +22,7 @@ org.springframework.batch spring-batch-core - ${parent.version} + ${project.parent.version} org.springframework.integration @@ -65,7 +65,7 @@ org.springframework.batch spring-batch-test - ${parent.version} + ${project.parent.version} test diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 12ff81333..c4a982c89 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -20,7 +20,7 @@ org.springframework.batch spring-batch-bom - ${parent.version} + ${project.parent.version} pom import diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 59f157f70..808fca85d 100644 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -23,7 +23,7 @@ org.springframework.batch spring-batch-core - ${parent.version} + ${project.parent.version} org.springframework