You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/01/07 20:53:16 UTC

svn commit: r1429981 - in /uima/sandbox/uima-ducc/trunk: uima-ducc-agent/pom.xml uima-ducc-jd/pom.xml uima-ducc-orchestrator/pom.xml uima-ducc-pm/pom.xml uima-ducc-rm/pom.xml uima-ducc-sm/pom.xml uima-ducc-web/pom.xml

Author: cwiklik
Date: Mon Jan  7 19:53:16 2013
New Revision: 1429981

URL: http://svn.apache.org/viewvc?rev=1429981&view=rev
Log:
UIMA-2491 added relative path to parent pom

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml?rev=1429981&r1=1429980&r2=1429981&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml Mon Jan  7 19:53:16 2013
@@ -16,6 +16,7 @@
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
     <version>0.0.7-SNAPSHOT</version>
+    <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
   <!-- Inherits groupid and version from the parent pom project coordinates -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml?rev=1429981&r1=1429980&r2=1429981&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml Mon Jan  7 19:53:16 2013
@@ -16,6 +16,7 @@
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
     <version>0.0.7-SNAPSHOT</version>
+    <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
 
   <!-- Inherits groupid and version from the parent pom project coordinates -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml?rev=1429981&r1=1429980&r2=1429981&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml Mon Jan  7 19:53:16 2013
@@ -17,6 +17,7 @@
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
     <version>0.0.7-SNAPSHOT</version>
+    <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
     
   <!-- Inherits groupid and version from the parent pom project coordinates -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml?rev=1429981&r1=1429980&r2=1429981&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml Mon Jan  7 19:53:16 2013
@@ -16,6 +16,7 @@
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
     <version>0.0.7-SNAPSHOT</version>
+    <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
   <!-- Inherits groupid and version from the parent pom project coordinates -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml?rev=1429981&r1=1429980&r2=1429981&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml Mon Jan  7 19:53:16 2013
@@ -16,6 +16,7 @@
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
     <version>0.0.7-SNAPSHOT</version>
+    <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
   <!-- Inherits groupid and version from the parent pom project coordinates -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml?rev=1429981&r1=1429980&r2=1429981&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml Mon Jan  7 19:53:16 2013
@@ -17,6 +17,7 @@
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
     <version>0.0.7-SNAPSHOT</version>
+    <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
   <!-- Inherits groupid and version from the parent pom project coordinates -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml?rev=1429981&r1=1429980&r2=1429981&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml Mon Jan  7 19:53:16 2013
@@ -18,6 +18,7 @@
 		<artifactId>uima-ducc-parent</artifactId>
 		<groupId>org.apache.uima</groupId>
 		<version>0.0.7-SNAPSHOT</version>
+		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
 	<!-- Inherits groupid and version from the parent pom project coordinates -->