Author: cwiklik
Date: Thu Oct 17 13:24:27 2013
New Revision: 1533072

URL: http://svn.apache.org/r1533072
Log:
UIMA-2881 removed absolute version from uima-ducc-cli dependency. Should use 
${ducc.version} instead

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml

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=1533072&r1=1533071&r2=1533072&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml Thu Oct 17 13:24:27 2013
@@ -22,6 +22,9 @@
   <!-- Inherits groupid and version from the parent pom project coordinates -->
   <!-- Uses default packaging ie. jar                                       -->
   <artifactId>uima-ducc-jd</artifactId>
+  <groupId>org.apache.uima</groupId>
+  <version>0.8.0-SNAPSHOT</version>
+  
 
   <dependencies>
         <!-- Dependencies on other DUCC projects -->
@@ -40,7 +43,7 @@
         <dependency>
                <groupId>org.apache.uima</groupId>
                <artifactId>uima-ducc-cli</artifactId>
-               <version>0.8.0-SNAPSHOT</version>
+               <version>${ducc.version}</version>
         </dependency>
   </dependencies>
   


Reply via email to