You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/11/21 03:51:14 UTC

svn commit: r1715460 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Sat Nov 21 02:51:14 2015
New Revision: 1715460

URL: http://svn.apache.org/viewvc?rev=1715460&view=rev
Log:
upgraded plexus-utils

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

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1715460&r1=1715459&r2=1715460&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Nov 21 02:51:14 2015
@@ -66,7 +66,7 @@ under the License.
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia/trunk</url>
+    <url>http://svn.apache.org/viewvc/maven/doxia/doxia/trunk</url>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -84,7 +84,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <maven.site.path>doxia-archives/doxia-LATEST</maven.site.path>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
   </properties>
@@ -185,7 +185,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.15</version>
+        <version>3.0.22</version>
       </dependency>
     </dependencies>
   </dependencyManagement>