You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2010/12/18 19:58:28 UTC

svn commit: r1050693 - /db/jdo/trunk/tck/pom.xml

Author: mcaisse
Date: Sat Dec 18 18:58:28 2010
New Revision: 1050693

URL: http://svn.apache.org/viewvc?rev=1050693&view=rev
Log:
JDO-647 - Use latest datanucleus versions.

Modified:
    db/jdo/trunk/tck/pom.xml

Modified: db/jdo/trunk/tck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1050693&r1=1050692&r2=1050693&view=diff
==============================================================================
--- db/jdo/trunk/tck/pom.xml (original)
+++ db/jdo/trunk/tck/pom.xml Sat Dec 18 18:58:28 2010
@@ -54,8 +54,8 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <doInstallSchema>true</doInstallSchema>
-                    <doEnhance>true</doEnhance>
+                    <doInstallSchema>false</doInstallSchema>
+                    <doEnhance>false</doEnhance>
                     <doRunTCK>true</doRunTCK>
                     <impl>jdori</impl>
                     <pmfProperties>jdori-pmf.properties</pmfProperties>
@@ -63,7 +63,7 @@
                     <runtckVerbose>true</runtckVerbose>
                     <debugTCK>false</debugTCK>
                     <cleanupaftertest>true</cleanupaftertest>
-                    <identitytypes>applicationidentity datastoreidentity</identitytypes>
+                    <identitytypes>applicationidentity</identitytypes>
                     <dbproperties>-Dderby.system.home=${basedir}/target/database/derby</dbproperties>
                     <signaturefile>${basedir}/src/conf/jdo-3_1-signatures.txt</signaturefile>
                     <cfgs>
@@ -102,9 +102,9 @@
                         <cfg>enhancement.conf</cfg>
                         <cfg>extents.conf</cfg>
                         <cfg>fetchgroup.conf</cfg>
-                        <cfg>fetchplan.conf</cfg>-->
+                        <cfg>fetchplan.conf</cfg>
                         <cfg>inheritance1.conf</cfg>
-                        <cfg>inheritance2.conf</cfg>
+                        -<cfg>inheritance2.conf</cfg>
                         <cfg>inheritance3.conf</cfg>
                         <cfg>inheritance4.conf</cfg>
                        <cfg>instancecallbacks.conf</cfg>
@@ -123,7 +123,7 @@
                         <cfg>schemaAttributeOrm.conf</cfg>
                         <cfg>schemaAttributePackage.conf</cfg>
                         <cfg>security.conf</cfg>
-                        <cfg>transactions.conf</cfg>
+                        <cfg>transactions.conf</cfg><!-- -->
                     </cfgs>
                 </configuration>
             </plugin>
@@ -160,22 +160,22 @@
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-core</artifactId>
-            <version>2.1.0-release</version>
+            <version>2.2.0-m3</version>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-rdbms</artifactId>
-            <version>2.1.0-release</version>
+            <version>2.2.0-m3</version>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-enhancer</artifactId>
-            <version>2.1.0-release</version>
+            <version>2.1.2</version>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-jpa</artifactId>
-            <version>2.1.0-release</version>
+            <version>2.1.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.derby</groupId>