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 2009/12/26 16:13:02 UTC

svn commit: r893985 - in /cayenne/main/trunk/framework: cayenne-client/pom.xml cayenne-server/pom.xml

Author: aadamchik
Date: Sat Dec 26 15:13:02 2009
New Revision: 893985

URL: http://svn.apache.org/viewvc?rev=893985&view=rev
Log:
fixing pom description
(cherry picked from commit 62b5f1bea4eff652b44b44a6f262b2f2dbe8a2b3)

Modified:
    cayenne/main/trunk/framework/cayenne-client/pom.xml
    cayenne/main/trunk/framework/cayenne-server/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-client/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-client/pom.xml?rev=893985&r1=893984&r2=893985&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-client/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-client/pom.xml Sat Dec 26 15:13:02 2009
@@ -28,7 +28,7 @@
 	<artifactId>cayenne-client</artifactId>
 	<packaging>jar</packaging>
 	<name>Cayenne Aggregated Client Jar</name>
-	<description>An aggregation of 1.5 module into an ROP client jar.</description>
+	<description>An aggregation of all Cayenne "client" modules.</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne.unpublished</groupId>
@@ -154,4 +154,4 @@
 			</build>
 		</profile>
 	</profiles>
-</project>
\ No newline at end of file
+</project>

Modified: cayenne/main/trunk/framework/cayenne-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-server/pom.xml?rev=893985&r1=893984&r2=893985&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-server/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-server/pom.xml Sat Dec 26 15:13:02 2009
@@ -28,7 +28,7 @@
 	<artifactId>cayenne-server</artifactId>
 	<packaging>jar</packaging>
 	<name>Cayenne Aggregated Server Jar</name>
-	<description>An aggregation of 1.5 and JPA modules.</description>
+	<description>An aggregation of all Cayenne "server" modules.</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne.unpublished</groupId>