You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2005/06/07 15:16:45 UTC

svn commit: r188766 - /cocoon/trunk/gump.xml

Author: nicolaken
Date: Tue Jun  7 06:16:43 2005
New Revision: 188766

URL: http://svn.apache.org/viewcvs?rev=188766&view=rev
Log:
Correcting version, to make the maven artifact download work.

Modified:
    cocoon/trunk/gump.xml

Modified: cocoon/trunk/gump.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/gump.xml?rev=188766&r1=188765&r2=188766&view=diff
==============================================================================
--- cocoon/trunk/gump.xml (original)
+++ cocoon/trunk/gump.xml Tue Jun  7 06:16:43 2005
@@ -68,7 +68,7 @@
             groupId="ant-contrib" artifactId="ant-contrib" version="20020829"/>
             
     <depend project="xml-apis"
-            groupId="xml-apis" artifactId="xml-apis" version="20020829"/>    
+            groupId="xml-apis" artifactId="xml-apis" version="2.0.2"/>    
     <depend project="xml-xerces"
             groupId="xerces" artifactId="xercesImpl" version="2.6.2"/>  
     <depend project="xml-xalan2"