Clean POM

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

Branch: refs/heads/hadoop-rdf
Commit: 5827dcc8160e45390a9834a2a91f623fe54b36e4
Parents: 35ef84f
Author: Andy Seaborne <[email protected]>
Authored: Mon Jan 5 20:21:14 2015 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Mon Jan 5 20:21:14 2015 +0000

----------------------------------------------------------------------
 jena-fuseki2/pom.xml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/5827dcc8/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index 2215ab1..a951f3d 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -18,14 +18,6 @@
 
 <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>
-  <groupId>org.apache.jena</groupId>
-  <artifactId>jena-fuseki</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
-
-  <description>Apache Jena Fuseki</description>
-
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
@@ -33,7 +25,13 @@
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
+  <name>Apache Jena Fuseki - SPARQL 1.1 Server</name>
+  <artifactId>jena-fuseki</artifactId>
+  <version>2.0.0-SNAPSHOT</version>
+
+  <description>Apache Jena Fuseki</description>
   <packaging>pom</packaging>
+  
   <url>http://jena.apache.org/</url>
 
   <repositories>

Reply via email to