Author: rfscholte
Date: Thu Jul  4 20:07:57 2013
New Revision: 1499853

URL: http://svn.apache.org/r1499853
Log:
Adjust project name to better reflect its origin

Modified:
    maven/enforcer/trunk/enforcer-api/pom.xml
    maven/enforcer/trunk/enforcer-rules/pom.xml
    maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/enforcer-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-api/pom.xml?rev=1499853&r1=1499852&r2=1499853&view=diff
==============================================================================
--- maven/enforcer/trunk/enforcer-api/pom.xml (original)
+++ maven/enforcer/trunk/enforcer-api/pom.xml Thu Jul  4 20:07:57 2013
@@ -30,7 +30,7 @@
   <artifactId>enforcer-api</artifactId>
   <packaging>jar</packaging>
 
-  <name>Enforcer API</name>
+  <name>Apache Maven Enforcer API</name>
   <description>
     This component provides the generic interfaces needed to implement custom 
rules for the maven-enforcer-plugin.
   </description>

Modified: maven/enforcer/trunk/enforcer-rules/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-rules/pom.xml?rev=1499853&r1=1499852&r2=1499853&view=diff
==============================================================================
--- maven/enforcer/trunk/enforcer-rules/pom.xml (original)
+++ maven/enforcer/trunk/enforcer-rules/pom.xml Thu Jul  4 20:07:57 2013
@@ -30,7 +30,7 @@
   <artifactId>enforcer-rules</artifactId>
   <packaging>jar</packaging>
 
-  <name>Enforcer Rules</name>
+  <name>Apache Maven Enforcer Rules</name>
   <description>This component contains the standard Enforcer 
Rules</description>
 
   <dependencies>

Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=1499853&r1=1499852&r2=1499853&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Thu Jul  4 20:07:57 2013
@@ -31,7 +31,7 @@
   <artifactId>maven-enforcer-plugin</artifactId>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven Enforcer Plugin</name>
+  <name>Apache Maven Enforcer Plugin</name>
   <description>The Loving Iron Fist of Maven</description>
 
   <dependencies>

Modified: maven/enforcer/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1499853&r1=1499852&r2=1499853&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Thu Jul  4 20:07:57 2013
@@ -31,7 +31,7 @@
   <version>1.4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Enforcer</name>
+  <name>Apache Maven Enforcer</name>
   <description>Enforcer is a build rule execution framework.</description>
   <url>http://maven.apache.org/enforcer</url>
   <inceptionYear>2007</inceptionYear>


Reply via email to