You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/04/29 21:59:01 UTC

svn commit: r398230 - /incubator/cayenne/trunk/cayenne-jpa-tck/pom.xml

Author: aadamchik
Date: Sat Apr 29 12:59:00 2006
New Revision: 398230

URL: http://svn.apache.org/viewcvs?rev=398230&view=rev
Log:
fixing dependency versions

Modified:
    incubator/cayenne/trunk/cayenne-jpa-tck/pom.xml

Modified: incubator/cayenne/trunk/cayenne-jpa-tck/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/cayenne/trunk/cayenne-jpa-tck/pom.xml?rev=398230&r1=398229&r2=398230&view=diff
==============================================================================
--- incubator/cayenne/trunk/cayenne-jpa-tck/pom.xml (original)
+++ incubator/cayenne/trunk/cayenne-jpa-tck/pom.xml Sat Apr 29 12:59:00 2006
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.objectstyle.cayenne</groupId>
   <artifactId>cayenne-jpa-tck</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>3.0-incubating-SNAPSHOT</version>
   <description>Cayenne-based JPA TCK</description>
   
   <repositories>
@@ -33,15 +33,15 @@
 		<scope>test</scope>
 	</dependency>
 	<dependency>
-		<groupId>org.objectstyle.cayenne</groupId>
+		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-jpa</artifactId>
-		<version>1.0-SNAPSHOT</version>
+		<version>3.0-incubating-SNAPSHOT</version>
 		<scope>test</scope>
 	</dependency>
     <dependency>
-      <groupId>javax.persistence</groupId>
-      <artifactId>jpa</artifactId>
-      <version>1.0-SNAPSHOT</version>
+		<groupId>org.apache.geronimo.specs</groupId>
+		<artifactId>geronimo-jpa_3.0_spec</artifactId>
+		<version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.objectstyle.cayenne</groupId>