You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/12/21 23:02:44 UTC

svn commit: r1425161 - in /commons/proper/digester/trunk: dist/pom.xml examples/pom.xml

Author: simonetripodi
Date: Fri Dec 21 22:02:44 2012
New Revision: 1425161

URL: http://svn.apache.org/viewvc?rev=1425161&view=rev
Log:
added missing 'Apache' prefix in pom.name, present in all other digester poms

Modified:
    commons/proper/digester/trunk/dist/pom.xml
    commons/proper/digester/trunk/examples/pom.xml

Modified: commons/proper/digester/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/dist/pom.xml?rev=1425161&r1=1425160&r2=1425161&view=diff
==============================================================================
--- commons/proper/digester/trunk/dist/pom.xml (original)
+++ commons/proper/digester/trunk/dist/pom.xml Fri Dec 21 22:02:44 2012
@@ -31,7 +31,7 @@
   <artifactId>commons-digester3-dist</artifactId>
   <packaging>pom</packaging>
 
-  <name>Commons Digester :: Distribution Packages</name>
+  <name>Apache Commons Digester :: Distribution Packages</name>
 
   <dependencies>
     <dependency>

Modified: commons/proper/digester/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/pom.xml?rev=1425161&r1=1425160&r2=1425161&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/pom.xml (original)
+++ commons/proper/digester/trunk/examples/pom.xml Fri Dec 21 22:02:44 2012
@@ -31,7 +31,7 @@
   <artifactId>commons-digester3-samples-parent</artifactId>
   <packaging>pom</packaging>
 
-  <name>Commons Digester :: Examples</name>
+  <name>Apache Commons Digester :: Examples</name>
 
   <modules>
     <module>annotations/atom</module>