[BATCH-246] Adjusted relative path to the parent POM

This commit is contained in:
nebhale
2007-12-04 12:07:17 +00:00
parent 5e5d880247
commit 34b0ca7a23
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>1.0.0-m3-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../parent</relativePath>
</parent>
<dependencies>

View File

@@ -10,7 +10,7 @@
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>1.0.0-m3-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../parent</relativePath>
</parent>
<pluginRepositories>

View File

@@ -13,7 +13,7 @@
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>1.0.0-m3-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../parent</relativePath>
</parent>
<dependencies>

View File

@@ -15,7 +15,7 @@
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>1.0.0-m3-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../parent</relativePath>
</parent>
<dependencies>

View File

@@ -14,7 +14,7 @@
<groupId>org.springframework.batch</groupId>
<version>1.0.0-m3-SNAPSHOT</version>
<artifactId>spring-batch-parent</artifactId>
<relativePath>..</relativePath>
<relativePath>../parent</relativePath>
</parent>
<!-- Temporary measure while we get to the bottom of the test failures on Bamboo -->

View File

@@ -11,7 +11,7 @@
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>1.0.0-m3-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../parent</relativePath>
</parent>
<dependencies>