You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/11/16 13:03:28 UTC

[2/7] incubator-commonsrdf git commit: List modules in menu. Simplify their names.

List modules in menu. Simplify their names.


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

Branch: refs/heads/master
Commit: f296f7e6b1b347b9d5fe2f10d62ef74acb4aef97
Parents: 4167e3d
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 16 09:32:48 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 16 09:33:34 2016 +0000

----------------------------------------------------------------------
 api/pom.xml               | 2 +-
 integration-tests/pom.xml | 2 +-
 jena/pom.xml              | 2 +-
 jsonld-java/pom.xml       | 2 +-
 rdf4j/pom.xml             | 2 +-
 simple/pom.xml            | 2 +-
 src/site/site.xml         | 1 +
 7 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index e75e042..30a8517 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>commons-rdf-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>Commons RDF: API</name>
+    <name>Commons RDF API</name>
     <description>Commons Java API for RDF 1.1</description>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 2692431..a7cf011 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -26,7 +26,7 @@
 		<version>0.3.0-incubating</version>
 	</parent>
 	<artifactId>commons-rdf-integration-tests</artifactId>
-	<name>Commons RDF: Integration tests</name>
+	<name>Commons RDF Integration tests</name>
 	<dependencies>
 		<dependency>
 			<groupId>${project.groupId}</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index 84b2414..3b81874 100644
--- a/jena/pom.xml
+++ b/jena/pom.xml
@@ -30,7 +30,7 @@
 	<artifactId>commons-rdf-jena</artifactId>
 	<packaging>jar</packaging>
 
-	<name>Commons RDF: Integration: Apache Jena</name>
+	<name>Commons RDF impl: Jena</name>
 	<description>Apache Jena implementation of Commons RDF API</description>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/jsonld-java/pom.xml
----------------------------------------------------------------------
diff --git a/jsonld-java/pom.xml b/jsonld-java/pom.xml
index cdb6af2..e4e7474 100644
--- a/jsonld-java/pom.xml
+++ b/jsonld-java/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>commons-rdf-jsonld-java</artifactId>
     <packaging>jar</packaging>
 
-    <name>Commons RDF: Integration: JSON-LD Java</name>
+    <name>Commons RDF impl: JSON-LD Java</name>
     <description>Parser integration of JSON-LD Java</description>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/rdf4j/pom.xml
----------------------------------------------------------------------
diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml
index 2186a26..687da2a 100644
--- a/rdf4j/pom.xml
+++ b/rdf4j/pom.xml
@@ -30,7 +30,7 @@
 	<artifactId>commons-rdf-rdf4j</artifactId>
 	<packaging>jar</packaging>
 
-	<name>Commons RDF: Integration: RDF4j</name>
+	<name>Commons RDF impl: RDF4j</name>
 	<description>Eclipse RDF4j implementation of Commons RDF API</description>
 
 	<build>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index 9599b99..ad0d343 100644
--- a/simple/pom.xml
+++ b/simple/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>commons-rdf-simple</artifactId>
     <packaging>jar</packaging>
 
-    <name>Commons RDF: Simple Implementation</name>
+    <name>Commons RDF impl: Simple</name>
     <description>Simple (if not naive) implementation of Commons RDF API</description>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index ee7edca..361623b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -67,6 +67,7 @@
       <item name="Source (GitHub mirror)" href="https://github.com/apache/incubator-commonsrdf/" />
       <item name="Issues (Jira)"        href="https://issues.apache.org/jira/browse/COMMONSRDF" />
     </menu>
+    <menu ref="modules" />
   </body>
 
   <poweredBy>