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 2014/11/20 21:00:04 UTC

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

Author: joern
Date: Thu Nov 20 20:00:03 2014
New Revision: 1640799

URL: http://svn.apache.org/r1640799
Log:
OPENNLP-733 Moved pom.xml to root

Added:
    opennlp/trunk/pom.xml   (with props)
Modified:
    opennlp/trunk/opennlp-distr/pom.xml
    opennlp/trunk/opennlp-docs/pom.xml
    opennlp/trunk/opennlp-tools/pom.xml
    opennlp/trunk/opennlp-uima/pom.xml

Modified: opennlp/trunk/opennlp-distr/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-distr/pom.xml?rev=1640799&r1=1640798&r2=1640799&view=diff
==============================================================================
--- opennlp/trunk/opennlp-distr/pom.xml (original)
+++ opennlp/trunk/opennlp-distr/pom.xml Thu Nov 20 20:00:03 2014
@@ -25,7 +25,7 @@
 		<groupId>org.apache.opennlp</groupId>
 		<artifactId>opennlp</artifactId>
 		<version>1.6.0-SNAPSHOT</version>
-		<relativePath>../opennlp/pom.xml</relativePath>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>opennlp-distr</artifactId>

Modified: opennlp/trunk/opennlp-docs/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-docs/pom.xml?rev=1640799&r1=1640798&r2=1640799&view=diff
==============================================================================
--- opennlp/trunk/opennlp-docs/pom.xml (original)
+++ opennlp/trunk/opennlp-docs/pom.xml Thu Nov 20 20:00:03 2014
@@ -25,7 +25,7 @@
 	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp</artifactId>
 	<version>1.6.0-SNAPSHOT</version>
-    <relativePath>../opennlp/pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   
   <artifactId>opennlp-docs</artifactId>

Modified: opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/pom.xml?rev=1640799&r1=1640798&r2=1640799&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/pom.xml (original)
+++ opennlp/trunk/opennlp-tools/pom.xml Thu Nov 20 20:00:03 2014
@@ -26,7 +26,7 @@
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
     <version>1.6.0-SNAPSHOT</version>
-    <relativePath>../opennlp/pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
     
   <artifactId>opennlp-tools</artifactId>

Modified: opennlp/trunk/opennlp-uima/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/pom.xml?rev=1640799&r1=1640798&r2=1640799&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/pom.xml (original)
+++ opennlp/trunk/opennlp-uima/pom.xml Thu Nov 20 20:00:03 2014
@@ -26,7 +26,7 @@
 	    <groupId>org.apache.opennlp</groupId>
 	    <artifactId>opennlp</artifactId>
 	    <version>1.6.0-SNAPSHOT</version>
-	    <relativePath>../opennlp/pom.xml</relativePath>
+	    <relativePath>../pom.xml</relativePath>
     </parent>
     
 	<artifactId>opennlp-uima</artifactId>

Added: opennlp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/pom.xml?rev=1640799&view=auto
==============================================================================
Binary file - no diff available.

Propchange: opennlp/trunk/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml