You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/01/14 11:32:10 UTC

[68/93] [abbrv] jena git commit: Make the module name style the same as the rest of Jena

Make the module name style the same as the rest of Jena


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

Branch: refs/heads/hadoop-rdf
Commit: e58b48b1cf67eb585a35f374b761b1061365a2da
Parents: 3d9cdd5
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jan 6 12:29:30 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jan 6 12:29:30 2015 +0000

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-core/pom.xml   | 2 +-
 jena-fuseki2/jena-fuseki-dist/pom.xml   | 2 +-
 jena-fuseki2/jena-fuseki-server/pom.xml | 2 +-
 jena-fuseki2/jena-fuseki-war/pom.xml    | 2 +-
 jena-fuseki2/pom.xml                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e58b48b1/jena-fuseki2/jena-fuseki-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/pom.xml b/jena-fuseki2/jena-fuseki-core/pom.xml
index a8bfec5..9a9a936 100644
--- a/jena-fuseki2/jena-fuseki-core/pom.xml
+++ b/jena-fuseki2/jena-fuseki-core/pom.xml
@@ -25,7 +25,7 @@
     <relativePath>../</relativePath>
   </parent> 
   
-  <name>Apache Jena Fuseki - Server engine</name>
+  <name>Apache Jena - Fuseki Server Engine</name>
   <artifactId>jena-fuseki-core</artifactId>
 
   <!-- We make the JAR file so that the shade plugin includes it.

http://git-wip-us.apache.org/repos/asf/jena/blob/e58b48b1/jena-fuseki2/jena-fuseki-dist/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-dist/pom.xml b/jena-fuseki2/jena-fuseki-dist/pom.xml
index c72f1ed..9f12875 100644
--- a/jena-fuseki2/jena-fuseki-dist/pom.xml
+++ b/jena-fuseki2/jena-fuseki-dist/pom.xml
@@ -19,7 +19,7 @@
 <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">
   <modelVersion>4.0.0</modelVersion>
 
-  <name>Apache Jena Fuseki - Binary distribution</name>
+  <name>Apache Jena - Fuseki Binary Distribution</name>
   <artifactId>jena-fuseki-dist</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/jena/blob/e58b48b1/jena-fuseki2/jena-fuseki-server/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-server/pom.xml b/jena-fuseki2/jena-fuseki-server/pom.xml
index 7ee5d2b..33deeb5 100644
--- a/jena-fuseki2/jena-fuseki-server/pom.xml
+++ b/jena-fuseki2/jena-fuseki-server/pom.xml
@@ -19,7 +19,7 @@
 <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">
   <modelVersion>4.0.0</modelVersion>
 
-  <name>Apache Jena Fuseki - Server Standalone Jar</name>
+  <name>Apache Jena - Fuseki Server Standalone Jar</name>
   <artifactId>jena-fuseki-server</artifactId>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/jena/blob/e58b48b1/jena-fuseki2/jena-fuseki-war/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-war/pom.xml b/jena-fuseki2/jena-fuseki-war/pom.xml
index 3c80e05..4b0cc37 100644
--- a/jena-fuseki2/jena-fuseki-war/pom.xml
+++ b/jena-fuseki2/jena-fuseki-war/pom.xml
@@ -19,7 +19,7 @@
 <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">
   <modelVersion>4.0.0</modelVersion>
 
-  <name>Apache Jena Fuseki - WAR file</name>
+  <name>Apache Jena - Fuseki WAR File</name>
   <artifactId>jena-fuseki-war</artifactId>
   <version>2.0.0-SNAPSHOT</version>
 

http://git-wip-us.apache.org/repos/asf/jena/blob/e58b48b1/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index a951f3d..33c6a30 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -25,7 +25,7 @@
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
-  <name>Apache Jena Fuseki - SPARQL 1.1 Server</name>
+  <name>Apache Jena - Fuseki, SPARQL 1.1 Server</name>
   <artifactId>jena-fuseki</artifactId>
   <version>2.0.0-SNAPSHOT</version>