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:17 UTC

[10/13] isis git commit: ISIS-1288: upgrading most of JDO

ISIS-1288: upgrading most of JDO


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

Branch: refs/heads/ISIS-993
Commit: 817fcca58f0da76f53f698d34364db80fa8dd6be
Parents: f320023
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Feb 10 18:48:41 2016 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Feb 10 18:48:41 2016 +0000

----------------------------------------------------------------------
 core/pom.xml                 | 13 +++++++++----
 core/unittestsupport/pom.xml |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/817fcca5/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 9a1f563..b9e5349 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -85,13 +85,18 @@
 
         <!-- Datanucleus Objectstore -->
         <jdo-api.version>3.1</jdo-api.version>
-        <datanucleus-core.version>4.1.2</datanucleus-core.version>
-        <datanucleus-api-jdo.version>4.1.0-release</datanucleus-api-jdo.version>
-        <datanucleus-jdo-query.version>4.0.4</datanucleus-jdo-query.version>
-        <datanucleus-rdbms.version>4.1.2</datanucleus-rdbms.version>
+
+        <datanucleus-core.version>4.1.7</datanucleus-core.version>
+        <datanucleus-api-jdo.version>4.1.1</datanucleus-api-jdo.version>
+        <datanucleus-jdo-query.version>4.0.5</datanucleus-jdo-query.version>
+        <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>
+	<!--
+        <datanucleus-jodatime.version>4.1.1</datanucleus-jodatime.version>
+        <datanucleus-maven-plugin.version>4.0.2</datanucleus-maven-plugin.version>
+	-->
 
         <shiro.version>1.2.3</shiro.version>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/817fcca5/core/unittestsupport/pom.xml
----------------------------------------------------------------------
diff --git a/core/unittestsupport/pom.xml b/core/unittestsupport/pom.xml
index c9dffa6..f8806d7 100644
--- a/core/unittestsupport/pom.xml
+++ b/core/unittestsupport/pom.xml
@@ -58,7 +58,7 @@
             <dependency>
                 <groupId>javax.jdo</groupId>
                 <artifactId>jdo-api</artifactId>
-                <version>3.0.1</version>
+                <version>${jdo-api.version}</version>
                 <optional>true</optional>
             </dependency>