You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2007/06/12 13:14:22 UTC

svn commit: r546453 - /cocoon/trunk/tools/sitemaptags2daisy/pom.xml

Author: gkossakowski
Date: Tue Jun 12 04:14:21 2007
New Revision: 546453

URL: http://svn.apache.org/viewvc?view=rev&rev=546453
Log:
Undoing changes committed in r530411. pom.xml file of sitemaptags2daisy does not have root pom as parent.

Modified:
    cocoon/trunk/tools/sitemaptags2daisy/pom.xml

Modified: cocoon/trunk/tools/sitemaptags2daisy/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/sitemaptags2daisy/pom.xml?view=diff&rev=546453&r1=546452&r2=546453
==============================================================================
--- cocoon/trunk/tools/sitemaptags2daisy/pom.xml (original)
+++ cocoon/trunk/tools/sitemaptags2daisy/pom.xml Tue Jun 12 04:14:21 2007
@@ -88,121 +88,121 @@
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-repository-api</artifactId>
-      
+      <version>1.5-dev</version>
     </dependency>
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-repository-xmlschema-bindings</artifactId>
-      
+      <version>1.5-dev</version>
     </dependency>
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-repository-client-impl</artifactId>
-      
+      <version>1.5-dev</version>
     </dependency>
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-repository-common-impl</artifactId>
-      
+      <version>1.5-dev</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-repository-spi</artifactId>
-      
+      <version>1.5-dev</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-jmsclient-api</artifactId>
-      
+      <version>1.5-dev</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      
+      <version>3.1</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      
+      <version>2.0.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      
+      <version>1.0.4</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
-      
+      <version>1.3.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>xmlbeans</groupId>
       <artifactId>xbean</artifactId>
-      
+      <version>2.1.0</version>
     </dependency>
     <dependency>
       <groupId>stax</groupId>
       <artifactId>stax-api</artifactId>
-      
+      <version>1.0</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-htmlcleaner</artifactId>
-      
+      <version>1.5-dev</version>
     </dependency>
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-util</artifactId>
-      
+      <version>1.5-dev</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>qdox</groupId>
       <artifactId>qdox</artifactId>
-      
+      <version>1.5</version>
     </dependency>
     <dependency>
       <groupId>nekohtml</groupId>
       <artifactId>nekohtml</artifactId>
-      
+      <version>0.9.5</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>nekodtd</groupId>
       <artifactId>nekodtd</artifactId>
-      
+      <version>0.1.11</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      
+      <version>2.6.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xmlParserAPIs</artifactId>
-      
+      <version>2.6.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xmlParserAPIs</artifactId>
-      
+      <version>2.6.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      
+      <version>4.2.0</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>