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:11:12 UTC

svn commit: r893984 - in /cayenne/main/branches/STABLE-3.0/framework: cayenne-client/pom.xml cayenne-server/pom.xml

Author: aadamchik
Date: Sat Dec 26 15:11:11 2009
New Revision: 893984

URL: http://svn.apache.org/viewvc?rev=893984&view=rev
Log:
fixing pom description

Modified:
    cayenne/main/branches/STABLE-3.0/framework/cayenne-client/pom.xml
    cayenne/main/branches/STABLE-3.0/framework/cayenne-server/pom.xml

Modified: cayenne/main/branches/STABLE-3.0/framework/cayenne-client/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/framework/cayenne-client/pom.xml?rev=893984&r1=893983&r2=893984&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/framework/cayenne-client/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/framework/cayenne-client/pom.xml Sat Dec 26 15:11:11 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>
@@ -143,4 +143,4 @@
 			</build>
 		</profile>
 	</profiles>
-</project>
\ No newline at end of file
+</project>

Modified: cayenne/main/branches/STABLE-3.0/framework/cayenne-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/framework/cayenne-server/pom.xml?rev=893984&r1=893983&r2=893984&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/framework/cayenne-server/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/framework/cayenne-server/pom.xml Sat Dec 26 15:11:11 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>