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 cl...@apache.org on 2010/05/20 23:56:27 UTC

svn commit: r946804 - in /db/jdo/trunk: api/pom.xml api/project.xml project.properties tck/src/conf/enhancement.conf

Author: clr
Date: Thu May 20 21:56:26 2010
New Revision: 946804

URL: http://svn.apache.org/viewvc?rev=946804&view=rev
Log:
Update to JDO 3

Modified:
    db/jdo/trunk/api/pom.xml
    db/jdo/trunk/api/project.xml
    db/jdo/trunk/project.properties
    db/jdo/trunk/tck/src/conf/enhancement.conf

Modified: db/jdo/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/pom.xml?rev=946804&r1=946803&r2=946804&view=diff
==============================================================================
--- db/jdo/trunk/api/pom.xml (original)
+++ db/jdo/trunk/api/pom.xml Thu May 20 21:56:26 2010
@@ -19,10 +19,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>javax.jdo</groupId>
-  <artifactId>jdo2-api</artifactId>
-  <name>JDO2 API</name>
+  <artifactId>jdo-api</artifactId>
+  <name>JDO API</name>
   <version>3.0</version>
-  <description>The Java Data Objects 2 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process.</description>
+  <description>The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process.</description>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>test/java</testSourceDirectory>

Modified: db/jdo/trunk/api/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/project.xml?rev=946804&r1=946803&r2=946804&view=diff
==============================================================================
--- db/jdo/trunk/api/project.xml (original)
+++ db/jdo/trunk/api/project.xml Thu May 20 21:56:26 2010
@@ -22,7 +22,7 @@
     <!-- ============== -->
     <!-- Identification -->
     <!-- ============== -->
-    <name>JDO2 API</name>
+    <name>JDO API</name>
     <groupId>javax.jdo</groupId>
     <artifactId>jdo-api</artifactId>
     <currentVersion>${jdo.currentVersion}</currentVersion>

Modified: db/jdo/trunk/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/project.properties?rev=946804&r1=946803&r2=946804&view=diff
==============================================================================
--- db/jdo/trunk/project.properties (original)
+++ db/jdo/trunk/project.properties Thu May 20 21:56:26 2010
@@ -20,11 +20,11 @@ http://repo1.maven.org/maven,\
 http://download.java.net/maven/1
 
 # Current version number
-jdo.currentVersion = 2.3-SNAPSHOT
+jdo.currentVersion = 3.0
 
-# Make sure the compiled class still work with J2SE 1.3
-maven.compile.source = 1.3
-maven.compile.target = 1.3
+# Make sure the compiled class still work with Java SE 5
+maven.compile.source = 1.5
+maven.compile.target = 1.5
 
 # refer to LICENSE file in root directory
 maven.license.licenseFile = ${basedir}/../LICENSE.txt

Modified: db/jdo/trunk/tck/src/conf/enhancement.conf
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/conf/enhancement.conf?rev=946804&r1=946803&r2=946804&view=diff
==============================================================================
--- db/jdo/trunk/tck/src/conf/enhancement.conf (original)
+++ db/jdo/trunk/tck/src/conf/enhancement.conf Thu May 20 21:56:26 2010
@@ -20,8 +20,6 @@ jdo.tck.standarddata = 
 jdo.tck.mapping = 0
 jdo.tck.requiredOptions =
 jdo.tck.classes = \
-org.apache.jdo.tck.enhancement.FieldAccessModified \
-org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable \
 org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId \
 org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance