Make pom relative parents consistent
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/0910104d Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/0910104d Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/0910104d Branch: refs/heads/master Commit: 0910104d64fab9291b5950ebb3f1acb6ca9e7121 Parents: 6871755 Author: Lewis John McGibbney <[email protected]> Authored: Thu Feb 23 18:06:06 2017 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Feb 23 18:06:06 2017 -0800 ---------------------------------------------------------------------- csvutils/pom.xml | 2 +- encoding/pom.xml | 2 +- openie/pom.xml | 2 +- service/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/0910104d/csvutils/pom.xml ---------------------------------------------------------------------- diff --git a/csvutils/pom.xml b/csvutils/pom.xml index 8f5b18d..71146b6 100644 --- a/csvutils/pom.xml +++ b/csvutils/pom.xml @@ -22,7 +22,7 @@ <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> <version>2.1-SNAPSHOT</version> - <relativePath>..</relativePath> + <relativePath>../</relativePath> </parent> <artifactId>apache-any23-csvutils</artifactId> http://git-wip-us.apache.org/repos/asf/any23/blob/0910104d/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index 287da3f..e315015 100644 --- a/encoding/pom.xml +++ b/encoding/pom.xml @@ -22,7 +22,7 @@ <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> <version>2.1-SNAPSHOT</version> - <relativePath>..</relativePath> + <relativePath>../</relativePath> </parent> <artifactId>apache-any23-encoding</artifactId> http://git-wip-us.apache.org/repos/asf/any23/blob/0910104d/openie/pom.xml ---------------------------------------------------------------------- diff --git a/openie/pom.xml b/openie/pom.xml index 799684d..9745b7a 100644 --- a/openie/pom.xml +++ b/openie/pom.xml @@ -23,7 +23,7 @@ <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> <version>2.1-SNAPSHOT</version> - <relativePath></relativePath> + <relativePath>../</relativePath> </parent> <repositories> http://git-wip-us.apache.org/repos/asf/any23/blob/0910104d/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index b4f9426..a1a60ed 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> <version>2.1-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../</relativePath> </parent> <artifactId>apache-any23-service</artifactId>
