You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2009/02/04 20:04:15 UTC

svn commit: r740828 - /felix/trunk/scrplugin/pom.xml

Author: cziegeler
Date: Wed Feb  4 19:04:14 2009
New Revision: 740828

URL: http://svn.apache.org/viewvc?rev=740828&view=rev
Log:
FELIX-917 : Use latest qdox release to fix several parsing problems

Modified:
    felix/trunk/scrplugin/pom.xml

Modified: felix/trunk/scrplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/pom.xml?rev=740828&r1=740827&r2=740828&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Wed Feb  4 19:04:14 2009
@@ -83,7 +83,7 @@
 		<dependency>
 			<groupId>com.thoughtworks.qdox</groupId>
 			<artifactId>qdox</artifactId>
-			<version>1.6.3</version>
+			<version>1.8</version>
 		</dependency>
 
     <!-- Logging support -->