You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by th...@apache.org on 2011/10/29 19:12:46 UTC

svn commit: r1194936 - in /cocoon/cocoon3/trunk: cocoon-databases-sample/pom.xml cocoon-databases/pom.xml cocoon-rest-optional/pom.xml

Author: thorsten
Date: Sat Oct 29 17:12:46 2011
New Revision: 1194936

URL: http://svn.apache.org/viewvc?rev=1194936&view=rev
Log:
Using same format of naming as in the rest of the modules

Modified:
    cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml
    cocoon/cocoon3/trunk/cocoon-databases/pom.xml
    cocoon/cocoon3/trunk/cocoon-rest-optional/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml?rev=1194936&r1=1194935&r2=1194936&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml Sat Oct 29 17:12:46 2011
@@ -22,7 +22,7 @@
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-databases-sample</artifactId>
-  <name>Apache Cocoon 3: cocoon-databases-sample</name>
+  <name>Apache Cocoon 3: Databases sample integration</name>
   <description>org.cocooon.databases.sample: shows the usage of db in cocoon</description>
 
   <properties>

Modified: cocoon/cocoon3/trunk/cocoon-databases/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-databases/pom.xml?rev=1194936&r1=1194935&r2=1194936&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-databases/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-databases/pom.xml Sat Oct 29 17:12:46 2011
@@ -29,7 +29,7 @@
   </parent>
   <groupId>org.apache.cocoon.databases</groupId>
   <artifactId>cocoon-databases</artifactId>
-  <name>Apache cocoon 3: cocoon-databases</name>
+  <name>Apache cocoon 3: Databases integration components</name>
   <description>org.cocooon.rest.optional:cocoon-databases:3.0.0-beta-1-SNAPSHOT</description>
    <build>
     <plugins>

Modified: cocoon/cocoon3/trunk/cocoon-rest-optional/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-rest-optional/pom.xml?rev=1194936&r1=1194935&r2=1194936&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-rest-optional/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-rest-optional/pom.xml Sat Oct 29 17:12:46 2011
@@ -28,7 +28,7 @@
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-rest-optional</artifactId>
-  <name>Apache cocoon 3: cocoon-rest-optional</name>
+  <name>Apache cocoon 3: Optional REST components</name>
   <description>org.cocooon.rest.optional:cocoon-rest-optional:3.0.0-beta-1-SNAPSHOT</description>
    <build>
     <plugins>