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 09:06:30 UTC

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

Author: martins
Date: Mon Aug  3 07:06:30 2009
New Revision: 800226

URL: http://svn.apache.org/viewvc?rev=800226&view=rev
Log:
Fix maven-javadoc-plugin <releaseProfile> CIBuild profile

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=800226&r1=800225&r2=800226&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Mon Aug  3 07:06:30 2009
@@ -250,7 +250,7 @@
                       <!--
                         During release:perform, enable the "release" profile
                        -->
-                       <releaseProfiles>-PCIBuild</releaseProfiles>
+                       <releaseProfiles>CIBuild</releaseProfiles>
                     </configuration>
                 </plugin>
             </plugins>