You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/07/25 06:39:21 UTC

svn commit: r1365440 - /shiro/branches/1.2.x/pom.xml

Author: lhazlewood
Date: Wed Jul 25 04:39:21 2012
New Revision: 1365440

URL: http://svn.apache.org/viewvc?rev=1365440&view=rev
Log:
Upgrading Site plugin and wagon-ssh due to VM Errors from the site plugin (documented here: http://jira.codehaus.org/browse/MSITE-170)

Modified:
    shiro/branches/1.2.x/pom.xml

Modified: shiro/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/pom.xml?rev=1365440&r1=1365439&r2=1365440&view=diff
==============================================================================
--- shiro/branches/1.2.x/pom.xml (original)
+++ shiro/branches/1.2.x/pom.xml Wed Jul 25 04:39:21 2012
@@ -208,12 +208,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.0</version>
+                    <version>3.1</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.maven.wagon</groupId>
                             <artifactId>wagon-ssh</artifactId>
-                            <version>1.0</version>
+                            <version>2.2</version>
                         </dependency>
                     </dependencies>
                 </plugin>