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/27 13:34:38 UTC

svn commit: r1064106 - in /incubator/opennlp/trunk: opennlp-distr/pom.xml opennlp-docs/pom.xml opennlp-tools/pom.xml opennlp-uima/pom.xml

Author: joern
Date: Thu Jan 27 12:34:38 2011
New Revision: 1064106

URL: http://svn.apache.org/viewvc?rev=1064106&view=rev
Log:
OPENNLP-100 Removed inherited version

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

Modified: incubator/opennlp/trunk/opennlp-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-distr/pom.xml?rev=1064106&r1=1064105&r2=1064106&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-distr/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-distr/pom.xml Thu Jan 27 12:34:38 2011
@@ -31,7 +31,6 @@
 	</parent>
 
 	<artifactId>opennlp-distr</artifactId>
-	<version>1.5.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>OpenNLP Distribution</name>
 

Modified: incubator/opennlp/trunk/opennlp-docs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-docs/pom.xml?rev=1064106&r1=1064105&r2=1064106&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-docs/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-docs/pom.xml Thu Jan 27 12:34:38 2011
@@ -29,7 +29,6 @@
   </parent>
   
   <artifactId>opennlp-docs</artifactId>
-  <version>1.5.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OpenNLP Documentation</name>
   

Modified: incubator/opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/pom.xml?rev=1064106&r1=1064105&r2=1064106&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-tools/pom.xml Thu Jan 27 12:34:38 2011
@@ -32,7 +32,6 @@
     
 	<artifactId>opennlp-tools</artifactId>
 	<packaging>jar</packaging>
-	<version>1.5.1-incubating-SNAPSHOT</version>
 	<name>OpenNLP Tools</name>
 	<repositories>
 		<repository>

Modified: incubator/opennlp/trunk/opennlp-uima/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/pom.xml?rev=1064106&r1=1064105&r2=1064106&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/pom.xml Thu Jan 27 12:34:38 2011
@@ -32,7 +32,6 @@
     
 	<artifactId>opennlp-uima</artifactId>
 	<packaging>jar</packaging>
-	<version>1.5.1-incubating-SNAPSHOT</version>
 	<name>OpenNLP UIMA Annotators</name>
 
 	<repositories>