Repository: isis Updated Branches: refs/heads/master 5e3751a67 -> 63e148d80
ISIS-716: reverting change back to 3.3.6... ... appeared to cause a regression in Estatio with its polymorphic relationship from CommunicationChannel#owner (to either FixedAsset or Party). Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/54df9759 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/54df9759 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/54df9759 Branch: refs/heads/master Commit: 54df9759650a3f63c162185f072648824ecb8255 Parents: 5e3751a Author: Dan Haywood <[email protected]> Authored: Mon May 26 19:14:43 2014 +0100 Committer: Dan Haywood <[email protected]> Committed: Mon May 26 19:14:43 2014 +0100 ---------------------------------------------------------------------- component/objectstore/jdo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/54df9759/component/objectstore/jdo/pom.xml ---------------------------------------------------------------------- diff --git a/component/objectstore/jdo/pom.xml b/component/objectstore/jdo/pom.xml index a6c0635..c0337c7 100644 --- a/component/objectstore/jdo/pom.xml +++ b/component/objectstore/jdo/pom.xml @@ -29,7 +29,7 @@ <packaging>pom</packaging> <properties> - <datanucleus-accessplatform-jdo-rdbms.version>3.3.8</datanucleus-accessplatform-jdo-rdbms.version> + <datanucleus-accessplatform-jdo-rdbms.version>3.3.6</datanucleus-accessplatform-jdo-rdbms.version> <datanucleus-jodatime.version>3.2.1</datanucleus-jodatime.version> <datanucleus-maven-plugin.version>3.3.2</datanucleus-maven-plugin.version>
