You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2013/10/28 18:19:28 UTC

svn commit: r1536427 - /tiles/maven/trunk/pom/pom.xml

Author: mck
Date: Mon Oct 28 17:19:27 2013
New Revision: 1536427

URL: http://svn.apache.org/r1536427
Log:
bump up maven-site-plugin to make builds also work with maven-3.1

Modified:
    tiles/maven/trunk/pom/pom.xml

Modified: tiles/maven/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?rev=1536427&r1=1536426&r2=1536427&view=diff
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (original)
+++ tiles/maven/trunk/pom/pom.xml Mon Oct 28 17:19:27 2013
@@ -234,6 +234,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+            <artifactId>maven-site-plugin</artifactId>
+            <!-- required for MSITE-683 -->
+            <version>3.3</version>
+        </plugin>
     </plugins>
   </build>