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 2015/05/18 22:47:05 UTC

[1/3] clerezza git commit: setting relativePath to parent (waiting for MNG-5305)

Repository: clerezza
Updated Branches:
  refs/heads/master fe6530be7 -> 62fc13444


setting relativePath to parent (waiting for MNG-5305)

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

Branch: refs/heads/master
Commit: c49c74059425f2a2d4afe6d46cc6c8d694bafc3d
Parents: fe6530b
Author: Reto Gmuer <re...@apache.org>
Authored: Mon May 18 16:32:35 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Mon May 18 16:32:35 2015 +0000

----------------------------------------------------------------------
 platform/config/pom.xml                         |  2 +-
 platform/content.fsadaptor/pom.xml              |  2 +-
 platform/documentation.viewer/pom.xml           |  2 +-
 platform/documentation/pom.xml                  |  2 +-
 platform/editor/pom.xml                         |  2 +-
 platform/graphprovider.content/pom.xml          |  2 +-
 platform/logging/core/pom.xml                   |  2 +-
 platform/logging/initializer/pom.xml            |  2 +-
 platform/logging/ontologies/pom.xml             |  2 +-
 platform/logging/pom.xml                        |  2 +-
 platform/style.default/pom.xml                  |  2 +-
 platform/typehandlerspace.jaxrs2/pom.xml        |  2 +-
 platform/typehandlerspace/pom.xml               |  2 +-
 platform/typepriority/pom.xml                   |  2 +-
 platform/typerendering.gui/pom.xml              |  2 +-
 platform/typerendering.scala/pom.xml            |  2 +-
 platform/typerendering.scalaserverpages/pom.xml |  2 +-
 .../platform.typerendering.core/pom.xml         |  2 +-
 .../platform.typerendering.ontologies/pom.xml   |  2 +-
 platform/typerendering/pom.xml                  |  2 +-
 platform/usermanager/pom.xml                    |  2 +-
 platform/users/core/pom.xml                     |  2 +-
 provisioning/launchers/content-launcher/pom.xml |  2 +-
 .../launchers/linked-data-launcher/pom.xml      |  2 +-
 .../launchers/typerendering-launcher/pom.xml    |  2 +-
 provisioning/launchers/website-launcher/pom.xml |  2 +-
 provisioning/rdf.tdb/pom.xml                    |  2 +-
 provisioning/rdf.web/pom.xml                    |  2 +-
 provisioning/rdf/pom.xml                        |  2 +-
 provisioning/typehandlerspace/pom.xml           |  2 +-
 provisioning/typerendering/pom.xml              |  2 +-
 rdf/core.test/pom.xml                           |  2 +-
 rdf/file.storage/pom.xml                        |  2 +-
 rdf/jena/commons/pom.xml                        |  2 +-
 rdf/jena/dependencymanagement/pom.xml           |  2 +-
 rdf/jena/facade/pom.xml                         |  2 +-
 rdf/jena/parser/pom.xml                         |  2 +-
 rdf/jena/pom.xml                                |  2 +-
 rdf/jena/serializer/pom.xml                     |  2 +-
 rdf/jena/sparql/pom.xml                         |  2 +-
 rdf/jena/storage/pom.xml                        |  2 +-
 rdf/metadata/pom.xml                            |  2 +-
 rdf/ontologies/pom.xml                          |  2 +-
 rdf/pom.xml                                     |  2 +-
 rdf/rdfa/pom.xml                                |  2 +-
 rdf/schemagen/main/pom.xml                      |  2 +-
 rdf/schemagen/maven-plugin/pom.xml              |  2 +-
 rdf/simple.storage/pom.xml                      |  2 +-
 rdf/stable.serializer/pom.xml                   |  2 +-
 rdf/storage.web/pom.xml                         |  2 +-
 rdf/web/pom.xml                                 |  2 +-
 rdf/web/rdf.web.core/pom.xml                    |  4 +-
 rdf/web/rdf.web.ontologies/pom.xml              |  2 +-
 releases/201505/pom.xml                         | 67 ++++++++++++++++++++
 scala-scripting/pom.xml                         |  2 +-
 templating.seedsnipe/pom.xml                    |  2 +-
 web.fileserver/pom.xml                          |  2 +-
 57 files changed, 124 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/config/pom.xml
----------------------------------------------------------------------
diff --git a/platform/config/pom.xml b/platform/config/pom.xml
index c726a0b..1186837 100644
--- a/platform/config/pom.xml
+++ b/platform/config/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.config</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/content.fsadaptor/pom.xml
----------------------------------------------------------------------
diff --git a/platform/content.fsadaptor/pom.xml b/platform/content.fsadaptor/pom.xml
index 036258c..f4d624c 100644
--- a/platform/content.fsadaptor/pom.xml
+++ b/platform/content.fsadaptor/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.fsadaptor</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/documentation.viewer/pom.xml
----------------------------------------------------------------------
diff --git a/platform/documentation.viewer/pom.xml b/platform/documentation.viewer/pom.xml
index 0c70fe1..8c87762 100644
--- a/platform/documentation.viewer/pom.xml
+++ b/platform/documentation.viewer/pom.xml
@@ -26,7 +26,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.documentation.viewer</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/documentation/pom.xml
----------------------------------------------------------------------
diff --git a/platform/documentation/pom.xml b/platform/documentation/pom.xml
index 4176f21..8961633 100644
--- a/platform/documentation/pom.xml
+++ b/platform/documentation/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.documentation</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/editor/pom.xml
----------------------------------------------------------------------
diff --git a/platform/editor/pom.xml b/platform/editor/pom.xml
index f3cef60..6f71860 100644
--- a/platform/editor/pom.xml
+++ b/platform/editor/pom.xml
@@ -26,7 +26,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.editor</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/graphprovider.content/pom.xml
----------------------------------------------------------------------
diff --git a/platform/graphprovider.content/pom.xml b/platform/graphprovider.content/pom.xml
index 437bdaf..78439c1 100644
--- a/platform/graphprovider.content/pom.xml
+++ b/platform/graphprovider.content/pom.xml
@@ -26,7 +26,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/logging/core/pom.xml
----------------------------------------------------------------------
diff --git a/platform/logging/core/pom.xml b/platform/logging/core/pom.xml
index 2e059bd..d3d0d71 100644
--- a/platform/logging/core/pom.xml
+++ b/platform/logging/core/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.core</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/logging/initializer/pom.xml
----------------------------------------------------------------------
diff --git a/platform/logging/initializer/pom.xml b/platform/logging/initializer/pom.xml
index 92a798d..0ba1fc7 100644
--- a/platform/logging/initializer/pom.xml
+++ b/platform/logging/initializer/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.initializer</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/logging/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform/logging/ontologies/pom.xml b/platform/logging/ontologies/pom.xml
index 2815e28..4b6b7b4 100644
--- a/platform/logging/ontologies/pom.xml
+++ b/platform/logging/ontologies/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.ontologies</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/logging/pom.xml
----------------------------------------------------------------------
diff --git a/platform/logging/pom.xml b/platform/logging/pom.xml
index e21b6d2..906c8e9 100644
--- a/platform/logging/pom.xml
+++ b/platform/logging/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.parent</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/style.default/pom.xml
----------------------------------------------------------------------
diff --git a/platform/style.default/pom.xml b/platform/style.default/pom.xml
index 0f661f0..a306bc0 100644
--- a/platform/style.default/pom.xml
+++ b/platform/style.default/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>platform.style.default</artifactId>
     <version>1.0.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typehandlerspace.jaxrs2/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typehandlerspace.jaxrs2/pom.xml b/platform/typehandlerspace.jaxrs2/pom.xml
