You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/27 20:59:02 UTC

svn commit: r372960 - in /maven/maven-1/plugins/trunk/jdepend: project.xml xdocs/changes.xml

Author: ltheussl
Date: Fri Jan 27 11:58:58 2006
New Revision: 372960

URL: http://svn.apache.org/viewcvs?rev=372960&view=rev
Log:
PR: MPJDEPEND-6
Upgrade to JDepend 2.9.1.

Modified:
    maven/maven-1/plugins/trunk/jdepend/project.xml
    maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jdepend/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/project.xml?rev=372960&r1=372959&r2=372960&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/project.xml Fri Jan 27 11:58:58 2006
@@ -115,7 +115,7 @@
     <dependency>
       <groupId>jdepend</groupId>
       <artifactId>jdepend</artifactId>
-      <version>2.7</version>
+      <version>2.9.1</version>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>

Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml?rev=372960&r1=372959&r2=372960&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml Fri Jan 27 11:58:58 2006
@@ -24,6 +24,7 @@
   </properties>
   <body>
     <release version="1.6-SNAPSHOT" date="In SVN">
+      <action dev="ltheussl" type="update" issue="MPJDEPEND-6">Upgrade to JDepend 2.9.1.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : 
         <ul>
           <li>xercesImpl v 2.4.0 -> v2.6.2</li>