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/02 15:48:50 UTC

svn commit: r800078 - /incubator/wink/trunk/pom.xml

Author: martins
Date: Sun Aug  2 13:48:50 2009
New Revision: 800078

URL: http://svn.apache.org/viewvc?rev=800078&view=rev
Log:
Run CIBuild profile during release

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=800078&r1=800077&r2=800078&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Sun Aug  2 13:48:50 2009
@@ -250,7 +250,7 @@
                       <!--
                         During release:perform, enable the "release" profile
                        -->
-                      <releaseProfiles>CIBuild</releaseProfiles>
+                       <arguments>-PCIBuild</arguments>
                     </configuration>
                 </plugin>
             </plugins>