You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/14 10:43:50 UTC

[17/38] isis git commit: ISIS-1353: updates joda-time from 2.9.1 to 2.9.4

ISIS-1353: updates joda-time from 2.9.1 to 2.9.4

            <dependency>
                <groupId>joda-time</groupId>
                <artifactId>joda-time</artifactId>
                <version>${joda-time.version}</version>
            </dependency>


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a74c0450
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a74c0450
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a74c0450

Branch: refs/heads/master
Commit: a74c0450947f7e91e2fc7cc94ea86233d03cbafd
Parents: 7d2367b
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 06:44:49 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 06:44:49 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a74c0450/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index b8e5e49..4960952 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -107,7 +107,7 @@
         <slf4j.version>1.7.13</slf4j.version>
         <log4j.version>1.2.17</log4j.version>
 
-        <joda-time.version>2.9.1</joda-time.version>
+        <joda-time.version>2.9.4</joda-time.version>
         <guava.version>19.0</guava.version>
 
         <hamcrest.version>1.3</hamcrest.version>