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 06:32:26 UTC

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

Author: kaosko
Date: Tue Jul  7 04:32:26 2015
New Revision: 1689566

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

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=1689566&r1=1689565&r2=1689566&view=diff
==============================================================================
--- shiro/branches/1.2.x/pom.xml (original)
+++ shiro/branches/1.2.x/pom.xml Tue Jul  7 04:32:26 2015
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+ml version="1.0" encoding="UTF-8"?>
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements.  See the NOTICE file
@@ -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>