You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/11/28 11:11:34 UTC

svn commit: r1207077 - /incubator/npanday/trunk/pom.xml

Author: lcorneliussen
Date: Mon Nov 28 11:11:33 2011
New Revision: 1207077

URL: http://svn.apache.org/viewvc?rev=1207077&view=rev
Log:
Updated to use Maven Release 2.2.1

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1207077&r1=1207076&r2=1207077&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Mon Nov 28 11:11:33 2011
@@ -276,7 +276,7 @@ under the License.
        <plugin> 
         <groupId>org.apache.maven.plugins</groupId>      
         <artifactId>maven-release-plugin</artifactId>  
-        <version>2.0</version>  
+        <version>2.2.1</version>  
         <configuration>  
           <tagBase>https://svn.apache.org/repos/asf/incubator/npanday/tags</tagBase>  
           <useReleaseProfile>false</useReleaseProfile>