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/02 19:02:46 UTC

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

Author: simonetripodi
Date: Thu Jun  2 17:02:45 2011
New Revision: 1130651

URL: http://svn.apache.org/viewvc?rev=1130651&view=rev
Log:
typo on groupId!

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=1130651&r1=1130650&r2=1130651&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/pom.xml (original)
+++ commons/sandbox/digester3/trunk/pom.xml Thu Jun  2 17:02:45 2011
@@ -24,7 +24,7 @@
     <version>9</version>
   </parent>
 
-  <groupId>org.apache.commmons</groupId>
+  <groupId>org.apache.commons</groupId>
   <artifactId>commons-digester3</artifactId>
   <version>3.0-SNAPSHOT</version>
   <packaging>jar</packaging>