You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by fr...@apache.org on 2012/03/07 14:28:38 UTC

svn commit: r1297965 - /whirr/trunk/build-tools/pom.xml

Author: frankscholten
Date: Wed Mar  7 13:28:37 2012
New Revision: 1297965

URL: http://svn.apache.org/viewvc?rev=1297965&view=rev
Log:
Removed build warning. Added version 3.0 to maven-site-plugin

Modified:
    whirr/trunk/build-tools/pom.xml

Modified: whirr/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/build-tools/pom.xml?rev=1297965&r1=1297964&r2=1297965&view=diff
==============================================================================
--- whirr/trunk/build-tools/pom.xml (original)
+++ whirr/trunk/build-tools/pom.xml Wed Mar  7 13:28:37 2012
@@ -79,6 +79,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <version>3.0</version>
         <configuration>
           <skip>true</skip>
         </configuration>