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

svn commit: r675225 - /maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml

Author: bentmann
Date: Wed Jul  9 08:22:09 2008
New Revision: 675225

URL: http://svn.apache.org/viewvc?rev=675225&view=rev
Log:
[MPLUGIN-26] Parsing issue due to qdox regression

o Updated to QDOX 1.6.3

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml?rev=675225&r1=675224&r2=675225&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml Wed Jul  9 08:22:09 2008
@@ -65,9 +65,9 @@
 
     <!-- misc -->
     <dependency>
-      <groupId>qdox</groupId>
+      <groupId>com.thoughtworks.qdox</groupId>
       <artifactId>qdox</artifactId>
-      <version>1.6.1</version>
+      <version>1.6.3</version>
     </dependency>
   </dependencies>