Different job names for Fuseki1 and Fuseki2

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

Branch: refs/heads/master
Commit: fa5f8b1fee32e5be5f4f42a9c91afdb170ce57eb
Parents: 384542c
Author: Andy Seaborne <a...@apache.org>
Authored: Tue Oct 28 14:48:43 2014 +0000
Committer: Andy Seaborne <a...@apache.org>
Committed: Tue Oct 28 14:48:43 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/jena/blob/fa5f8b1f/jena-fuseki/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki/pom.xml b/jena-fuseki/pom.xml
index c8d5013..ae58c23 100644
--- a/jena-fuseki/pom.xml
+++ b/jena-fuseki/pom.xml
@@ -20,7 +20,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jena-fuseki</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Jena - Fuseki (SPARQL 1.1 Server)</name>
+  <name>Apache Jena - Fuseki1 (SPARQL 1.1 Server)</name>
   <version>1.1.2-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>
   <url>http://jena.apache.org/</url>

http://git-wip-us.apache.org/repos/asf/jena/blob/fa5f8b1f/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index 6b1614a..6e9da0b 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/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 (SPARQL 1.1 Server)</name>
+  <name>Apache Jena - Fuseki2 (SPARQL 1.1 Server)</name>
   <artifactId>jena-fuseki</artifactId>
   <version>2.0.0-beta-1-SNAPSHOT</version>
 

Reply via email to