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/master Commit: 7663226f03b76b4f2d8ea38358fb489b03ca2884 Parents: 03dc77f Author: Andy Seaborne <[email protected]> Authored: Sun Mar 8 17:13:57 2015 +0000 Committer: Andy Seaborne <[email protected]> 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>
