You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/12/14 07:03:50 UTC

svn commit: r1048948 - /synapse/branches/2.0/modules/patches/pom.xml

Author: ruwan
Date: Tue Dec 14 06:03:50 2010
New Revision: 1048948

URL: http://svn.apache.org/viewvc?rev=1048948&view=rev
Log:
Fixing the relative path of the parent pom

Modified:
    synapse/branches/2.0/modules/patches/pom.xml

Modified: synapse/branches/2.0/modules/patches/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/modules/patches/pom.xml?rev=1048948&r1=1048947&r2=1048948&view=diff
==============================================================================
--- synapse/branches/2.0/modules/patches/pom.xml (original)
+++ synapse/branches/2.0/modules/patches/pom.xml Tue Dec 14 06:03:50 2010
@@ -26,7 +26,7 @@
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
         <version>2.0.0-SNAPSHOT</version>
-        <relativePath>../../../pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-patches</artifactId>
     <packaging>jar</packaging>