Revision: 19130
          http://sourceforge.net/p/gate/code/19130
Author:   ian_roberts
Date:     2016-02-16 16:49:51 +0000 (Tue, 16 Feb 2016)
Log Message:
-----------
Upgrade joda-time dependency to one that works with the latest Java 8

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        2016-02-16 
02:24:52 UTC (rev 19129)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template        2016-02-16 
16:49:51 UTC (rev 19130)
@@ -327,7 +327,7 @@
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
-            <version>2.6</version>
+            <version>2.9.2</version>
         </dependency>
 
         <!-- Used for testing GATE -->

Modified: gate/trunk/ivy.xml
===================================================================
--- gate/trunk/ivy.xml  2016-02-16 02:24:52 UTC (rev 19129)
+++ gate/trunk/ivy.xml  2016-02-16 16:49:51 UTC (rev 19130)
@@ -125,7 +125,7 @@
     <dependency org="xmlunit" name="xmlunit" rev="1.5" conf="required->master" 
/>
 
     <!-- Used for date and time formatting and parsing -->
-    <dependency org="joda-time" name="joda-time" rev="2.6" />
+    <dependency org="joda-time" name="joda-time" rev="2.9.2" />
 
     <!-- Used for testing GATE -->
     <dependency org="junit" name="junit" rev="4.11" 
conf="compile->master,compile" />

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


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to