You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/13 18:05:31 UTC

svn commit: r824825 - /incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Author: schor
Date: Tue Oct 13 16:05:31 2009
New Revision: 824825

URL: http://svn.apache.org/viewvc?rev=824825&view=rev
Log:
UIMA-1613 fix wrong execution id for rat-check-bin

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=824825&r1=824824&r2=824825&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Tue Oct 13 16:05:31 2009
@@ -190,7 +190,7 @@
             </configuration>
           </execution>
           <execution>
-            <id>default-cli</id>
+            <id>rat-check-bin</id>
             <configuration>
               <excludes>
                 <exclude>docs/api/**</exclude> <!-- javadocs-->