You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ke...@apache.org on 2006/08/10 17:00:16 UTC

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

Author: kenney
Date: Thu Aug 10 08:00:14 2006
New Revision: 430408

URL: http://svn.apache.org/viewvc?rev=430408&view=rev
Log:
Reverted update of qdox dep since it's not deployed yet

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

Modified: maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml?rev=430408&r1=430407&r2=430408&view=diff
==============================================================================
--- maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml (original)
+++ maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml Thu Aug 10 08:00:14 2006
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>qdox</groupId>
       <artifactId>qdox</artifactId>
-      <version>1.6-SNAPSHOT</version>
+      <version>1.5</version>
     </dependency>
   </dependencies>
 </project>