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 2007/01/21 13:52:00 UTC

svn commit: r498304 - in /cayenne/main/trunk/itests: itest-common/pom.xml jpa-chapter2/pom.xml jpa-chapter3/pom.xml jpa-chapter9/pom.xml pojo/pom.xml pom.xml

Author: aadamchik
Date: Sun Jan 21 04:51:59 2007
New Revision: 498304

URL: http://svn.apache.org/viewvc?view=rev&rev=498304
Log:
repo migration - itests pom update

Modified:
    cayenne/main/trunk/itests/itest-common/pom.xml
    cayenne/main/trunk/itests/jpa-chapter2/pom.xml
    cayenne/main/trunk/itests/jpa-chapter3/pom.xml
    cayenne/main/trunk/itests/jpa-chapter9/pom.xml
    cayenne/main/trunk/itests/pojo/pom.xml
    cayenne/main/trunk/itests/pom.xml

Modified: cayenne/main/trunk/itests/itest-common/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/itest-common/pom.xml?view=diff&rev=498304&r1=498303&r2=498304
==============================================================================
--- cayenne/main/trunk/itests/itest-common/pom.xml (original)
+++ cayenne/main/trunk/itests/itest-common/pom.xml Sun Jan 21 04:51:59 2007
@@ -24,8 +24,8 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.cayenne.itest</groupId>
-		<artifactId>cayenne-itest-parent</artifactId>
+		<groupId>org.apache.cayenne.itests</groupId>
+		<artifactId>cayenne-itests-parent</artifactId>
 		<version>3.0-SNAPSHOT</version>
 	</parent>
 
@@ -42,8 +42,8 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.cayenne.core</groupId>
-			<artifactId>cayenne-jpa</artifactId>
+			<groupId>org.apache.cayenne.unpublished</groupId>
+			<artifactId>cayenne-jpa-unpublished</artifactId>
 			<version>${version}</version>
 		</dependency>
 

Modified: cayenne/main/trunk/itests/jpa-chapter2/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter2/pom.xml?view=diff&rev=498304&r1=498303&r2=498304
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter2/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter2/pom.xml Sun Jan 21 04:51:59 2007
@@ -24,8 +24,8 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.cayenne.itest</groupId>
-		<artifactId>cayenne-itest-parent</artifactId>
+		<groupId>org.apache.cayenne.itests</groupId>
+		<artifactId>cayenne-itests-parent</artifactId>
 		<version>3.0-SNAPSHOT</version>
 	</parent>
 
@@ -41,7 +41,7 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.cayenne.itest</groupId>
+			<groupId>org.apache.cayenne.itests</groupId>
 			<artifactId>itest-common</artifactId>
 			<version>${version}</version>
 		</dependency>
@@ -50,7 +50,6 @@
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-jpa_3.0_spec</artifactId>
 		</dependency>
-
 	</dependencies>
 
 	<build>

Modified: cayenne/main/trunk/itests/jpa-chapter3/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter3/pom.xml?view=diff&rev=498304&r1=498303&r2=498304
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter3/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter3/pom.xml Sun Jan 21 04:51:59 2007
@@ -24,8 +24,8 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.cayenne.itest</groupId>
-		<artifactId>cayenne-itest-parent</artifactId>
+		<groupId>org.apache.cayenne.itests</groupId>
+		<artifactId>cayenne-itests-parent</artifactId>
 		<version>3.0-SNAPSHOT</version>
 	</parent>
 
@@ -41,7 +41,7 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.cayenne.itest</groupId>
+			<groupId>org.apache.cayenne.itests</groupId>
 			<artifactId>itest-common</artifactId>
 			<version>${version}</version>
 		</dependency>

Modified: cayenne/main/trunk/itests/jpa-chapter9/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter9/pom.xml?view=diff&rev=498304&r1=498303&r2=498304
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter9/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter9/pom.xml Sun Jan 21 04:51:59 2007
@@ -24,8 +24,8 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.cayenne.itest</groupId>
-		<artifactId>cayenne-itest-parent</artifactId>
+		<groupId>org.apache.cayenne.itests</groupId>
+		<artifactId>cayenne-itests-parent</artifactId>
 		<version>3.0-SNAPSHOT</version>
 	</parent>
 
@@ -41,7 +41,7 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.cayenne.itest</groupId>
+			<groupId>org.apache.cayenne.itests</groupId>
 			<artifactId>itest-common</artifactId>
 			<version>${version}</version>
 		</dependency>

Modified: cayenne/main/trunk/itests/pojo/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/pojo/pom.xml?view=diff&rev=498304&r1=498303&r2=498304
==============================================================================
--- cayenne/main/trunk/itests/pojo/pom.xml (original)
+++ cayenne/main/trunk/itests/pojo/pom.xml Sun Jan 21 04:51:59 2007
@@ -24,8 +24,8 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.cayenne.itest</groupId>
-		<artifactId>cayenne-itest-parent</artifactId>
+		<groupId>org.apache.cayenne.itests</groupId>
+		<artifactId>cayenne-itests-parent</artifactId>
 		<version>3.0-SNAPSHOT</version>
 	</parent>
 
@@ -41,7 +41,7 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.cayenne.itest</groupId>
+			<groupId>org.apache.cayenne.itests</groupId>
 			<artifactId>itest-common</artifactId>
 			<version>${version}</version>
 		</dependency>

Modified: cayenne/main/trunk/itests/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/pom.xml?view=diff&rev=498304&r1=498303&r2=498304
==============================================================================
--- cayenne/main/trunk/itests/pom.xml (original)
+++ cayenne/main/trunk/itests/pom.xml Sun Jan 21 04:51:59 2007
@@ -31,8 +31,8 @@
       <version>3.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.cayenne.itest</groupId>
-    <artifactId>cayenne-itest-parent</artifactId>
+    <groupId>org.apache.cayenne.itests</groupId>
+    <artifactId>cayenne-itests-parent</artifactId>
     <name>Cayenne Integration Tests Parent</name>
     <packaging>pom</packaging>