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 09:33:17 UTC

[2/2] 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/054f5162
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/054f5162
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/054f5162

Branch: refs/heads/master
Commit: 054f5162ac3fe65d555c0870781714896a2831a8
Parents: d81c2b6
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:32:48 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/054f5162/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index a7878ab..863b4a7 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/054f5162/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 8da17f3..8fb00fb 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -26,7 +26,7 @@
 		<version>0.4.0-incubating-SNAPSHOT</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/054f5162/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index 1cb4fba..835d03d 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/054f5162/jsonld-java/pom.xml
----------------------------------------------------------------------
diff --git a/jsonld-java/pom.xml b/jsonld-java/pom.xml
index d703f72..bee6b4a 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/054f5162/rdf4j/pom.xml
----------------------------------------------------------------------
diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml
index ce70d79..650177c 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/054f5162/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index 2d92566..7f19ba4 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/054f5162/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>