You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ma...@apache.org on 2009/08/03 12:21:26 UTC

svn commit: r800282 - /incubator/wink/trunk/wink-scripts/wink-dist/pom.xml

Author: martins
Date: Mon Aug  3 10:21:25 2009
New Revision: 800282

URL: http://svn.apache.org/viewvc?rev=800282&view=rev
Log:
[maven-release-plugin] rollback the release of wink-0.1-incubating

Modified:
    incubator/wink/trunk/wink-scripts/wink-dist/pom.xml

Modified: incubator/wink/trunk/wink-scripts/wink-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/pom.xml?rev=800282&r1=800281&r2=800282&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/pom.xml Mon Aug  3 10:21:25 2009
@@ -66,7 +66,7 @@
                         <executions>
                             <execution>
                                 <id>ant.dist</id>
-                                <phase>verify</phase>
+                                <phase>package</phase>
                                 <goals>
                                     <goal>run</goal>
                                 </goals>
@@ -106,7 +106,7 @@
                         </configuration>
                         <executions>
                             <execution>
-                                <phase>verify</phase>
+                                <phase>package</phase>
                                 <goals>
                                     <goal>single</goal>
                                 </goals>