You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/01/08 15:58:48 UTC

git commit: CLEREZZA-815: fixed relative paths

Updated Branches:
  refs/heads/master c0d3eb25b -> cbbfbf617


CLEREZZA-815: fixed relative paths


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/cbbfbf61
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/cbbfbf61
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/cbbfbf61

Branch: refs/heads/master
Commit: cbbfbf61733c8e9b13dd66bcd1484aa8e12f98a4
Parents: c0d3eb2
Author: Reto Bachmann-Gmür <re...@apache.org>
Authored: Wed Jan 8 15:57:42 2014 +0100
Committer: Reto Bachmann-Gmür <re...@apache.org>
Committed: Wed Jan 8 15:57:42 2014 +0100

----------------------------------------------------------------------
 provisioning/launchers/full-launcher/pom.xml          | 2 +-
 provisioning/launchers/linked-data-launcher/pom.xml   | 2 +-
 provisioning/launchers/typerendering-launcher/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/cbbfbf61/provisioning/launchers/full-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/full-launcher/pom.xml b/provisioning/launchers/full-launcher/pom.xml
index 312cf9d..4d56fe0 100644
--- a/provisioning/launchers/full-launcher/pom.xml
+++ b/provisioning/launchers/full-launcher/pom.xml
@@ -21,7 +21,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>full-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/cbbfbf61/provisioning/launchers/linked-data-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/linked-data-launcher/pom.xml b/provisioning/launchers/linked-data-launcher/pom.xml
index 0f5ceaf..26ddbf0 100644
--- a/provisioning/launchers/linked-data-launcher/pom.xml
+++ b/provisioning/launchers/linked-data-launcher/pom.xml
@@ -21,7 +21,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>linked-data-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/cbbfbf61/provisioning/launchers/typerendering-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/typerendering-launcher/pom.xml b/provisioning/launchers/typerendering-launcher/pom.xml
index 1045abb..509bc41 100644
--- a/provisioning/launchers/typerendering-launcher/pom.xml
+++ b/provisioning/launchers/typerendering-launcher/pom.xml
@@ -21,7 +21,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typerendering-launcher</artifactId>