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 2006/01/20 07:02:20 UTC

svn commit: r370742 - in /db/jdo/branches/2.0-beta: api20/project.xml core20/project.xml enhancer20/project.xml tck20/project.xml

Author: clr
Date: Thu Jan 19 22:02:17 2006
New Revision: 370742

URL: http://svn.apache.org/viewcvs?rev=370742&view=rev
Log:
JDO-279 changed dependencies and version for 2.0-beta branch

Modified:
    db/jdo/branches/2.0-beta/api20/project.xml
    db/jdo/branches/2.0-beta/core20/project.xml
    db/jdo/branches/2.0-beta/enhancer20/project.xml
    db/jdo/branches/2.0-beta/tck20/project.xml

Modified: db/jdo/branches/2.0-beta/api20/project.xml
URL: http://svn.apache.org/viewcvs/db/jdo/branches/2.0-beta/api20/project.xml?rev=370742&r1=370741&r2=370742&view=diff
==============================================================================
--- db/jdo/branches/2.0-beta/api20/project.xml (original)
+++ db/jdo/branches/2.0-beta/api20/project.xml Thu Jan 19 22:02:17 2006
@@ -24,7 +24,7 @@
     <name>JDO2 API</name>
     <groupId>javax.jdo</groupId>
     <artifactId>jdo2-api</artifactId>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>2.0-beta</currentVersion>
     <package>javax.jdo</package>
     <shortDescription>Java Data Object 2.0 (JDO) API</shortDescription>
     <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 

Modified: db/jdo/branches/2.0-beta/core20/project.xml
URL: http://svn.apache.org/viewcvs/db/jdo/branches/2.0-beta/core20/project.xml?rev=370742&r1=370741&r2=370742&view=diff
==============================================================================
--- db/jdo/branches/2.0-beta/core20/project.xml (original)
+++ db/jdo/branches/2.0-beta/core20/project.xml Thu Jan 19 22:02:17 2006
@@ -25,7 +25,7 @@
     <name>JDO2 Implementation (Core)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-core</artifactId>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>2.0-beta</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Object 2.0 (JDO) Core</shortDescription>
     <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 

Modified: db/jdo/branches/2.0-beta/enhancer20/project.xml
URL: http://svn.apache.org/viewcvs/db/jdo/branches/2.0-beta/enhancer20/project.xml?rev=370742&r1=370741&r2=370742&view=diff
==============================================================================
--- db/jdo/branches/2.0-beta/enhancer20/project.xml (original)
+++ db/jdo/branches/2.0-beta/enhancer20/project.xml Thu Jan 19 22:02:17 2006
@@ -25,7 +25,7 @@
     <name>JDO2 Implementation (Enhancer)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-enhancer</artifactId>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>2.0-beta</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Object 2.0 (JDO) Enhancer</shortDescription>
     <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 
@@ -39,12 +39,12 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>2.0-beta</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>2.0-beta</version>
         </dependency>
         <dependency>
             <id>commons-logging</id>

Modified: db/jdo/branches/2.0-beta/tck20/project.xml
URL: http://svn.apache.org/viewcvs/db/jdo/branches/2.0-beta/tck20/project.xml?rev=370742&r1=370741&r2=370742&view=diff
==============================================================================
--- db/jdo/branches/2.0-beta/tck20/project.xml (original)
+++ db/jdo/branches/2.0-beta/tck20/project.xml Thu Jan 19 22:02:17 2006
@@ -23,7 +23,7 @@
     <name>JDO2 Technology Compatibility Kit</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-tck</artifactId>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>2.0-beta</currentVersion>
     <package>org.apache.jdo.tck</package>
     <shortDescription>Java Data Object 2.0 (JDO) TCK</shortDescription>
     <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process.
@@ -39,17 +39,17 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>2.0-beta</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-enhancer</artifactId>
-            <version>SNAPSHOT</version>
+            <version>2.0-beta</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>2.0-beta</version>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>