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/08/21 07:46:48 UTC

svn commit: r433156 - in /incubator/cayenne/main/trunk: core/cayenne-jpa/pom.xml integration-test/itest-common/pom.xml

Author: aadamchik
Date: Sun Aug 20 22:46:47 2006
New Revision: 433156

URL: http://svn.apache.org/viewvc?rev=433156&view=rev
Log:
rolling back module name changes in the pom

Modified:
    incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml
    incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml

Modified: incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml?rev=433156&r1=433155&r2=433156&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml Sun Aug 20 22:46:47 2006
@@ -11,7 +11,7 @@
 	</parent>
 
 	<description>Cayenne JPA Implementation</description>
-	<artifactId>cayenne-jpa-core</artifactId>
+	<artifactId>cayenne-jpa</artifactId>
 	<name>Cayenne JPA Implementation</name>
 	<packaging>jar</packaging>
 

Modified: incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml?rev=433156&r1=433155&r2=433156&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml (original)
+++ incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml Sun Aug 20 22:46:47 2006
@@ -24,7 +24,7 @@
 
 		<dependency>
 			<groupId>org.apache.cayenne.core</groupId>
-			<artifactId>cayenne-jpa-core</artifactId>
+			<artifactId>cayenne-jpa</artifactId>
 			<version>${version}</version>
 		</dependency>