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/02/15 06:58:22 UTC

svn commit: r1659889 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sun Feb 15 05:58:21 2015
New Revision: 1659889

URL: http://svn.apache.org/r1659889
Log:
RAT 0.11 uses Doxia 1.2

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

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1659889&r1=1659888&r2=1659889&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Feb 15 05:58:21 2015
@@ -915,7 +915,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>
               <artifactId>doxia-core</artifactId>
-              <version>1.6</version>
+              <version>1.2</version>
               <exclusions>
                 <exclusion>
                   <groupId>xerces</groupId>