You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/06/26 23:00:09 UTC

svn commit: r1605907 - in /jena/trunk: jena-spatial/pom.xml jena-text/pom.xml

Author: andy
Date: Thu Jun 26 21:00:09 2014
New Revision: 1605907

URL: http://svn.apache.org/r1605907
Log:
POM tidy - remove groupId (take from parent)

Modified:
    jena/trunk/jena-spatial/pom.xml
    jena/trunk/jena-text/pom.xml

Modified: jena/trunk/jena-spatial/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-spatial/pom.xml?rev=1605907&r1=1605906&r2=1605907&view=diff
==============================================================================
--- jena/trunk/jena-spatial/pom.xml (original)
+++ jena/trunk/jena-spatial/pom.xml Thu Jun 26 21:00:09 2014
@@ -18,7 +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>
-  <groupId>org.apache.jena</groupId>
   <artifactId>jena-spatial</artifactId>
   <packaging>jar</packaging>
   <name>Apache Jena - SPARQL Spatial Search</name>

Modified: jena/trunk/jena-text/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-text/pom.xml?rev=1605907&r1=1605906&r2=1605907&view=diff
==============================================================================
--- jena/trunk/jena-text/pom.xml (original)
+++ jena/trunk/jena-text/pom.xml Thu Jun 26 21:00:09 2014
@@ -18,7 +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>
-  <groupId>org.apache.jena</groupId>
   <artifactId>jena-text</artifactId>
   <packaging>jar</packaging>
   <name>Apache Jena - SPARQL Text Search</name>