From 34b0ca7a23b8b73c2d5275e5bfd046f37277814f Mon Sep 17 00:00:00 2001 From: nebhale Date: Tue, 4 Dec 2007 12:07:17 +0000 Subject: [PATCH] [BATCH-246] Adjusted relative path to the parent POM --- core/pom.xml | 2 +- docs/pom.xml | 2 +- execution/pom.xml | 2 +- infrastructure/pom.xml | 2 +- integration/pom.xml | 2 +- samples/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 0fbca9ece..b9da65f75 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -13,7 +13,7 @@ org.springframework.batch spring-batch-parent 1.0.0-m3-SNAPSHOT - .. + ../parent diff --git a/docs/pom.xml b/docs/pom.xml index 520e0d266..f05d6fdb1 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,7 +10,7 @@ org.springframework.batch spring-batch-parent 1.0.0-m3-SNAPSHOT - .. + ../parent diff --git a/execution/pom.xml b/execution/pom.xml index 73e51232f..06ed8d3bb 100644 --- a/execution/pom.xml +++ b/execution/pom.xml @@ -13,7 +13,7 @@ org.springframework.batch spring-batch-parent 1.0.0-m3-SNAPSHOT - .. + ../parent diff --git a/infrastructure/pom.xml b/infrastructure/pom.xml index e5834832c..2bc337ef9 100644 --- a/infrastructure/pom.xml +++ b/infrastructure/pom.xml @@ -15,7 +15,7 @@ org.springframework.batch spring-batch-parent 1.0.0-m3-SNAPSHOT - .. + ../parent diff --git a/integration/pom.xml b/integration/pom.xml index fbaad125e..675a7c9da 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -14,7 +14,7 @@ org.springframework.batch 1.0.0-m3-SNAPSHOT spring-batch-parent - .. + ../parent diff --git a/samples/pom.xml b/samples/pom.xml index a1d2f060c..f78bad5b6 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -11,7 +11,7 @@ org.springframework.batch spring-batch-parent 1.0.0-m3-SNAPSHOT - .. + ../parent