Author: simonetripodi
Date: Wed Mar  2 09:11:19 2011
New Revision: 1076148

URL: http://svn.apache.org/viewvc?rev=1076148&view=rev
Log:
accidentally included wrong parent, rolled back

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=1076148&r1=1076147&r2=1076148&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/pom.xml (original)
+++ commons/sandbox/digester3/trunk/pom.xml Wed Mar  2 09:11:19 2011
@@ -22,8 +22,8 @@
 
     <parent>
         <groupId>org.apache.commons</groupId>
-        <artifactId>commons-parent</artifactId>
-        <version>19-SNAPSHOT</version>
+        <artifactId>commons-sandbox-parent</artifactId>
+        <version>9</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>


Reply via email to