You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/10/04 11:15:37 UTC

svn commit: r581808 - in /cocoon/trunk: blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml parent/pom.xml

Author: vgritsenko
Date: Thu Oct  4 02:15:37 2007
New Revision: 581808

URL: http://svn.apache.org/viewvc?rev=581808&view=rev
Log:
upgrade to xindice 1.1

Modified:
    cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml?rev=581808&r1=581807&r2=581808&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml Thu Oct  4 02:15:37 2007
@@ -76,6 +76,10 @@
       <artifactId>xindice</artifactId>
     </dependency>
     <dependency>
+      <groupId>xindice</groupId>
+      <artifactId>xindice-dom</artifactId>
+    </dependency>
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <scope>provided</scope>

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=581808&r1=581807&r2=581808&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Thu Oct  4 02:15:37 2007
@@ -2061,7 +2061,12 @@
       <dependency>
         <groupId>xindice</groupId>
         <artifactId>xindice</artifactId>
-        <version>1.1b4</version>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>xindice</groupId>
+        <artifactId>xindice-dom</artifactId>
+        <version>1.1</version>
       </dependency>
       <dependency>
         <groupId>xml-apis</groupId>