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 2013/05/23 10:07:16 UTC

[10/19] git commit: ISIS-406: workaround for MRRESOURCES-58

ISIS-406: workaround for MRRESOURCES-58


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

Branch: refs/heads/prepare/isis-1.2.0-RC1
Commit: 4966aa5db49efd5f5c160dcc672ececfc276a036
Parents: d26c51d
Author: Dan Haywood <da...@apache.org>
Authored: Wed May 22 08:13:38 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Wed May 22 08:13:38 2013 +0100

----------------------------------------------------------------------
 component/objectstore/jdo/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/4966aa5d/component/objectstore/jdo/pom.xml
----------------------------------------------------------------------
diff --git a/component/objectstore/jdo/pom.xml b/component/objectstore/jdo/pom.xml
index e26771b..b177f73 100644
--- a/component/objectstore/jdo/pom.xml
+++ b/component/objectstore/jdo/pom.xml
@@ -193,7 +193,7 @@
             <id>apache-release</id>
             <properties>
                 <!-- workaround for http://jira.codehaus.org/browse/MRRESOURCES-58 -->
-                <datanucleus.version>LATEST</datanucleus.version>
+                <datanucleus.version>3.2.2</datanucleus.version>
             </properties>
         </profile>        
     </profiles>