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/07/29 18:17:19 UTC

svn commit: r560752 - /cayenne/main/trunk/itests/cayenne-api/pom.xml

Author: aadamchik
Date: Sun Jul 29 09:17:18 2007
New Revision: 560752

URL: http://svn.apache.org/viewvc?view=rev&rev=560752
Log:
fixing itests module name

Modified:
    cayenne/main/trunk/itests/cayenne-api/pom.xml

Modified: cayenne/main/trunk/itests/cayenne-api/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/cayenne-api/pom.xml?view=diff&rev=560752&r1=560751&r2=560752
==============================================================================
--- cayenne/main/trunk/itests/cayenne-api/pom.xml (original)
+++ cayenne/main/trunk/itests/cayenne-api/pom.xml Sun Jul 29 09:17:18 2007
@@ -31,7 +31,7 @@
 
 	<description>Integration Tests - Cayenne Persistence API</description>
 	<artifactId>cayenne-api</artifactId>
-	<name>Integration Tests - POJO</name>
+	<name>Integration Tests - Cayenne API</name>
 	<packaging>jar</packaging>
 
 	<dependencies>