index 67e5f81..46c5b7f 100644
--- a/platform/typehandlerspace.jaxrs2/pom.xml
+++ b/platform/typehandlerspace.jaxrs2/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace.jaxrs</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typehandlerspace/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typehandlerspace/pom.xml b/platform/typehandlerspace/pom.xml
index 1586dd7..5dab945 100644
--- a/platform/typehandlerspace/pom.xml
+++ b/platform/typehandlerspace/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typepriority/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typepriority/pom.xml b/platform/typepriority/pom.xml
index 1d0810c..707d303 100644
--- a/platform/typepriority/pom.xml
+++ b/platform/typepriority/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typepriority</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typerendering.gui/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering.gui/pom.xml b/platform/typerendering.gui/pom.xml
index fe51f01..1ab1f2b 100644
--- a/platform/typerendering.gui/pom.xml
+++ b/platform/typerendering.gui/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>platform.typerendering.gui</artifactId>
     <version>1.0.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typerendering.scala/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering.scala/pom.xml b/platform/typerendering.scala/pom.xml
index 4eb63b5..0ebe72a 100644
--- a/platform/typerendering.scala/pom.xml
+++ b/platform/typerendering.scala/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.scala</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typerendering.scalaserverpages/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering.scalaserverpages/pom.xml b/platform/typerendering.scalaserverpages/pom.xml
index 3a9d3e7..431d6f3 100644
--- a/platform/typerendering.scalaserverpages/pom.xml
+++ b/platform/typerendering.scalaserverpages/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.scalaserverpages</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typerendering/platform.typerendering.core/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering/platform.typerendering.core/pom.xml b/platform/typerendering/platform.typerendering.core/pom.xml
index 2b14401..26cd94e 100644
--- a/platform/typerendering/platform.typerendering.core/pom.xml
+++ b/platform/typerendering/platform.typerendering.core/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.core</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typerendering/platform.typerendering.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering/platform.typerendering.ontologies/pom.xml b/platform/typerendering/platform.typerendering.ontologies/pom.xml
index c38ad6d..f4e5e3d 100644
--- a/platform/typerendering/platform.typerendering.ontologies/pom.xml
+++ b/platform/typerendering/platform.typerendering.ontologies/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.ontologies</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/typerendering/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering/pom.xml b/platform/typerendering/pom.xml
index 65f9c35..4f89c94 100644
--- a/platform/typerendering/pom.xml
+++ b/platform/typerendering/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/usermanager/pom.xml
----------------------------------------------------------------------
diff --git a/platform/usermanager/pom.xml b/platform/usermanager/pom.xml
index e8d6151..43888b1 100644
--- a/platform/usermanager/pom.xml
+++ b/platform/usermanager/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.usermanager</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/platform/users/core/pom.xml
----------------------------------------------------------------------
diff --git a/platform/users/core/pom.xml b/platform/users/core/pom.xml
index cf61c99..4b8d17e 100644
--- a/platform/users/core/pom.xml
+++ b/platform/users/core/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.users.core</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/provisioning/launchers/content-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/content-launcher/pom.xml b/provisioning/launchers/content-launcher/pom.xml
index b56cc14..e1c764f 100644
--- a/provisioning/launchers/content-launcher/pom.xml
+++ b/provisioning/launchers/content-launcher/pom.xml
@@ -20,7 +20,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>content-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/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 35eb3ab..915444f 100644
--- a/provisioning/launchers/linked-data-launcher/pom.xml
+++ b/provisioning/launchers/linked-data-launcher/pom.xml
@@ -20,7 +20,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <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/c49c7405/provisioning/launchers/typerendering-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/typerendering-launcher/pom.xml b/provisioning/launchers/typerendering-launcher/pom.xml
index f2ce3ea..ea1f100 100644
--- a/provisioning/launchers/typerendering-launcher/pom.xml
+++ b/provisioning/launchers/typerendering-launcher/pom.xml
@@ -20,7 +20,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typerendering-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/provisioning/launchers/website-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/website-launcher/pom.xml b/provisioning/launchers/website-launcher/pom.xml
index fb1b4b2..0aa86e7 100644
--- a/provisioning/launchers/website-launcher/pom.xml
+++ b/provisioning/launchers/website-launcher/pom.xml
@@ -20,7 +20,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>website-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/provisioning/rdf.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.tdb/pom.xml b/provisioning/rdf.tdb/pom.xml
index 28787f5..aa2ea8d 100644
--- a/provisioning/rdf.tdb/pom.xml
+++ b/provisioning/rdf.tdb/pom.xml
@@ -26,7 +26,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/provisioning/rdf.web/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.web/pom.xml b/provisioning/rdf.web/pom.xml
index 5a5e819..d9b322c 100644
--- a/provisioning/rdf.web/pom.xml
+++ b/provisioning/rdf.web/pom.xml
@@ -26,7 +26,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/provisioning/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index 59670ec..56130cf 100644
--- a/provisioning/rdf/pom.xml
+++ b/provisioning/rdf/pom.xml
@@ -26,7 +26,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/provisioning/typehandlerspace/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typehandlerspace/pom.xml b/provisioning/typehandlerspace/pom.xml
index 7af1994..3beb312 100644
--- a/provisioning/typehandlerspace/pom.xml
+++ b/provisioning/typehandlerspace/pom.xml
@@ -26,7 +26,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/provisioning/typerendering/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typerendering/pom.xml b/provisioning/typerendering/pom.xml
index b362b29..9e5db7a 100644
--- a/provisioning/typerendering/pom.xml
+++ b/provisioning/typerendering/pom.xml
@@ -26,7 +26,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/core.test/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/core.test/pom.xml b/rdf/core.test/pom.xml
index 41e53d0..f6c7496 100644
--- a/rdf/core.test/pom.xml
+++ b/rdf/core.test/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core.test</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/file.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/file.storage/pom.xml b/rdf/file.storage/pom.xml
index e6aebe4..b39d644 100644
--- a/rdf/file.storage/pom.xml
+++ b/rdf/file.storage/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.file.storage</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/commons/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/commons/pom.xml b/rdf/jena/commons/pom.xml
index ff6b9f6..6520149 100644
--- a/rdf/jena/commons/pom.xml
+++ b/rdf/jena/commons/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.commons</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/dependencymanagement/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/dependencymanagement/pom.xml b/rdf/jena/dependencymanagement/pom.xml
index 78b9771..e810e52 100644
--- a/rdf/jena/dependencymanagement/pom.xml
+++ b/rdf/jena/dependencymanagement/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.dependencymanagement</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/facade/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/facade/pom.xml b/rdf/jena/facade/pom.xml
index 88ef033..93df031 100644
--- a/rdf/jena/facade/pom.xml
+++ b/rdf/jena/facade/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.facade</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/parser/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/parser/pom.xml b/rdf/jena/parser/pom.xml
index d682f94..1b8fbb3 100644
--- a/rdf/jena/parser/pom.xml
+++ b/rdf/jena/parser/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.parser</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/pom.xml b/rdf/jena/pom.xml
index b41ad1e..c54a089 100644
--- a/rdf/jena/pom.xml
+++ b/rdf/jena/pom.xml
@@ -33,7 +33,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
      </parent>
 
     <groupId>org.apache.clerezza</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/serializer/pom.xml b/rdf/jena/serializer/pom.xml
