You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/20 11:30:01 UTC

svn commit: r1061197 - in /incubator/opennlp/trunk: opennlp-maxent/pom.xml opennlp-tools/pom.xml opennlp-uima/pom.xml

Author: joern
Date: Thu Jan 20 10:30:00 2011
New Revision: 1061197

URL: http://svn.apache.org/viewvc?rev=1061197&view=rev
Log:
OPENNLP-19 All group ids should be inherited from the parent pom

Modified:
    incubator/opennlp/trunk/opennlp-maxent/pom.xml
    incubator/opennlp/trunk/opennlp-tools/pom.xml
    incubator/opennlp/trunk/opennlp-uima/pom.xml

Modified: incubator/opennlp/trunk/opennlp-maxent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/pom.xml?rev=1061197&r1=1061196&r2=1061197&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-maxent/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-maxent/pom.xml Thu Jan 20 10:30:00 2011
@@ -30,7 +30,6 @@
 	    <relativePath>../opennlp/pom.xml</relativePath>
     </parent>
   
-	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp-maxent</artifactId>
 	<packaging>jar</packaging>
 	<version>3.0.1-incubating-SNAPSHOT</version>

Modified: incubator/opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/pom.xml?rev=1061197&r1=1061196&r2=1061197&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-tools/pom.xml Thu Jan 20 10:30:00 2011
@@ -30,7 +30,6 @@
 	    <relativePath>../opennlp/pom.xml</relativePath>
     </parent>
     
-	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp-tools</artifactId>
 	<packaging>jar</packaging>
 	<version>1.5.1-incubating-SNAPSHOT</version>

Modified: incubator/opennlp/trunk/opennlp-uima/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/pom.xml?rev=1061197&r1=1061196&r2=1061197&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/pom.xml Thu Jan 20 10:30:00 2011
@@ -30,7 +30,6 @@
 	    <relativePath>../opennlp/pom.xml</relativePath>
     </parent>
     
-	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp-uima</artifactId>
 	<packaging>jar</packaging>
 	<version>1.5.1-incubating-SNAPSHOT</version>