You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/08/16 21:23:41 UTC

svn commit: r431996 - /webservices/muse/trunk/modules/muse-util-xml/pom.xml

Author: danj
Date: Wed Aug 16 12:23:40 2006
New Revision: 431996

URL: http://svn.apache.org/viewvc?rev=431996&view=rev
Log:
Fix for MUSE-54, as outlined in the submission.

Modified:
    webservices/muse/trunk/modules/muse-util-xml/pom.xml

Modified: webservices/muse/trunk/modules/muse-util-xml/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-util-xml/pom.xml?rev=431996&r1=431995&r2=431996&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-util-xml/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-util-xml/pom.xml Wed Aug 16 12:23:40 2006
@@ -6,20 +6,26 @@
   <groupId>muse</groupId>
   <artifactId>muse-util-xml</artifactId>
   <packaging>jar</packaging>
-  <version>2.0.0-M2</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Apache Muse - XML Utilities</name>
   <url>http://ws.apache.org/muse</url>
   <dependencies>
     <dependency>
       <groupId>muse</groupId>
       <artifactId>muse-util-qname</artifactId>
-      <version>2.0.0-M2</version>
+      <version>2.0.0-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <version>2.8.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.7.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org