index 1de87ce..bd7e32a 100644
--- a/rdf/jena/serializer/pom.xml
+++ b/rdf/jena/serializer/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.serializer</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/sparql/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/sparql/pom.xml b/rdf/jena/sparql/pom.xml
index 2e8dfb0..7968de2 100644
--- a/rdf/jena/sparql/pom.xml
+++ b/rdf/jena/sparql/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.sparql</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/jena/storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/storage/pom.xml b/rdf/jena/storage/pom.xml
index 654d13c..b36ea57 100644
--- a/rdf/jena/storage/pom.xml
+++ b/rdf/jena/storage/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.storage</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/metadata/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/metadata/pom.xml b/rdf/metadata/pom.xml
index c3d05d7..9bea02f 100644
--- a/rdf/metadata/pom.xml
+++ b/rdf/metadata/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.metadata</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/ontologies/pom.xml b/rdf/ontologies/pom.xml
index 3327c56..1bcbf85 100644
--- a/rdf/ontologies/pom.xml
+++ b/rdf/ontologies/pom.xml
@@ -26,7 +26,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.ontologies</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/pom.xml b/rdf/pom.xml
index ca3d6f7..712ed39 100644
--- a/rdf/pom.xml
+++ b/rdf/pom.xml
@@ -33,7 +33,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../parent</relativePath>
      </parent>
 
     <groupId>org.apache.clerezza</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/rdfa/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/rdfa/pom.xml b/rdf/rdfa/pom.xml
index 3033ffd..ad8a1ed 100644
--- a/rdf/rdfa/pom.xml
+++ b/rdf/rdfa/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.rdfa</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/schemagen/main/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/schemagen/main/pom.xml b/rdf/schemagen/main/pom.xml
index 128776e..250b218 100644
--- a/rdf/schemagen/main/pom.xml
+++ b/rdf/schemagen/main/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <version>1.0.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/schemagen/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/schemagen/maven-plugin/pom.xml b/rdf/schemagen/maven-plugin/pom.xml
index 22ee184..c55d34e 100644
--- a/rdf/schemagen/maven-plugin/pom.xml
+++ b/rdf/schemagen/maven-plugin/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>maven-ontologies-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/simple.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/simple.storage/pom.xml b/rdf/simple.storage/pom.xml
index 5ae69a0..7eeecee 100644
--- a/rdf/simple.storage/pom.xml
+++ b/rdf/simple.storage/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.simple.storage</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/stable.serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/stable.serializer/pom.xml b/rdf/stable.serializer/pom.xml
index d77a865..276e46c 100644
--- a/rdf/stable.serializer/pom.xml
+++ b/rdf/stable.serializer/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.stable.serializer</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/storage.web/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/storage.web/pom.xml b/rdf/storage.web/pom.xml
index 4315683..a9695cc 100644
--- a/rdf/storage.web/pom.xml
+++ b/rdf/storage.web/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>rdf.storage.web</artifactId>
     <version>1.0.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/web/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/web/pom.xml b/rdf/web/pom.xml
