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 2012/05/22 17:13:15 UTC

svn commit: r1341517 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Tue May 22 15:13:15 2012
New Revision: 1341517

URL: http://svn.apache.org/viewvc?rev=1341517&view=rev
Log:
[UIMA-2407] fixing bad release of uima-build-helper-maven-plugin

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1341517&r1=1341516&r2=1341517&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Tue May 22 15:13:15 2012
@@ -583,7 +583,7 @@ Copyright (c) 2003, 2006 IBM Corporation
         <plugin>
           <groupId>org.apache.uima</groupId>
           <artifactId>uima-build-helper-maven-plugin</artifactId>
-          <version>3</version>
+          <version>4</version>
         </plugin>                      
       </plugins>
     </pluginManagement>