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/03/17 12:21:45 UTC

[33/52] [abbrv] jena git commit: Revise name/description for Fuseki POMs

Revise name/description for Fuseki POMs


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

Branch: refs/heads/JENA-507
Commit: 7663226f03b76b4f2d8ea38358fb489b03ca2884
Parents: 03dc77f
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Mar 8 17:13:57 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Mar 8 17:13:57 2015 +0000

----------------------------------------------------------------------
 jena-fuseki1/pom.xml | 4 ++--
 jena-fuseki2/pom.xml | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/7663226f/jena-fuseki1/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki1/pom.xml b/jena-fuseki1/pom.xml
index 20aff08..18ceac2 100644
--- a/jena-fuseki1/pom.xml
+++ b/jena-fuseki1/pom.xml
@@ -20,9 +20,9 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jena-fuseki1</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Jena - Fuseki1 (SPARQL 1.1 Server)</name>
+  <name>Apache Jena - Fuseki1</name>
   <version>1.1.3-SNAPSHOT</version>
-  <description>Fuseki is a SPARQL 1.1 Server which provides query, update and graph store protocol endpoints that can be used to expose triple store(s) over HTTP</description>
+  <description>Fuseki is a SPARQL 1.1 Server</description>
   <url>http://jena.apache.org/</url>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/jena/blob/7663226f/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index 7f9b15c..7d91e7d 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -25,11 +25,14 @@
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
-  <name>Apache Jena - Fuseki</name>
+  <name>Apache Jena - Fuseki - A SPARQL 1.1 Server</name>
   <artifactId>jena-fuseki</artifactId>
   <version>2.0.1-SNAPSHOT</version>
 
-  <description>Apache Jena Fuseki</description>
+  <description>Fuseki is a SPARQL 1.1 Server which provides the SPARQL query, 
+  SPARQL update and SPARQL graph store protocols.
+  </description>
+
   <packaging>pom</packaging>
   
   <url>http://jena.apache.org/</url>