Author: andyj
Date: Wed May 6 09:52:53 2009
New Revision: 772123
URL: http://svn.apache.org/viewvc?rev=772123&view=rev
Log:
temporary version fix while we don't have parent pom.xml
Modified:
db/jdo/branches/2.3-ea/api2/pom.xml
Modified: db/jdo/branches/2.3-ea/api2/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/2.3-ea/api2/pom.xml?rev=772123&r1=772122&r2=772123&view=diff
==============================================================================
--- db/jdo/branches/2.3-ea/api2/pom.xml (original)
+++ db/jdo/branches/2.3-ea/api2/pom.xml Wed May 6 09:52:53 2009
@@ -21,7 +21,7 @@
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<name>JDO2 API</name>
- <version>${jdo.version}</version>
+ <version>2.3-ea</version>
<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>
<build>
<sourceDirectory>src/java</sourceDirectory>
|