You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/07/07 12:49:57 UTC

svn commit: r674444 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: dennisl
Date: Mon Jul  7 03:49:57 2008
New Revision: 674444

URL: http://svn.apache.org/viewvc?rev=674444&view=rev
Log:
o Update commons-logging dependency to version 1.1.1 to avoid dragging in unnecessary transitive dependencies.

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=674444&r1=674443&r2=674444&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Mon Jul  7 03:49:57 2008
@@ -208,7 +208,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
     </dependency>
 
     <!-- doxia -->