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/02/10 22:46:18 UTC

[11/13] isis git commit: ISIS-1288: adding in upgrade to DN maven-plugin; confirmed issue appears to be with datanucleus-jodatime 4.1.0-release to 4.1.1

ISIS-1288: adding in upgrade to DN maven-plugin; confirmed  issue appears to be with datanucleus-jodatime 4.1.0-release to 4.1.1


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

Branch: refs/heads/ISIS-993
Commit: f206da68fa56f4a841a0d31ff8652d26d5eed3af
Parents: 817fcca
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Feb 10 19:42:00 2016 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Feb 10 19:42:00 2016 +0000

----------------------------------------------------------------------
 core/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/f206da68/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index b9e5349..3734a80 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -92,11 +92,13 @@
         <datanucleus-rdbms.version>4.1.9</datanucleus-rdbms.version>
 
         <datanucleus-jodatime.version>4.1.0-release</datanucleus-jodatime.version>
-        <datanucleus-maven-plugin.version>4.0.1</datanucleus-maven-plugin.version>
 	<!--
+	    ISIS-1288: seen integration tests to fail;
+	    domain object date holding 1-Aug-2015 after xactn retrieved as 31-Jul-2015
+
         <datanucleus-jodatime.version>4.1.1</datanucleus-jodatime.version>
-        <datanucleus-maven-plugin.version>4.0.2</datanucleus-maven-plugin.version>
 	-->
+        <datanucleus-maven-plugin.version>4.0.2</datanucleus-maven-plugin.version>
 
         <shiro.version>1.2.3</shiro.version>