You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/12/14 22:56:24 UTC

svn commit: r1214497 - /cxf/trunk/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml

Author: dkulp
Date: Wed Dec 14 21:56:23 2011
New Revision: 1214497

URL: http://svn.apache.org/viewvc?rev=1214497&view=rev
Log:
Put better <name> element in there

Modified:
    cxf/trunk/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml

Modified: cxf/trunk/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml?rev=1214497&r1=1214496&r2=1214497&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml (original)
+++ cxf/trunk/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml Wed Dec 14 21:56:23 2011
@@ -32,7 +32,7 @@
     <version>2.5.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
-    <name>cxf-jaxrs-service-archetype</name>
+    <name>Apache CXF Archetype - Simple JAX-RS webapp</name>
     <description>Simple CXF JAX-RS webapp service using Spring configuration</description>
 
     <build>