You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/06/13 18:19:51 UTC

svn commit: r865570 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/datanucleus-and-maven.html content/getting-started/resources/isis-templates.xml

Author: buildbot
Date: Thu Jun 13 16:19:50 2013
New Revision: 865570

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html
    websites/staging/isis/trunk/content/getting-started/resources/isis-templates.xml

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 13 16:19:50 2013
@@ -1 +1 @@
-1492629
+1492737

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 13 16:19:50 2013
@@ -1 +1 @@
-1492629
+1492737

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html Thu Jun 13 16:19:50 2013
@@ -313,7 +313,7 @@ istered, and you are trying to register 
 ch.
 </pre>
 
-<p>The fix is to use a Maven profile:</p>
+<p>The fix is to use a Maven profile.  The following is correct as of the JDO ObjectStore v1.1.0:</p>
 
 <pre>
     &lt;profiles&gt;
@@ -328,13 +328,7 @@ ch.
                 &lt;dependency&gt;
                     &lt;groupId&gt;org.datanucleus&lt;/groupId&gt;
                     &lt;artifactId&gt;datanucleus-core&lt;/artifactId&gt;
-                    &lt;version&gt;(3.0.99, 3.1.99)&lt;/version&gt;
-                    &lt;scope&gt;runtime&lt;/scope&gt;
-                &lt;/dependency&gt;
-                &lt;dependency&gt;
-                    &lt;groupId&gt;org.datanucleus&lt;/groupId&gt;
-                    &lt;artifactId&gt;datanucleus-enhancer&lt;/artifactId&gt;
-                    &lt;version&gt;(3.0.99, 3.1.99)&lt;/version&gt;
+                    &lt;version&gt;(3.2.0-m1, 3.2.99)&lt;/version&gt;
                     &lt;scope&gt;runtime&lt;/scope&gt;
                 &lt;/dependency&gt;
             &lt;/dependencies&gt;

Modified: websites/staging/isis/trunk/content/getting-started/resources/isis-templates.xml
==============================================================================
Binary files - no diff available.