File jdo2-api-2.2-pom.patch of Package jdo2-api
--- pom.xml 2008-10-24 22:00:43.000000000 +0200
+++ pom.xml-gil 2012-05-28 21:13:19.599917969 +0200
@@ -3,7 +3,7 @@
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<name>JDO2 API</name>
- <version>${currentVersion}</version>
+ <version>2.2</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>
@@ -60,9 +60,9 @@
</build>
<dependencies>
<dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>transaction-api</artifactId>
- <version>1.1</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.1_spec</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>