Author: jdillon
Date: Wed May 21 01:07:31 2008
New Revision: 658584
URL: http://svn.apache.org/viewvc?rev=658584&view=rev
Log:
Use consistent names
Modified:
geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml
geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml
Modified: geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml?rev=658584&r1=658583&r2=658584&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml Wed May 21 01:07:31
2008
@@ -29,7 +29,7 @@
</parent>
<artifactId>gshell-maven-plugin</artifactId>
- <name>GShell Maven Plugin</name>
+ <name>GShell Build Support :: GShell Maven Plugin</name>
<packaging>maven-plugin</packaging>
<description>
Modified: geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml?rev=658584&r1=658583&r2=658584&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml Wed May 21 01:07:31
2008
@@ -29,7 +29,7 @@
</parent>
<artifactId>javacc-maven-plugin</artifactId>
- <name>JavaCC Maven Plugin</name>
+ <name>GShell Build Support :: JavaCC Maven Plugin</name>
<packaging>maven-plugin</packaging>
<description>
|