You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/02/16 20:24:30 UTC

svn commit: r508540 - in /incubator/servicemix/branches/servicemix-3.1: distributions/apache-servicemix/pom.xml pom.xml

Author: gnodet
Date: Fri Feb 16 11:24:30 2007
New Revision: 508540

URL: http://svn.apache.org/viewvc?view=rev&rev=508540
Log:
SM-847: Old version of xml-apis in distribution

Modified:
    incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
    incubator/servicemix/branches/servicemix-3.1/pom.xml

Modified: incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml?view=diff&rev=508540&r1=508539&r2=508540
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml Fri Feb 16 11:24:30 2007
@@ -263,7 +263,10 @@
       <groupId>org.objectweb.howl</groupId>
       <artifactId>howl</artifactId>
     </dependency>
-    
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Modified: incubator/servicemix/branches/servicemix-3.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/pom.xml?view=diff&rev=508540&r1=508539&r2=508540
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/pom.xml Fri Feb 16 11:24:30 2007
@@ -1471,7 +1471,7 @@
             <dependency>
                 <groupId>xml-apis</groupId>
                 <artifactId>xml-apis</artifactId>
-                <version>1.3.02</version>
+                <version>1.3.04</version>
             </dependency>
             <dependency>
                 <groupId>xerces</groupId>