You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2015/07/07 05:23:02 UTC

svn commit: r1689561 - /shiro/tags/shiro-root-1.2.4/pom.xml

Author: kaosko
Date: Tue Jul  7 03:23:02 2015
New Revision: 1689561

URL: http://svn.apache.org/r1689561
Log:
site plugin must be at least version 3.3 to work with Maven 3.x

Modified:
    shiro/tags/shiro-root-1.2.4/pom.xml

Modified: shiro/tags/shiro-root-1.2.4/pom.xml
URL: http://svn.apache.org/viewvc/shiro/tags/shiro-root-1.2.4/pom.xml?rev=1689561&r1=1689560&r2=1689561&view=diff
==============================================================================
--- shiro/tags/shiro-root-1.2.4/pom.xml (original)
+++ shiro/tags/shiro-root-1.2.4/pom.xml Tue Jul  7 03:23:02 2015
@@ -210,7 +210,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.1</version>    
+                    <version>3.3</version>    
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>