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/11/09 21:25:08 UTC

svn commit: r1540390 - /uima/sandbox/uima-ducc/trunk/pom.xml

Author: cwiklik
Date: Sat Nov  9 20:25:08 2013
New Revision: 1540390

URL: http://svn.apache.org/r1540390
Log:
UIMA-2881 modified to copy uima-ducc.pom to target

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

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1540390&r1=1540389&r2=1540390&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Sat Nov  9 20:25:08 2013
@@ -402,7 +402,7 @@
 							     <target>
 							         <move file="target/uima-ducc-source-release.zip" 
 							             tofile="target/uima-ducc-${project.version}-source-release.zip" />
-							         <move file="target/uima-ducc.pom" 
+							         <move file="uima-ducc.pom" 
 							             tofile="target/uima-ducc-${project.version}.pom" />
 							     
 							     </target>