You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/06/02 18:24:22 UTC

svn commit: r662478 - in /geronimo/samples/trunk/samples/customer-service: customer-service-ear/pom.xml customer-service-ejb/pom.xml customer-service-jetty/pom.xml customer-service-tomcat/pom.xml customer-service-war/pom.xml pom.xml

Author: jbohn
Date: Mon Jun  2 09:24:22 2008
New Revision: 662478

URL: http://svn.apache.org/viewvc?rev=662478&view=rev
Log:
consistent sample names for customer-service

Modified:
    geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml
    geronimo/samples/trunk/samples/customer-service/pom.xml

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml?rev=662478&r1=662477&r2=662478&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml Mon Jun  2 09:24:22 2008
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>customer-service-ear</artifactId>
-    <name>Geronimo Samples :: CustomerService :: EAR</name>
+    <name>Geronimo Samples :: customer-service :: EAR</name>
     <packaging>ear</packaging>
 
     <description>Geronimo Samples. EAR Module</description>
@@ -57,8 +57,8 @@
             <plugin>
                 <artifactId>maven-ear-plugin</artifactId>
                 <configuration>
-                    <displayName>Geronimo Sample EAR for CustomerService</displayName>
-                    <description>Geronimo Sample EAR for CustomerService</description>
+                    <displayName>Geronimo Sample EAR for customer-service</displayName>
+                    <description>Geronimo Sample EAR for customer-service</description>
                     <version>5</version>
                     <modules>
                       <ejbModule>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml?rev=662478&r1=662477&r2=662478&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml Mon Jun  2 09:24:22 2008
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>customer-service-ejb</artifactId>
-    <name>Geronimo Samples :: CustomerService :: EJB</name>
+    <name>Geronimo Samples :: customer-service :: EJB</name>
     <packaging>jar</packaging>
 
     <description>Geronimo Samples. EJB Module</description>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml?rev=662478&r1=662477&r2=662478&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml Mon Jun  2 09:24:22 2008
@@ -32,10 +32,10 @@
 
     <groupId>org.apache.geronimo.samples</groupId>
     <artifactId>customer-service-jetty</artifactId>
-    <name>Geronimo Samples :: CustomerService Plugin for Jetty</name>
+    <name>Geronimo Samples :: customer-service Plugin for Jetty</name>
     <packaging>car</packaging>
 
-    <description>Geronimo Samples. CustomerService Plugin for Jetty</description>
+    <description>Geronimo Samples. customer-service Plugin for Jetty</description>
 
     <dependencies>
         <dependency>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml?rev=662478&r1=662477&r2=662478&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml Mon Jun  2 09:24:22 2008
@@ -32,10 +32,10 @@
 
     <groupId>org.apache.geronimo.samples</groupId>
     <artifactId>customer-service-tomcat</artifactId>
-    <name>Geronimo Samples :: CustomerService Plugin for Tomcat</name>
+    <name>Geronimo Samples :: customer-service Plugin for Tomcat</name>
     <packaging>car</packaging>
 
-    <description>Geronimo Samples. CustomerService Plugin for Tomcat</description>
+    <description>Geronimo Samples. customer-service Plugin for Tomcat</description>
 
     <dependencies>
         <dependency>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml?rev=662478&r1=662477&r2=662478&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml Mon Jun  2 09:24:22 2008
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>customer-service-war</artifactId>
-    <name>Geronimo Samples :: CustomerService :: WAR</name>
+    <name>Geronimo Samples :: customer-service :: WAR</name>
     <packaging>war</packaging>
 
     <description>Geronimo Samples. WEB Module</description>

Modified: geronimo/samples/trunk/samples/customer-service/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/pom.xml?rev=662478&r1=662477&r2=662478&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/pom.xml Mon Jun  2 09:24:22 2008
@@ -31,11 +31,11 @@
     </parent>
     
     <artifactId>customer-service</artifactId>
-    <name>Geronimo Samples :: CustomerService</name>
+    <name>Geronimo Samples :: customer-service</name>
     <packaging>pom</packaging>
     
     <description>
-        Geronimo CustomerService sample created from an archetype.
+        Geronimo customer-service sample created from an archetype.
     </description>
     
    <modules>