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/03/22 18:31:12 UTC

[8/9] clerezza git commit: CLEREZZA-966: Shorter name to reflect directory hierarchy

CLEREZZA-966: Shorter name to reflect directory hierarchy

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

Branch: refs/heads/rdf-commons
Commit: 48cc7724a9f8815af9cefa032b6ee8cd1fb9d96c
Parents: 2bd1aed
Author: Reto Gmuer <re...@apache.org>
Authored: Sun Mar 22 17:30:22 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Sun Mar 22 17:30:22 2015 +0000

----------------------------------------------------------------------
 pom.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/48cc7724/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b690106..a9f6ebb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>14</version>
+        <version>16</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>reactor</artifactId>
     <packaging>pom</packaging>
-    <name>Clerezza - Reactor build (root)</name>
+    <name>Clerezza</name>
     <url>http://incubator.apache.org/clerezza/mvn-site/</url>
     <version>0.4-SNAPSHOT</version>
     <description>A reactor to build all of clerezza</description>
@@ -73,18 +73,11 @@
                 <module>rdf.cris</module>
                 <module>rdf.enrichment</module>
                 <module>rdf.file.storage</module>
-                <module>rdf.jena.serializer</module>
-                <module>rdf.jena.sparql</module>
-                <module>rdf.jena.storage</module>
                 <module>rdf.jena.tdb.storage</module>
                 <module>rdf.locking</module>
-                <module>rdf.metadata</module>
-                <module>rdf.rdfa</module>
                 <module>rdf.rdfjson</module>
                 <module>rdf.scala.utils</module>
-                <module>rdf.simple.storage</module>
                 <module>rdf.stable.serializer</module>
-                <module>rdf.utils</module>
                 <module>rdf.web</module>
                 <module>shell</module>
                 <module>shell.felixshellcommand</module>