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/16 17:21:23 UTC

svn commit: r1202793 - /incubator/npanday/trunk/npanday-it-runner/pom.xml

Author: lcorneliussen
Date: Wed Nov 16 17:21:23 2011
New Revision: 1202793

URL: http://svn.apache.org/viewvc?rev=1202793&view=rev
Log:
Updated it-runner to current version

Modified:
    incubator/npanday/trunk/npanday-it-runner/pom.xml

Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/npanday-it-runner/pom.xml?rev=1202793&r1=1202792&r2=1202793&view=diff
==============================================================================
--- incubator/npanday/trunk/npanday-it-runner/pom.xml (original)
+++ incubator/npanday/trunk/npanday-it-runner/pom.xml Wed Nov 16 17:21:23 2011
@@ -23,7 +23,7 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.4.0-incubating-SNAPSHOT</version>
+    <version>1.4.1-incubating-SNAPSHOT</version>
     <artifactId>npanday-project</artifactId>
   </parent>
   
@@ -68,7 +68,8 @@ under the License.
               <goal>unpack</goal>
             </goals>
             <configuration>
-              <overWrite>true</overWrite>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <overWriteReleases>true</overWriteReleases>
               <artifactItems>
                 <artifactItem>
                   <groupId>org.apache.npanday.its</groupId>