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 2021/05/07 23:11:37 UTC

[db-jdo] 04/07: Added .0 to jpox version

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch origin/2.1
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit 0870e0c8525bb6e6fb4660e58d762cd95ef51f46
Author: Michelle Caisse <mc...@apache.org>
AuthorDate: Sat Mar 15 00:53:22 2008 +0000

    Added .0 to jpox version
---
 tck2-legacy/project.xml | 10 +++++-----
 tck2/project.xml        | 12 ++++++------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/tck2-legacy/project.xml b/tck2-legacy/project.xml
index 5d0122a..05ad5bc 100644
--- a/tck2-legacy/project.xml
+++ b/tck2-legacy/project.xml
@@ -59,19 +59,19 @@ NOTE!! There are no unit tests in this project.</description>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-core</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-rdbms</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-enhancer</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
@@ -123,13 +123,13 @@ NOTE!! There are no unit tests in this project.</description>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-c3p0</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-dbcp</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
diff --git a/tck2/project.xml b/tck2/project.xml
index 06da9a1..6801a62 100644
--- a/tck2/project.xml
+++ b/tck2/project.xml
@@ -59,25 +59,25 @@ NOTE!! There are no unit tests in this project.</description>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-core</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-rdbms</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-enhancer</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-java5</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
@@ -130,13 +130,13 @@ NOTE!! There are no unit tests in this project.</description>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-c3p0</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>
             <groupId>jpox</groupId>
             <artifactId>jpox-dbcp</artifactId>
-            <version>1.2</version>
+            <version>1.2.0</version>
             <url>http://www.jpox.org/downloads/maven-nightly</url>
         </dependency>
         <dependency>