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/11/14 23:46:15 UTC

svn commit: r714177 - in /db/jdo/branches/2.2.1: api2-legacy/project.xml api2/project.xml project.properties

Author: mcaisse
Date: Fri Nov 14 14:46:14 2008
New Revision: 714177

URL: http://svn.apache.org/viewvc?rev=714177&view=rev
Log:
JDO-612 

Modified:
    db/jdo/branches/2.2.1/api2-legacy/project.xml
    db/jdo/branches/2.2.1/api2/project.xml
    db/jdo/branches/2.2.1/project.properties

Modified: db/jdo/branches/2.2.1/api2-legacy/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/2.2.1/api2-legacy/project.xml?rev=714177&r1=714176&r2=714177&view=diff
==============================================================================
--- db/jdo/branches/2.2.1/api2-legacy/project.xml (original)
+++ db/jdo/branches/2.2.1/api2-legacy/project.xml Fri Nov 14 14:46:14 2008
@@ -45,11 +45,17 @@
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.7.0</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
     </dependencies>
     <!-- =================== -->

Modified: db/jdo/branches/2.2.1/api2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/2.2.1/api2/project.xml?rev=714177&r1=714176&r2=714177&view=diff
==============================================================================
--- db/jdo/branches/2.2.1/api2/project.xml (original)
+++ db/jdo/branches/2.2.1/api2/project.xml Fri Nov 14 14:46:14 2008
@@ -44,11 +44,17 @@
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.7.0</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: db/jdo/branches/2.2.1/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/branches/2.2.1/project.properties?rev=714177&r1=714176&r2=714177&view=diff
==============================================================================
--- db/jdo/branches/2.2.1/project.properties (original)
+++ db/jdo/branches/2.2.1/project.properties Fri Nov 14 14:46:14 2008
@@ -20,7 +20,7 @@
 http://download.java.net/maven/1
 
 # Current version number
-currentVersion = 2.2
+currentVersion = 2.2.1
 
 # Make sure the compiled class still work with J2SE 1.3
 maven.compile.source = 1.3