Revision: 17624
          http://sourceforge.net/p/gate/code/17624
Author:   markagreenwood
Date:     2014-03-11 12:27:32 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
upgraded XStream and jaxen to the newest versions (left xpp3 as is as 1.1.4c is 
still the version listed on the XStream page)

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/gate-core.pom.template
    gate/trunk/ivy.xml

Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-11 
12:14:53 UTC (rev 17623)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-11 
12:27:32 UTC (rev 17624)
@@ -176,7 +176,7 @@
         <dependency>
             <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
-            <version>1.4.4</version>
+            <version>1.4.7</version>
             <scope>compile</scope>
             <exclusions>
                 <!-- we will pull in the full xpp3 so we don't need these -->  
              
@@ -203,7 +203,7 @@
         <dependency>
             <groupId>jaxen</groupId>
             <artifactId>jaxen</artifactId>
-            <version>1.1</version>
+            <version>1.1.6</version>
             <scope>runtime</scope>
             <exclusions>
                 <!-- we don't need any of these dependencies -->

Modified: gate/trunk/ivy.xml
===================================================================
--- gate/trunk/ivy.xml  2014-03-11 12:14:53 UTC (rev 17623)
+++ gate/trunk/ivy.xml  2014-03-11 12:27:32 UTC (rev 17624)
@@ -77,13 +77,13 @@
         
     <!--required for loading and saving .gapp files and by sime plugins.
         we pull in the full XPP3 so we only need XStream's master artifact -->
-    <dependency org="com.thoughtworks.xstream" name="xstream" rev="1.4.4" 
conf="required->master" />
+    <dependency org="com.thoughtworks.xstream" name="xstream" rev="1.4.7" 
conf="required->master" />
 
     <!-- XPP3 provides the actual implementation under pinning our use of 
XStream -->
     <dependency org="xpp3" name="xpp3" rev="1.1.4c" 
conf="runtime->master,runtime" />
 
     <!-- needed by XSteam at runtime -->
-    <dependency org="jaxen" name="jaxen" rev="1.1" conf="runtime->master" />
+    <dependency org="jaxen" name="jaxen" rev="1.1.6" conf="runtime->master" />
 
     <!-- used to parse command line options passed to the GATE GUI -->
     <dependency org="urbanophile" name="java-getopt" rev="1.0.9" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to