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 2008/05/17 18:11:39 UTC

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

Author: mcaisse
Date: Sat May 17 09:11:39 2008
New Revision: 657384

URL: http://svn.apache.org/viewvc?rev=657384&view=rev
Log:
Use variable for current product version number. Set it once in project.properties. In description text, refer only to major release number "JDO 2".

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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/api2-legacy/project.xml (original)
+++ db/jdo/trunk/api2-legacy/project.xml Sat May 17 09:11:39 2008
@@ -25,10 +25,10 @@
     <name>JDO2 API Legacy</name>
     <groupId>javax.jdo</groupId>
     <artifactId>jdo2-api-legacy</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>javax.jdo</package>
-    <shortDescription>Java Data Objects 2.1 (JDO) API legacy</shortDescription>
-    <description>The Java Data Objects 2.1 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) API 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 243 under the auspices of the Java Community Process.
 This version requires only JDK 1.3.</description>

Modified: db/jdo/trunk/api2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/project.xml?rev=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/api2/project.xml (original)
+++ db/jdo/trunk/api2/project.xml Sat May 17 09:11:39 2008
@@ -25,10 +25,10 @@
     <name>JDO2 API</name>
     <groupId>javax.jdo</groupId>
     <artifactId>jdo2-api</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>javax.jdo</package>
-    <shortDescription>Java Data Objects 2.1 (JDO) API</shortDescription>
-    <description>The Java Data Objects 2.1 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) API</shortDescription>
+    <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>
     <!-- ============ -->

Modified: db/jdo/trunk/enhancer20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/enhancer20/project.xml?rev=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/enhancer20/project.xml (original)
+++ db/jdo/trunk/enhancer20/project.xml Sat May 17 09:11:39 2008
@@ -26,10 +26,10 @@
     <name>JDO2 Implementation (Enhancer)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-enhancer</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) Enhancer</shortDescription>
-    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) Enhancer</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.</description>
     <!-- ============ -->
@@ -39,17 +39,17 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/fostore20/project.xml (original)
+++ db/jdo/trunk/fostore20/project.xml Sat May 17 09:11:39 2008
@@ -25,10 +25,10 @@
     <!-- ============== -->
     <name>JDO2 Implementation (FOStore)</name>
     <artifactId>jdo2-fostore</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) FOStore</shortDescription>
-    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) FOStore</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.</description>
     <!-- ============ -->
@@ -38,32 +38,32 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-runtime</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-enhancer</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-query</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/model20/project.xml (original)
+++ db/jdo/trunk/model20/project.xml Sat May 17 09:11:39 2008
@@ -26,10 +26,10 @@
     <name>JDO2 Implementation (Model)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-model</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) Model</shortDescription>
-    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) Model</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.</description>
     <!-- ============ -->
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/project.properties (original)
+++ db/jdo/trunk/project.properties Sat May 17 09:11:39 2008
@@ -20,6 +20,9 @@
 http://maven1.glassfishwiki.org,\
 https://maven-repository.dev.java.net/nonav/repository
 
+# Current version number
+currentVersion = 2.2-SNAPSHOT
+
 # Make sure the compiled class still work with J2SE 1.3
 maven.compile.source = 1.3
 maven.compile.target = 1.3

Modified: db/jdo/trunk/query20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/project.xml?rev=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/query20/project.xml (original)
+++ db/jdo/trunk/query20/project.xml Sat May 17 09:11:39 2008
@@ -26,10 +26,10 @@
     <name>JDO2 Implementation (Query)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-query</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) Query</shortDescription>
-    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) Query</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.</description>
     <!-- ============ -->
@@ -39,22 +39,22 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-runtime</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/runtime20/project.xml (original)
+++ db/jdo/trunk/runtime20/project.xml Sat May 17 09:11:39 2008
@@ -26,10 +26,10 @@
     <name>JDO2 Implementation (Runtime)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-runtime</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) Runtime</shortDescription>
-    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) Runtime</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.</description>
     <!-- ============ -->
@@ -39,17 +39,17 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/tck2-legacy/project.xml (original)
+++ db/jdo/trunk/tck2-legacy/project.xml Sat May 17 09:11:39 2008
@@ -24,12 +24,12 @@
     <name>JDO2 Technology Compatibility Kit Legacy</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-tck-legacy</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo.tck</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) TCK Legacy</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. The Legacy version works with Java SE 1.3.
+    <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.
 
-The JDO TCK is a test suite designed to test implementations of the Java Data Objects 2.0 specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK.
+The JDO TCK is a test suite designed to test implementations of the Java Data Objects 2 specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK.
 
 NOTE!! There are no unit tests in this project.</description>
     <!-- ============ -->
@@ -39,22 +39,22 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api-legacy</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-enhancer</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/tck2/project.xml (original)
+++ db/jdo/trunk/tck2/project.xml Sat May 17 09:11:39 2008
@@ -24,12 +24,12 @@
     <name>JDO2 Technology Compatibility Kit</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-tck</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo.tck</package>
-    <shortDescription>Java Data Objects 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.
+    <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.
 
-The JDO TCK is a test suite designed to test implementations of the Java Data Objects 2.0 specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK.
+The JDO TCK is a test suite designed to test implementations of the Java Data Objects 2 specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK.
 
 NOTE!! There are no unit tests in this project.</description>
     <!-- ============ -->
@@ -39,22 +39,22 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-enhancer</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-util</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jdo</groupId>
             <artifactId>jdo2-model</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${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=657384&r1=657383&r2=657384&view=diff
==============================================================================
--- db/jdo/trunk/util20/project.xml (original)
+++ db/jdo/trunk/util20/project.xml Sat May 17 09:11:39 2008
@@ -26,10 +26,10 @@
     <name>JDO2 Implementation (Util)</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-util</artifactId>
-    <currentVersion>2.1-SNAPSHOT</currentVersion>
+    <currentVersion>${currentVersion}</currentVersion>
     <package>org.apache.jdo</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) Util</shortDescription>
-    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based 
+    <shortDescription>Java Data Objects 2 (JDO) Util</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.</description>
     <!-- ============ -->
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>javax.jdo</groupId>
             <artifactId>jdo2-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>${currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>