dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #38087
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19445: Upgraded commons-lang3 to 3.4 and commons-codec to 1.10
------------------------------------------------------------
revno: 19445
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-06-18 10:03:48 +0200
message:
Upgraded commons-lang3 to 3.4 and commons-codec to 1.10
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 2015-06-15 04:43:40 +0000
+++ dhis-2/pom.xml 2015-06-18 08:03:48 +0000
@@ -22,7 +22,7 @@
</description>
<organization>
- <name>HISP</name>
+ <name>UiO</name>
<url>http://www.dhis2.org</url>
</organization>
@@ -35,7 +35,7 @@
<licenses>
<license>
<name>BSD</name>
- <url>http://</url>
+ <url>http://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses>
@@ -80,6 +80,7 @@
<system>Launchpad</system>
<url>https://launchpad.net/dhis2</url>
</issueManagement>
+
<scm>
<url>lp:dhis2</url>
</scm>
@@ -658,7 +659,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.3.2</version>
+ <version>3.4</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
@@ -673,7 +674,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>