dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34387
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17650: upgrade to spring-mobile-device 1.3, joda-time 2.6, guava 18
------------------------------------------------------------
revno: 17650
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-12-04 14:22:08 +0700
message:
upgrade to spring-mobile-device 1.3, joda-time 2.6, guava 18
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 2014-12-04 06:39:46 +0000
+++ dhis-2/pom.xml 2014-12-04 07:22:08 +0000
@@ -491,7 +491,7 @@
<dependency>
<groupId>org.springframework.mobile</groupId>
<artifactId>spring-mobile-device</artifactId>
- <version>1.1.2.RELEASE</version>
+ <version>1.1.3.RELEASE</version>
</dependency>
<!-- Jasypt -->
<dependency>
@@ -587,7 +587,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.4</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -946,7 +946,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>17.0</version>
+ <version>18.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.jsmpp</groupId>