Author: schor
Date: Wed Feb  8 19:47:25 2012
New Revision: 1242051

URL: http://svn.apache.org/viewvc?rev=1242051&view=rev
Log:
[UIMA-2360] change version of uima-build-helper-maven-plugin to support new 
helper goal that copies an artifact from the Apache distribution spot 
(archive.apache.org) to users local .m2 repository.

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=1242051&r1=1242050&r2=1242051&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Wed Feb  8 19:47:25 2012
@@ -578,6 +578,12 @@ Copyright (c) 2003, 2006 IBM Corporation
               </configuration>
             </execution>
           </executions>
+        </plugin>
+        
+        <plugin>
+          <groupId>org.apache.uima</groupId>
+          <artifactId>uima-build-helper-maven-plugin</artifactId>
+          <version>3-SNAPSHOT</version>
         </plugin>                      
       </plugins>
     </pluginManagement>
@@ -609,7 +615,6 @@ Copyright (c) 2003, 2006 IBM Corporation
       <plugin>
         <groupId>org.apache.uima</groupId>
         <artifactId>uima-build-helper-maven-plugin</artifactId>
-        <version>2</version>
         <executions>
           <execution>
             <id>set buildYear and buildMonth</id>


Reply via email to