Author: schor
Date: Thu Jan  6 17:02:30 2011
New Revision: 1055939

URL: http://svn.apache.org/viewvc?rev=1055939&view=rev
Log:
[UIMA-1991] use 2.3.1 version of pear packaging maven plugin, drop use of 
2.3.0-incubating

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=1055939&r1=1055938&r2=1055939&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Thu Jan  6 17:02:30 2011
@@ -814,7 +814,7 @@ Copyright (c) 2003, 2006 IBM Corporation
         <file><exists>src/docbook</exists></file>
       </activation>
      
-      <dependencies>
+      <!--dependencies-->
         <!-- can't have a dependency in the parent pom - unless you want it
              inherited by all child poms -->
         <!-- dependency>
@@ -831,13 +831,13 @@ Copyright (c) 2003, 2006 IBM Corporation
           <classifier>${dolClassifier}</classifier>
           <version>1-SNAPSHOT</version>
         </dependency-->
-      </dependencies>
+      <!--/dependencies-->
       
       
       
       <build>
         <plugins>
-                <!-- something to set some properties for dates used in 
copyright notices -->
+          <!-- something to set some properties for dates used in copyright 
notices -->
           <!-- Works, but is slow due to loading groovy -->      
           <!--plugin>
              <groupId>org.codehaus.groovy.maven</groupId>
@@ -1281,7 +1281,7 @@ Copyright (c) 2003, 2006 IBM Corporation
           <plugin>
             <groupId>org.apache.uima</groupId>
             <artifactId>PearPackagingMavenPlugin</artifactId>
-            <version>2.3.0-incubating</version>
+            <version>2.3.1</version>
             <extensions>true</extensions>        
             <executions>
               <execution>


Reply via email to