index 7dc74da..af83cf1 100644
--- a/rdf/web/pom.xml
+++ b/rdf/web/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/web/rdf.web.core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/web/rdf.web.core/pom.xml b/rdf/web/rdf.web.core/pom.xml
index 2cad597..231e47c 100644
--- a/rdf/web/rdf.web.core/pom.xml
+++ b/rdf/web/rdf.web.core/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web.core</artifactId>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/rdf/web/rdf.web.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/web/rdf.web.ontologies/pom.xml b/rdf/web/rdf.web.ontologies/pom.xml
index 1713a43..1bfd129 100644
--- a/rdf/web/rdf.web.ontologies/pom.xml
+++ b/rdf/web/rdf.web.ontologies/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web.ontologies</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/releases/201505/pom.xml
----------------------------------------------------------------------
diff --git a/releases/201505/pom.xml b/releases/201505/pom.xml
new file mode 100644
index 0000000..2c14fee
--- /dev/null
+++ b/releases/201505/pom.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+         !!!!!!                                !!!!!!
+         !!!!!!    This pom is only provided   !!!!!!
+         !!!!!!   for build convenience and    !!!!!!
+         !!!!!!   should not be released       !!!!!!
+         !!!!!!                                !!!!!!
+         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.clerezza</groupId>
+        <artifactId>clerezza</artifactId>
+        <version>7-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
+     </parent>
+
+    <groupId>org.apache.clerezza.releases</groupId>
+    <artifactId>201505</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Clerezza - Release 201505</name>
+
+    <modules>
+        <module>../../parent</module>
+        <module>../../platform/config</module>
+        <module>../../platform/config.gui</module>
+        <module>../../platform/content</module>
+        <module>../../platform/content.default404</module>
+        <module>../../platform/content.fsadaptor</module>
+        <module>../../platform/typerendering</module>
+        <module>../../platform/typerendering.scala</module>
+        <module>../../platform/typerendering.scalaserverpages</module>
+        <module>../../platform/typerendering.seedsnipe</module>
+        <module>../../platform/typerendering.gui</module>
+        <module>../../platform/editor</module>
+        <module>../../platform/graphnodeprovider</module>
+        <module>../../platform/graphprovider.content</module>
+        <module>../../platform/documentation</module>
+        <module>../../platform/documentation.viewer</module>
+        <module>../../platform/users</module>
+        <module>../../platform/typepriority</module>
+        <module>../../rdf</module>
+    </modules>
+
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/scala-scripting/pom.xml
----------------------------------------------------------------------
diff --git a/scala-scripting/pom.xml b/scala-scripting/pom.xml
index 9e10aeb..cad330b 100644
--- a/scala-scripting/pom.xml
+++ b/scala-scripting/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>13</version>
-        <relativePath />
+        <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.scala</groupId>
     <artifactId>scala</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/templating.seedsnipe/pom.xml
----------------------------------------------------------------------
diff --git a/templating.seedsnipe/pom.xml b/templating.seedsnipe/pom.xml
index 25bb3ff..891d0cd 100644
--- a/templating.seedsnipe/pom.xml
+++ b/templating.seedsnipe/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>templating.seedsnipe</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/c49c7405/web.fileserver/pom.xml
----------------------------------------------------------------------
diff --git a/web.fileserver/pom.xml b/web.fileserver/pom.xml
index 87e4a75..16e0bab 100644
--- a/web.fileserver/pom.xml
+++ b/web.fileserver/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath />
+        <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.fileserver</artifactId>


[3/3] clerezza git commit: CLEREZZA-989: added reactor for release, and some fixed for things to compile

Posted by re...@apache.org.
CLEREZZA-989: added reactor for release, and some fixed for things to compile

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

Branch: refs/heads/master
Commit: 62fc13444a46755481952c776be0e48c631750c5
Parents: e737231
Author: Reto Gmuer <re...@apache.org>
Authored: Mon May 18 20:09:28 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Mon May 18 20:09:28 2015 +0000

----------------------------------------------------------------------
 platform/config/pom.xml                         |  2 +-
 platform/typerendering.seedsnipe/pom.xml        |  8 +++++
 .../seedsnipe/SeedsnipeRenderlet.java           |  6 ++--
 provisioning/site.tools/pom.xml                 |  2 +-
 .../apache/clerezza/rdf/web/core/Restorer.java  |  2 +-
 .../rdf/web/core/BackupAndRestoreTest.java      | 12 ++++++--
 releases/201505/pom.xml                         | 31 +++++++++++++++++++-
 tools.offline/pom.xml                           |  2 +-
 8 files changed, 56 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/platform/config/pom.xml
----------------------------------------------------------------------
diff --git a/platform/config/pom.xml b/platform/config/pom.xml
index 1186837..c7e82e4 100644
--- a/platform/config/pom.xml
+++ b/platform/config/pom.xml
@@ -46,7 +46,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <!-- a problem with more recent versions and combined targets target="(&amp;(foo=bar)(name=foo)"  -->
-                <version>2.5.0</version>
+                <version>2.4.0</version>
             </plugin>
         </plugins>
     </build>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/platform/typerendering.seedsnipe/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering.seedsnipe/pom.xml b/platform/typerendering.seedsnipe/pom.xml
index 1637f4f..dd11282 100644
--- a/platform/typerendering.seedsnipe/pom.xml
+++ b/platform/typerendering.seedsnipe/pom.xml
@@ -33,6 +33,14 @@
     <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Seedsnipe Renderlet</name>
     <description>Renderlet implementation wrapping org.apache.clerezza.templating.seedsnipe</description>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
     <dependencies>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/platform/typerendering.seedsnipe/src/main/java/org/apache/clerezza/platform/typerendering/seedsnipe/SeedsnipeRenderlet.java
----------------------------------------------------------------------
diff --git a/platform/typerendering.seedsnipe/src/main/java/org/apache/clerezza/platform/typerendering/seedsnipe/SeedsnipeRenderlet.java b/platform/typerendering.seedsnipe/src/main/java/org/apache/clerezza/platform/typerendering/seedsnipe/SeedsnipeRenderlet.java
index 80d8c1a..5a7025a 100644
--- a/platform/typerendering.seedsnipe/src/main/java/org/apache/clerezza/platform/typerendering/seedsnipe/SeedsnipeRenderlet.java
+++ b/platform/typerendering.seedsnipe/src/main/java/org/apache/clerezza/platform/typerendering/seedsnipe/SeedsnipeRenderlet.java
@@ -30,15 +30,17 @@ import org.apache.clerezza.platform.typerendering.Renderlet;
 import org.apache.clerezza.rdf.utils.GraphNode;
 import org.apache.clerezza.templating.RenderingFunctions;
 import org.apache.clerezza.templating.seedsnipe.simpleparser.SeedsnipeTemplatingEngine;
+import org.apache.felix.scr.annotations.Component;
+import org.apache.felix.scr.annotations.Service;
 
 /**
  * Renderlet for Seedsnipe
  *
  * @author mir
  *
- * @scr.component
- * @scr.service interface="org.apache.clerezza.platform.typerendering.Renderlet"
  */
