You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2011/04/23 06:15:05 UTC

svn commit: r1096100 - /karaf/trunk/archetypes/feature/pom.xml

Author: pieber
Date: Sat Apr 23 04:15:04 2011
New Revision: 1096100

URL: http://svn.apache.org/viewvc?rev=1096100&view=rev
Log:
Corrected name of feature archetype

Signed-off-by: Andreas Pieber <an...@gmail.com>

Modified:
    karaf/trunk/archetypes/feature/pom.xml

Modified: karaf/trunk/archetypes/feature/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/archetypes/feature/pom.xml?rev=1096100&r1=1096099&r2=1096100&view=diff
==============================================================================
--- karaf/trunk/archetypes/feature/pom.xml (original)
+++ karaf/trunk/archetypes/feature/pom.xml Sat Apr 23 04:15:04 2011
@@ -27,7 +27,7 @@
     <artifactId>karaf-feature-archetype</artifactId>
     <packaging>maven-archetype</packaging>
 
-    <name>karaf feature archetype</name>
+    <name>Apache Karaf :: Feature Archetype</name>
     <description>This archetype sets up an empty karaf features project.</description>
 
     <build>