Author: olamy
Date: Thu Oct 13 22:34:45 2011
New Revision: 1183149

URL: http://svn.apache.org/viewvc?rev=1183149&view=rev
Log:
fix project names

Modified:
    tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml
    tomcat/maven-plugin/trunk/pom.xml
    tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
    tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml

Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1183149&r1=1183148&r2=1183149&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Thu Oct 13 
22:34:45 2011
@@ -28,7 +28,7 @@
     <version>2.0-SNAPSHOT</version>
   </parent>
   <artifactId>common-tomcat-maven-plugin</artifactId>
-  <name>Tomcat Maven Plugin :: Common API</name>
+  <name>Apache Tomcat Maven Plugin :: Common API</name>
 
   <dependencies>
     <dependency>

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1183149&r1=1183148&r2=1183149&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Oct 13 22:34:45 2011
@@ -30,7 +30,7 @@
   <groupId>org.apache.tomcat.maven</groupId>
   <artifactId>tomcat-maven-plugin</artifactId>
   <packaging>pom</packaging>
-  <name>Tomcat Maven Plugin</name>
+  <name>Apache Tomcat Maven Plugin</name>
   <version>2.0-SNAPSHOT</version>
   <description>The Tomcat Maven Plugin provides goals to manipulate WAR 
projects within the Tomcat servlet
     container.

Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml?rev=1183149&r1=1183148&r2=1183149&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Thu Oct 13 
22:34:45 2011
@@ -30,7 +30,7 @@
 
   <artifactId>tomcat-maven-plugin-it</artifactId>
   <packaging>jar</packaging>
-  <name>Tomcat Maven Plugin :: Integration Tests</name>
+  <name>Apache Tomcat Maven Plugin :: Integration Tests</name>
 
   <properties>
     <!-- The time to wait between startup and shutdown of tomcat. Realized by 
a test which waits for the specified

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1183149&r1=1183148&r2=1183149&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Oct 13 22:34:45 
2011
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomcat6-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Tomcat Maven Plugin :: Tomcat 6.x</name>
+  <name>Apache Tomcat Maven Plugin :: Tomcat 6.x</name>
   <description>The Tomcat Maven Plugin provides goals to manipulate WAR 
projects within the Tomcat 6.x servlet container.
   </description>
 

Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1183149&r1=1183148&r2=1183149&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Oct 13 22:34:45 
2011
@@ -28,7 +28,7 @@
   </parent>
   <artifactId>tomcat7-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Tomcat Maven Plugin :: Tomcat 7.x</name>
+  <name>Apache Tomcat Maven Plugin :: Tomcat 7.x</name>
   <description>The Tomcat Maven Plugin provides goals to manipulate WAR 
projects within the Tomcat 7.x servlet container.
   </description>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to