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 2011/06/01 20:45:31 UTC

svn commit: r1130263 - /commons/sandbox/digester3/trunk/pom.xml

Author: simonetripodi
Date: Wed Jun  1 18:45:31 2011
New Revision: 1130263

URL: http://svn.apache.org/viewvc?rev=1130263&view=rev
Log:
completed name/description

Modified:
    commons/sandbox/digester3/trunk/pom.xml

Modified: commons/sandbox/digester3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/pom.xml?rev=1130263&r1=1130262&r2=1130263&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/pom.xml (original)
+++ commons/sandbox/digester3/trunk/pom.xml Wed Jun  1 18:45:31 2011
@@ -29,11 +29,11 @@
   <version>3.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Commons Digester</name>
+  <name>Apache Commons Digester</name>
   <description>
-    The Digester package lets you configure an XML to Java object mapping module
-    which triggers certain actions called rules whenever a particular 
-    pattern of nested XML elements is recognized.
+    The Apache Commons Digester package lets you configure an XML to Java
+    object mapping module which triggers certain actions called rules whenever
+    a particular pattern of nested XML elements is recognized.
   </description>
   <url>http://commons.apache.org/digester/</url>
   <inceptionYear>2001</inceptionYear>