+@Component
+@Service(Renderlet.class)
 public class SeedsnipeRenderlet implements Renderlet{
 
     private SeedsnipeTemplatingEngine seedsnipeEngine;

http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/provisioning/site.tools/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/site.tools/pom.xml b/provisioning/site.tools/pom.xml
index 026437b..225f6ce 100644
--- a/provisioning/site.tools/pom.xml
+++ b/provisioning/site.tools/pom.xml
@@ -26,7 +26,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath/>
+        <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/rdf/web/rdf.web.core/src/main/java/org/apache/clerezza/rdf/web/core/Restorer.java
----------------------------------------------------------------------
diff --git a/rdf/web/rdf.web.core/src/main/java/org/apache/clerezza/rdf/web/core/Restorer.java b/rdf/web/rdf.web.core/src/main/java/org/apache/clerezza/rdf/web/core/Restorer.java
index 728be7a..2df6c4d 100644
--- a/rdf/web/rdf.web.core/src/main/java/org/apache/clerezza/rdf/web/core/Restorer.java
+++ b/rdf/web/rdf.web.core/src/main/java/org/apache/clerezza/rdf/web/core/Restorer.java
@@ -130,7 +130,7 @@ public class Restorer {
                 Graph mGraph;
                 boolean created = false;
                 try {
-                    mGraph = target.getGraph((IRI)graphGN.getNode());
+                    mGraph = target.getMGraph((IRI)graphGN.getNode());
                     try {
                         mGraph.clear();
                     } catch (UnsupportedOperationException ex) {

http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/rdf/web/rdf.web.core/src/test/java/org/apache/clerezza/rdf/web/core/BackupAndRestoreTest.java
----------------------------------------------------------------------
diff --git a/rdf/web/rdf.web.core/src/test/java/org/apache/clerezza/rdf/web/core/BackupAndRestoreTest.java b/rdf/web/rdf.web.core/src/test/java/org/apache/clerezza/rdf/web/core/BackupAndRestoreTest.java
index ca785be..0c97be8 100644
--- a/rdf/web/rdf.web.core/src/test/java/org/apache/clerezza/rdf/web/core/BackupAndRestoreTest.java
+++ b/rdf/web/rdf.web.core/src/test/java/org/apache/clerezza/rdf/web/core/BackupAndRestoreTest.java
@@ -157,13 +157,21 @@ public class BackupAndRestoreTest {
     public void restoreFromBackup() throws IOException {
         byte[] backupData = backup.createBackup();
         TcProvider tcProvider = EasyMock.createMock(TcProvider.class);
-        EasyMock.expect(tcProvider.getGraph(testGraphUri0)).andReturn(
+        EasyMock.expect(tcProvider.getMGraph(testGraphUri0)).andReturn(
                 EasyMock.createNiceMock(Graph.class));
-        EasyMock.expect(tcProvider.getGraph(testGraphUri1)).andReturn(
+        EasyMock.expect(tcProvider.getMGraph(testGraphUri1)).andReturn(
+                EasyMock.createNiceMock(Graph.class));
+        EasyMock.expect(tcProvider.getMGraph(testGraphUriA)).andReturn(
                 EasyMock.createNiceMock(Graph.class));
         tcProvider.deleteGraph(testGraphUriA);
+        tcProvider.deleteGraph(testGraphUri0);
+        tcProvider.deleteGraph(testGraphUri1);
         EasyMock.expect(tcProvider.createImmutableGraph(EasyMock.eq(testGraphUriA),
                 EasyMock.notNull(Graph.class))).andReturn(new SimpleGraph().getImmutableGraph());
+        EasyMock.expect(tcProvider.createImmutableGraph(EasyMock.eq(testGraphUri0),
+                EasyMock.notNull(Graph.class))).andReturn(new SimpleGraph().getImmutableGraph());
+        EasyMock.expect(tcProvider.createImmutableGraph(EasyMock.eq(testGraphUri1),
+                EasyMock.notNull(Graph.class))).andReturn(new SimpleGraph().getImmutableGraph());
         EasyMock.replay(tcProvider);
         Restorer restore = new Restorer();
         restore.parser = Parser.getInstance();

http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/releases/201505/pom.xml
----------------------------------------------------------------------
diff --git a/releases/201505/pom.xml b/releases/201505/pom.xml
index 2c14fee..e716557 100644
--- a/releases/201505/pom.xml
+++ b/releases/201505/pom.xml
@@ -43,12 +43,21 @@
     <name>Clerezza - Release 201505</name>
 
     <modules>
+        <module>../../jaxrs.rdf.providers</module>
+        <module>../../rdf</module>
+        <module>../../templating</module>
+        <module>../../templating.seedsnipe</module>
         <module>../../parent</module>
         <module>../../platform/config</module>
         <module>../../platform/config.gui</module>
         <module>../../platform/content</module>
         <module>../../platform/content.default404</module>
         <module>../../platform/content.fsadaptor</module>
+        <module>../../platform/globalmenu.api</module>
+        <module>../../platform/platform</module>
+        <module>../../platform/style.default</module>
+        <module>../../platform/typehandlerspace</module>
+        <module>../../platform/typehandlerspace.jaxrs2</module>
         <module>../../platform/typerendering</module>
         <module>../../platform/typerendering.scala</module>
         <module>../../platform/typerendering.scalaserverpages</module>
@@ -60,8 +69,28 @@
         <module>../../platform/documentation</module>
         <module>../../platform/documentation.viewer</module>
         <module>../../platform/users</module>
+        <module>../../platform/usermanager</module>
         <module>../../platform/typepriority</module>
-        <module>../../rdf</module>
+        <module>../../provisioning/felixosgi</module>
+        <module>../../provisioning/felixweb</module>
+        <!-- <module>../../provisioning/security</module> -->
+        <module>../../provisioning/jaxrs-whiteboard</module>
+        <module>../../provisioning/launchers/content-launcher</module>
+        <module>../../provisioning/launchers/linked-data-launcher</module>
+        <module>../../provisioning/launchers/typerendering-launcher</module>
+        <module>../../provisioning/launchers/website-launcher</module>
+        <module>../../provisioning/platform.content</module>
+        <module>../../provisioning/platform.graphnodeprovider</module>
+        <module>../../provisioning/rdf</module>
+        <module>../../provisioning/rdf.tdb</module>
+        <module>../../provisioning/rdf.web</module>
+        <module>../../provisioning/site.tools</module>
+        <module>../../provisioning/typehandlerspace</module>
+        <module>../../provisioning/typerendering</module>
+        <module>../../scala-scripting</module>
+        <module>../../site</module>
+        <module>../../tools.offline</module>
+        <module>../../web.fileserver</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/62fc1344/tools.offline/pom.xml
----------------------------------------------------------------------
diff --git a/tools.offline/pom.xml b/tools.offline/pom.xml
index f1022b5..121fc5b 100644
--- a/tools.offline/pom.xml
+++ b/tools.offline/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file


[2/3] clerezza git commit: fixed relative paths

Posted by re...@apache.org.
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/e737231a
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/e737231a
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/e737231a

Branch: refs/heads/master
Commit: e737231a72682855efacea30c9a3df0c8ecb4ac0
Parents: c49c740
Author: Reto Gmuer <re...@apache.org>
Authored: Mon May 18 16:39:57 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Mon May 18 16:39:57 2015 +0000

----------------------------------------------------------------------
 ext/jena-arq/pom.xml                                               | 2 +-
 ext/jena-core/pom.xml                                              | 2 +-
 ext/jena-iri/pom.xml                                               | 2 +-
 ext/jena-tdb/pom.xml                                               | 2 +-
 internal.archetype/src/main/resources/archetype-resources/pom.xml  | 2 +-
 maven-archetypes/java-ssp-ttl/core/pom.xml                         | 2 +-
 maven-archetypes/java-ssp-ttl/ontologies/pom.xml                   | 2 +-
 maven-archetypes/java-ssp-ttl/pom.xml                              | 2 +-
 platform/accountcontrolpanel/pom.xml                               | 2 +-
 platform/concepts/pom.xml                                          | 2 +-
 platform/config.gui/pom.xml                                        | 2 +-
 platform/content.default404/pom.xml                                | 2 +-
 platform/content.imagemetadata/pom.xml                             | 2 +-
 platform/content.representations/pom.xml                           | 2 +-
 platform/content/pom.xml                                           | 2 +-
 platform/cris/pom.xml                                              | 2 +-
 platform/curieprefixmanager/pom.xml                                | 2 +-
 platform/dashboard.webinterface/pom.xml                            | 2 +-
 platform/dashboard/pom.xml                                         | 2 +-
 platform/enrichment/pom.xml                                        | 2 +-
 platform/globalmenu.api/pom.xml                                    | 2 +-
 platform/graphnodeprovider/pom.xml                                 | 2 +-
 platform/language/pom.xml                                          | 2 +-
 platform/launcher.mulgara/pom.xml                                  | 2 +-
 platform/launcher.sesame/pom.xml                                   | 2 +-
 platform/launcher.storageless.parent/pom.xml                       | 2 +-
 platform/launcher.tdb/pom.xml                                      | 2 +-
 platform/launcher.virtuoso/pom.xml                                 | 2 +-
 platform/mail/pom.xml                                              | 2 +-
 platform/platform/pom.xml                                          | 2 +-
 platform/scripting.scriptmanager/pom.xml                           | 2 +-
 platform/scripting/pom.xml                                         | 2 +-
 platform/security.conditions/pom.xml                               | 2 +-
 platform/security.foafssl/pom.xml                                  | 2 +-
 platform/shellcustomizer/pom.xml                                   | 2 +-
 platform/style.classic.webguiexamples/pom.xml                      | 2 +-
 platform/style.classic/pom.xml                                     | 2 +-
 platform/typehandlerspace.wink/pom.xml                             | 2 +-
 platform/typerendering.seedsnipe/pom.xml                           | 2 +-
 platform/usermanager.webinterface/pom.xml                          | 2 +-
 platform/users/pom.xml                                             | 2 +-
 platform/xhtml2html/pom.xml                                        | 2 +-
 rdf/core/pom.xml                                                   | 2 +-
 .../src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml  | 2 +-
 rdf/jena/tdb.storage/pom.xml                                       | 2 +-
 rdf/scala.utils/pom.xml                                            | 2 +-
 rdf/utils/pom.xml                                                  | 2 +-
 47 files changed, 47 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/ext/jena-arq/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-arq/pom.xml b/ext/jena-arq/pom.xml
index 8fb654d..440740c 100644
--- a/ext/jena-arq/pom.xml
+++ b/ext/jena-arq/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
         <version>0.1</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/ext/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-core/pom.xml b/ext/jena-core/pom.xml
index bcad18c..390f9d2 100644
--- a/ext/jena-core/pom.xml
+++ b/ext/jena-core/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
         <version>0.1</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/ext/jena-iri/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-iri/pom.xml b/ext/jena-iri/pom.xml
index 6306557..827fb3f 100644
--- a/ext/jena-iri/pom.xml
+++ b/ext/jena-iri/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
         <version>0.1</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/ext/jena-tdb/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-tdb/pom.xml b/ext/jena-tdb/pom.xml
index 8fe34ff..401e66e 100644
--- a/ext/jena-tdb/pom.xml
+++ b/ext/jena-tdb/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
         <version>0.1</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/internal.archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/internal.archetype/src/main/resources/archetype-resources/pom.xml b/internal.archetype/src/main/resources/archetype-resources/pom.xml
index 7bffb85..411ec5e 100644
--- a/internal.archetype/src/main/resources/archetype-resources/pom.xml
+++ b/internal.archetype/src/main/resources/archetype-resources/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>main.parent</artifactId>
         <version>0.5-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../../../../parent</relativePath>
     </parent>
     <groupId>${project.groupId}</groupId>
     <artifactId>${project.artifactId}</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/maven-archetypes/java-ssp-ttl/core/pom.xml
----------------------------------------------------------------------
diff --git a/maven-archetypes/java-ssp-ttl/core/pom.xml b/maven-archetypes/java-ssp-ttl/core/pom.xml
index 932c977..caf49ed 100644
--- a/maven-archetypes/java-ssp-ttl/core/pom.xml
+++ b/maven-archetypes/java-ssp-ttl/core/pom.xml
@@ -4,7 +4,7 @@
         <groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
         <artifactId>parent</artifactId>
         <version>0.1-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
     <artifactId>core</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/maven-archetypes/java-ssp-ttl/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/maven-archetypes/java-ssp-ttl/ontologies/pom.xml b/maven-archetypes/java-ssp-ttl/ontologies/pom.xml
index c6d93c4..3eb5f42 100644
--- a/maven-archetypes/java-ssp-ttl/ontologies/pom.xml
+++ b/maven-archetypes/java-ssp-ttl/ontologies/pom.xml
@@ -4,7 +4,7 @@
         <groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
         <artifactId>parent</artifactId>
         <version>0.1-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
     <artifactId>ontologies</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/maven-archetypes/java-ssp-ttl/pom.xml
----------------------------------------------------------------------
diff --git a/maven-archetypes/java-ssp-ttl/pom.xml b/maven-archetypes/java-ssp-ttl/pom.xml
index d36cc37..34a6a33 100644
--- a/maven-archetypes/java-ssp-ttl/pom.xml
+++ b/maven-archetypes/java-ssp-ttl/pom.xml
@@ -4,7 +4,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.2-incubating</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
     <artifactId>parent</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/accountcontrolpanel/pom.xml
----------------------------------------------------------------------
diff --git a/platform/accountcontrolpanel/pom.xml b/platform/accountcontrolpanel/pom.xml
index a23edbd..02cb4ea 100644
--- a/platform/accountcontrolpanel/pom.xml
+++ b/platform/accountcontrolpanel/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.accountcontrolpanel</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/concepts/pom.xml
----------------------------------------------------------------------
diff --git a/platform/concepts/pom.xml b/platform/concepts/pom.xml
index 7133468..906a74e 100644
--- a/platform/concepts/pom.xml
+++ b/platform/concepts/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.concepts</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/config.gui/pom.xml
----------------------------------------------------------------------
diff --git a/platform/config.gui/pom.xml b/platform/config.gui/pom.xml
index 96493dc..e343512 100644
--- a/platform/config.gui/pom.xml
+++ b/platform/config.gui/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.config.gui</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/content.default404/pom.xml
----------------------------------------------------------------------
diff --git a/platform/content.default404/pom.xml b/platform/content.default404/pom.xml
index 0cedbc1..60091a6 100644
--- a/platform/content.default404/pom.xml
+++ b/platform/content.default404/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.default404</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/content.imagemetadata/pom.xml
----------------------------------------------------------------------
diff --git a/platform/content.imagemetadata/pom.xml b/platform/content.imagemetadata/pom.xml
index 6b82b03..5c42cfd 100644
--- a/platform/content.imagemetadata/pom.xml
+++ b/platform/content.imagemetadata/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.imagemetadata</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/content.representations/pom.xml
----------------------------------------------------------------------
diff --git a/platform/content.representations/pom.xml b/platform/content.representations/pom.xml
index 0327c26..b6fcff8 100644
--- a/platform/content.representations/pom.xml
+++ b/platform/content.representations/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.representations</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/content/pom.xml
----------------------------------------------------------------------
diff --git a/platform/content/pom.xml b/platform/content/pom.xml
index 245c432..1bb8ce5 100644
--- a/platform/content/pom.xml
+++ b/platform/content/pom.xml
@@ -26,7 +26,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>7-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/cris/pom.xml
----------------------------------------------------------------------
diff --git a/platform/cris/pom.xml b/platform/cris/pom.xml
index 4585ac3..b30c396 100644
--- a/platform/cris/pom.xml
+++ b/platform/cris/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.cris</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/curieprefixmanager/pom.xml
----------------------------------------------------------------------
diff --git a/platform/curieprefixmanager/pom.xml b/platform/curieprefixmanager/pom.xml
index 04ef3e3..7eb703a 100644
--- a/platform/curieprefixmanager/pom.xml
+++ b/platform/curieprefixmanager/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.curieprefixmanager</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/dashboard.webinterface/pom.xml
----------------------------------------------------------------------
diff --git a/platform/dashboard.webinterface/pom.xml b/platform/dashboard.webinterface/pom.xml
index 66ff34d..99ee096 100644
--- a/platform/dashboard.webinterface/pom.xml
+++ b/platform/dashboard.webinterface/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard.webinterface</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/dashboard/pom.xml
----------------------------------------------------------------------
diff --git a/platform/dashboard/pom.xml b/platform/dashboard/pom.xml
index c55db94..693d4c0 100644
--- a/platform/dashboard/pom.xml
+++ b/platform/dashboard/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/enrichment/pom.xml
----------------------------------------------------------------------
diff --git a/platform/enrichment/pom.xml b/platform/enrichment/pom.xml
index f844156..8864fe5 100644
--- a/platform/enrichment/pom.xml
+++ b/platform/enrichment/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.enrichment</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/globalmenu.api/pom.xml
----------------------------------------------------------------------
diff --git a/platform/globalmenu.api/pom.xml b/platform/globalmenu.api/pom.xml
index 0ada0be..12897c5 100644
--- a/platform/globalmenu.api/pom.xml
+++ b/platform/globalmenu.api/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.globalmenu.api</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/graphnodeprovider/pom.xml
----------------------------------------------------------------------
diff --git a/platform/graphnodeprovider/pom.xml b/platform/graphnodeprovider/pom.xml
index cd5535d..3acab01 100644
--- a/platform/graphnodeprovider/pom.xml
+++ b/platform/graphnodeprovider/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>platform.graphnodeprovider</artifactId>
     <version>1.0.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/language/pom.xml
----------------------------------------------------------------------
diff --git a/platform/language/pom.xml b/platform/language/pom.xml
index cb1cae0..4f9fc47 100644
--- a/platform/language/pom.xml
+++ b/platform/language/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.language</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/launcher.mulgara/pom.xml
----------------------------------------------------------------------
diff --git a/platform/launcher.mulgara/pom.xml b/platform/launcher.mulgara/pom.xml
index 2c44d16..4f97df5 100644
--- a/platform/launcher.mulgara/pom.xml
+++ b/platform/launcher.mulgara/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.2-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.launcher.mulgara</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/launcher.sesame/pom.xml
----------------------------------------------------------------------
diff --git a/platform/launcher.sesame/pom.xml b/platform/launcher.sesame/pom.xml
index 9ae7e9a..aec66f6 100644
--- a/platform/launcher.sesame/pom.xml
+++ b/platform/launcher.sesame/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.3-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.launcher.sesame</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/launcher.storageless.parent/pom.xml
----------------------------------------------------------------------
diff --git a/platform/launcher.storageless.parent/pom.xml b/platform/launcher.storageless.parent/pom.xml
index 1414762..5d6792c 100644
--- a/platform/launcher.storageless.parent/pom.xml
+++ b/platform/launcher.storageless.parent/pom.xml
@@ -21,7 +21,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.launcher.storageless.parent</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/launcher.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/platform/launcher.tdb/pom.xml b/platform/launcher.tdb/pom.xml
index 911bc7e..728c476 100644
--- a/platform/launcher.tdb/pom.xml
+++ b/platform/launcher.tdb/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.launcher.tdb</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/launcher.virtuoso/pom.xml
----------------------------------------------------------------------
diff --git a/platform/launcher.virtuoso/pom.xml b/platform/launcher.virtuoso/pom.xml
index b4805da..146ab62 100644
--- a/platform/launcher.virtuoso/pom.xml
+++ b/platform/launcher.virtuoso/pom.xml
@@ -25,7 +25,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</groupId>
     <artifactId>platform.launcher.virtuoso</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/mail/pom.xml
----------------------------------------------------------------------
diff --git a/platform/mail/pom.xml b/platform/mail/pom.xml
index 97cbcee..75d0650 100644
--- a/platform/mail/pom.xml
+++ b/platform/mail/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.mail</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/platform/pom.xml
----------------------------------------------------------------------
diff --git a/platform/platform/pom.xml b/platform/platform/pom.xml
index a690800..94414fc 100644
--- a/platform/platform/pom.xml
+++ b/platform/platform/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/scripting.scriptmanager/pom.xml
----------------------------------------------------------------------
diff --git a/platform/scripting.scriptmanager/pom.xml b/platform/scripting.scriptmanager/pom.xml
index 3599016..206aa66 100644
--- a/platform/scripting.scriptmanager/pom.xml
+++ b/platform/scripting.scriptmanager/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.scripting.scriptmanager</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/scripting/pom.xml
----------------------------------------------------------------------
diff --git a/platform/scripting/pom.xml b/platform/scripting/pom.xml
index 193f0a3..b74648d 100644
--- a/platform/scripting/pom.xml
+++ b/platform/scripting/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.scripting</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/security.conditions/pom.xml
----------------------------------------------------------------------
diff --git a/platform/security.conditions/pom.xml b/platform/security.conditions/pom.xml
index 4806b54..f95d497 100644
--- a/platform/security.conditions/pom.xml
+++ b/platform/security.conditions/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.conditions</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/security.foafssl/pom.xml
----------------------------------------------------------------------
diff --git a/platform/security.foafssl/pom.xml b/platform/security.foafssl/pom.xml
index 0f25b11..d19bb02 100644
--- a/platform/security.foafssl/pom.xml
+++ b/platform/security.foafssl/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.foafssl</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/shellcustomizer/pom.xml
----------------------------------------------------------------------
diff --git a/platform/shellcustomizer/pom.xml b/platform/shellcustomizer/pom.xml
index 95d056b..fb9a181 100644
--- a/platform/shellcustomizer/pom.xml
+++ b/platform/shellcustomizer/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>platform.shellcustomizer</artifactId>
     <version>1.0.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/style.classic.webguiexamples/pom.xml
----------------------------------------------------------------------
diff --git a/platform/style.classic.webguiexamples/pom.xml b/platform/style.classic.webguiexamples/pom.xml
index 65be966..4cf6662 100644
--- a/platform/style.classic.webguiexamples/pom.xml
+++ b/platform/style.classic.webguiexamples/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.style.classic.webguiexamples</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/style.classic/pom.xml
----------------------------------------------------------------------
diff --git a/platform/style.classic/pom.xml b/platform/style.classic/pom.xml
index 83eca4c..babfc73 100644
--- a/platform/style.classic/pom.xml
+++ b/platform/style.classic/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.style.classic</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/typehandlerspace.wink/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typehandlerspace.wink/pom.xml b/platform/typehandlerspace.wink/pom.xml
index f677767..a18e5fe 100644
--- a/platform/typehandlerspace.wink/pom.xml
+++ b/platform/typehandlerspace.wink/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace.wink</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/typerendering.seedsnipe/pom.xml
----------------------------------------------------------------------
diff --git a/platform/typerendering.seedsnipe/pom.xml b/platform/typerendering.seedsnipe/pom.xml
index 0591bf5..1637f4f 100644
--- a/platform/typerendering.seedsnipe/pom.xml
+++ b/platform/typerendering.seedsnipe/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.seedsnipe</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/usermanager.webinterface/pom.xml
----------------------------------------------------------------------
diff --git a/platform/usermanager.webinterface/pom.xml b/platform/usermanager.webinterface/pom.xml
index 9dd939c..54dbd7f 100644
--- a/platform/usermanager.webinterface/pom.xml
+++ b/platform/usermanager.webinterface/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.usermanager.webinterface</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/users/pom.xml
----------------------------------------------------------------------
diff --git a/platform/users/pom.xml b/platform/users/pom.xml
index 2d366b0..cd8e81c 100644
--- a/platform/users/pom.xml
+++ b/platform/users/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.users</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/platform/xhtml2html/pom.xml
----------------------------------------------------------------------
diff --git a/platform/xhtml2html/pom.xml b/platform/xhtml2html/pom.xml
index 072c861..378aa7f 100644
--- a/platform/xhtml2html/pom.xml
+++ b/platform/xhtml2html/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.5</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.xhtml2html</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/rdf/core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/core/pom.xml b/rdf/core/pom.xml
index 594362e..739d0c4 100644
--- a/rdf/core/pom.xml
+++ b/rdf/core/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/rdf/core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml b/rdf/core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
index 6ffe54e..c778c7f 100644
--- a/rdf/core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
+++ b/rdf/core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
@@ -28,7 +28,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.11-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../../../../../../parent</relativePath>
     </parent>
     <repositories>
         <repository>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/rdf/jena/tdb.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/tdb.storage/pom.xml b/rdf/jena/tdb.storage/pom.xml
index 5fc86ef..b5fadd0 100644
--- a/rdf/jena/tdb.storage/pom.xml
+++ b/rdf/jena/tdb.storage/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.tdb.storage</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/rdf/scala.utils/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/scala.utils/pom.xml b/rdf/scala.utils/pom.xml
index 7d8f99e..f39e765 100644
--- a/rdf/scala.utils/pom.xml
+++ b/rdf/scala.utils/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.scala.utils</artifactId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e737231a/rdf/utils/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/utils/pom.xml b/rdf/utils/pom.xml
index 3c2b430..dd0020f 100644
--- a/rdf/utils/pom.xml
+++ b/rdf/utils/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>7-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.utils</artifactId>