You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2008/05/15 01:18:37 UTC

svn commit: r656463 - /geronimo/devtools/eclipse-plugin/trunk/pom.xml

Author: mcconne
Date: Wed May 14 16:18:37 2008
New Revision: 656463

URL: http://svn.apache.org/viewvc?rev=656463&view=rev
Log:
GERONIMODEVTOOLS-347 Update to use minimal version of xpp3, until usage of xstream is eliminated

Modified:
    geronimo/devtools/eclipse-plugin/trunk/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=656463&r1=656462&r2=656463&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Wed May 14 16:18:37 2008
@@ -102,8 +102,8 @@
                         
             <dependency>
                 <groupId>xpp3</groupId>
-                <artifactId>xpp3</artifactId>
-                <version>1.1.3.3</version>
+                <artifactId>xpp3_min</artifactId>
+                <version>1.1.3.4.O</version>
             </dependency>
                         
             <dependency>