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 2008/11/16 01:49:36 UTC

svn commit: r717951 - in /db/jdo/trunk: ./ api2-legacy/ api2/ enhancer20/ fostore20/ model20/ query20/ runtime20/ tck2-legacy/ tck2/ util20/

Author: clr
Date: Sat Nov 15 16:49:36 2008
New Revision: 717951

URL: http://svn.apache.org/viewvc?rev=717951&view=rev
Log:
Change name of property currentVersion to jdo.currentVersion to avoid
possible confusion if/when we use maven 2 and global property.


Modified:
    db/jdo/trunk/api2-legacy/project.xml
    db/jdo/trunk/api2/project.xml
    db/jdo/trunk/enhancer20/project.xml
    db/jdo/trunk/fostore20/project.xml
    db/jdo/trunk/model20/project.xml
    db/jdo/trunk/project.properties
    db/jdo/trunk/query20/project.xml
    db/jdo/trunk/runtime20/project.xml
    db/jdo/trunk/tck2-legacy/project.xml
    db/jdo/trunk/tck2/project.xml
    db/jdo/trunk/util20/project.xml

Modified: db/jdo/trunk/api2-legacy/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2-legacy/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/api2-legacy/project.xml (original)
+++ db/jdo/trunk/api2-legacy/project.xml Sat Nov 15 16:49:36 2008
@@ -25,7 +25,7 @@
     <name>JDO2 API Legacy</name>
     <groupId>javax.jdo</groupId>
     <artifactId>jdo2-api-legacy</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>javax.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) API legacy</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 

Modified: db/jdo/trunk/api2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/api2/project.xml (original)
+++ db/jdo/trunk/api2/project.xml Sat Nov 15 16:49:36 2008
@@ -25,7 +25,7 @@
     <name>JDO2 API</name>
     <groupId>javax.jdo</groupId>
     <artifactId>jdo2-api</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>javax.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) API</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 

Modified: db/jdo/trunk/enhancer20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/enhancer20/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/enhancer20/project.xml (original)
+++ db/jdo/trunk/enhancer20/project.xml Sat Nov 15 16:49:36 2008
@@ -26,7 +26,7 @@
     <name>JDO2 Implementation (Enhancer)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-enhancer</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) Enhancer</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 
@@ -39,17 +39,17 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: db/jdo/trunk/fostore20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/fostore20/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/fostore20/project.xml (original)
+++ db/jdo/trunk/fostore20/project.xml Sat Nov 15 16:49:36 2008
@@ -25,7 +25,7 @@
     <!-- ============== -->
     <name>JDO2 Implementation (FOStore)</name>
     <artifactId>jdo2-fostore</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) FOStore</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 
@@ -38,32 +38,32 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-runtime</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-enhancer</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-query</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>

Modified: db/jdo/trunk/model20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/model20/project.xml (original)
+++ db/jdo/trunk/model20/project.xml Sat Nov 15 16:49:36 2008
@@ -26,7 +26,7 @@
     <name>JDO2 Implementation (Model)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-model</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) Model</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: db/jdo/trunk/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/project.properties?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/project.properties (original)
+++ db/jdo/trunk/project.properties Sat Nov 15 16:49:36 2008
@@ -20,7 +20,7 @@
 http://download.java.net/maven/1
 
 # Current version number
-currentVersion = 2.3-SNAPSHOT
+jdo.currentVersion = 2.3-SNAPSHOT
 
 # Make sure the compiled class still work with J2SE 1.3
 maven.compile.source = 1.3

Modified: db/jdo/trunk/query20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/query20/project.xml (original)
+++ db/jdo/trunk/query20/project.xml Sat Nov 15 16:49:36 2008
@@ -26,7 +26,7 @@
     <name>JDO2 Implementation (Query)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-query</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) Query</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 
@@ -39,22 +39,22 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-runtime</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: db/jdo/trunk/runtime20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/runtime20/project.xml (original)
+++ db/jdo/trunk/runtime20/project.xml Sat Nov 15 16:49:36 2008
@@ -26,7 +26,7 @@
     <name>JDO2 Implementation (Runtime)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-runtime</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) Runtime</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 
@@ -39,17 +39,17 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: db/jdo/trunk/tck2-legacy/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2-legacy/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/tck2-legacy/project.xml (original)
+++ db/jdo/trunk/tck2-legacy/project.xml Sat Nov 15 16:49:36 2008
@@ -24,7 +24,7 @@
     <name>JDO2 Technology Compatibility Kit Legacy</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-tck-legacy</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo.tck</package>
     <shortDescription>Java Data Objects 2 (JDO) TCK Legacy</shortDescription>
     <description>The Java Data Objects 2 (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. The Legacy version works with Java SE 1.3.
@@ -39,22 +39,22 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api-legacy</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-enhancer</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>

Modified: db/jdo/trunk/tck2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/tck2/project.xml (original)
+++ db/jdo/trunk/tck2/project.xml Sat Nov 15 16:49:36 2008
@@ -24,7 +24,7 @@
     <name>JDO2 Technology Compatibility Kit</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-tck</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo.tck</package>
     <shortDescription>Java Data Objects 2 (JDO) TCK</shortDescription>
     <description>The Java Data Objects 2 (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,22 +39,22 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-enhancer</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>

Modified: db/jdo/trunk/util20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/util20/project.xml?rev=717951&r1=717950&r2=717951&view=diff
==============================================================================
--- db/jdo/trunk/util20/project.xml (original)
+++ db/jdo/trunk/util20/project.xml Sat Nov 15 16:49:36 2008
@@ -26,7 +26,7 @@
     <name>JDO2 Implementation (Util)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-util</artifactId>
-    <currentVersion>${currentVersion}</currentVersion>
+    <currentVersion>${jdo.currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
     <shortDescription>Java Data Objects 2 (JDO) Util</shortDescription>
     <description>The Java Data Objects 2 (JDO) API is a standard interface-based 
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>${currentVersion}</version>
+            <version>${jdo.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>