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/03 11:25:17 UTC

svn commit: r1130957 - /commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml

Author: simonetripodi
Date: Fri Jun  3 09:25:17 2011
New Revision: 1130957

URL: http://svn.apache.org/viewvc?rev=1130957&view=rev
Log:
fixed relativePath reference

Modified:
    commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml

Modified: commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml?rev=1130957&r1=1130956&r2=1130957&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml Fri Jun  3 09:25:17 2011
@@ -21,7 +21,7 @@
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-digester3-samples</artifactId>
     <version>3.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
+    <relativePath>../../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-digester3-samples-edsl</artifactId>