You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2011/06/01 00:51:03 UTC

svn commit: r1129951 - /shindig/trunk/pom.xml

Author: lindner
Date: Tue May 31 22:51:03 2011
New Revision: 1129951

URL: http://svn.apache.org/viewvc?rev=1129951&view=rev
Log:
upgrade to maven3 site plugin

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1129951&r1=1129950&r2=1129951&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Tue May 31 22:51:03 2011
@@ -1102,7 +1102,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.2</version>
+          <version>3.0-beta-3</version>
           <configuration>
             <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
             <outputEncoding>${project.build.sourceEncoding}</outputEncoding>