Revision: 5291
          http://sourceforge.net/p/jump-pilot/code/5291
Author:   edso
Date:     2016-12-28 14:24:51 +0000 (Wed, 28 Dec 2016)
Log Message:
-----------
upgrade commons-io to v2.5, commons-codec to v1.10, release notes assure 
backwards compatibility

Modified Paths:
--------------
    core/trunk/ChangeLog
    core/trunk/pom.xml

Added Paths:
-----------
    core/trunk/lib/commons-codec-1.10.jar
    core/trunk/lib/commons-io-2.5.jar

Removed Paths:
-------------
    core/trunk/lib/commons-codec-1.2.jar
    core/trunk/lib/commons-io-2.4.jar

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2016-12-28 14:11:48 UTC (rev 5290)
+++ core/trunk/ChangeLog        2016-12-28 14:24:51 UTC (rev 5291)
@@ -5,6 +5,8 @@
 
 2016-12-28 ede
   * make GML/JML reader cancellable and show already parsed featcount
+  * upgrade commons-io to v2.5, commons-codec to v1.10, release notes assure
+    backwards compatibility
 
 2016-12-28 mmichaud <[email protected]>
   * fix #449 severe regression in "save project as" introduced in r5178

Added: core/trunk/lib/commons-codec-1.10.jar
===================================================================
(Binary files differ)

Index: core/trunk/lib/commons-codec-1.10.jar
===================================================================
--- core/trunk/lib/commons-codec-1.10.jar       2016-12-28 14:11:48 UTC (rev 
5290)
+++ core/trunk/lib/commons-codec-1.10.jar       2016-12-28 14:24:51 UTC (rev 
5291)

Property changes on: core/trunk/lib/commons-codec-1.10.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: core/trunk/lib/commons-codec-1.2.jar
===================================================================
(Binary files differ)

Deleted: core/trunk/lib/commons-io-2.4.jar
===================================================================
(Binary files differ)

Added: core/trunk/lib/commons-io-2.5.jar
===================================================================
(Binary files differ)

Index: core/trunk/lib/commons-io-2.5.jar
===================================================================
--- core/trunk/lib/commons-io-2.5.jar   2016-12-28 14:11:48 UTC (rev 5290)
+++ core/trunk/lib/commons-io-2.5.jar   2016-12-28 14:24:51 UTC (rev 5291)

Property changes on: core/trunk/lib/commons-io-2.5.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml  2016-12-28 14:11:48 UTC (rev 5290)
+++ core/trunk/pom.xml  2016-12-28 14:24:51 UTC (rev 5291)
@@ -900,12 +900,12 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.2</version>
+            <version>1.10</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
+            <version>2.5</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to