You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/26 14:24:24 UTC

svn commit: r1634324 - /maven/jxr/trunk/pom.xml

Author: khmarbaise
Date: Sun Oct 26 13:24:23 2014
New Revision: 1634324

URL: http://svn.apache.org/r1634324
Log:
[JXR-112]
 - Upgrade plexus-utils from 3.0.18 to 3.0.20

Modified:
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1634324&r1=1634323&r2=1634324&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Sun Oct 26 13:24:23 2014
@@ -88,7 +88,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.18</version>
+        <version>3.0.20</version>
       </dependency>
     </dependencies>
   </dependencyManagement>