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 2007/08/10 21:08:47 UTC

svn commit: r564721 - /db/jdo/trunk/tck2/project.xml

Author: clr
Date: Fri Aug 10 12:08:46 2007
New Revision: 564721

URL: http://svn.apache.org/viewvc?view=rev&rev=564721
Log:
Fixed current-version of tck2 project

Modified:
    db/jdo/trunk/tck2/project.xml

Modified: db/jdo/trunk/tck2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/project.xml?view=diff&rev=564721&r1=564720&r2=564721
==============================================================================
--- db/jdo/trunk/tck2/project.xml (original)
+++ db/jdo/trunk/tck2/project.xml Fri Aug 10 12:08:46 2007
@@ -24,7 +24,7 @@
     <name>JDO2 Technology Compatibility Kit</name>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo2-tck</artifactId>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>2.1-SNAPSHOT</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.