dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20111
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9063: updated commons-io to 2.4, xstream to 1.4.3
------------------------------------------------------------
revno: 9063
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-11-15 17:32:52 +0100
message:
updated commons-io to 2.4, xstream to 1.4.3
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2012-11-15 16:25:30 +0000
+++ dhis-2/pom.xml 2012-11-15 16:32:52 +0000
@@ -486,7 +486,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.2</version>
+ <version>1.4.3</version>
</dependency>
<dependency>
<groupId>jep</groupId>
@@ -564,7 +564,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>