Author: veithen
Date: Sun Jul 10 17:12:53 2011
New Revision: 1144907

URL: http://svn.apache.org/viewvc?rev=1144907&view=rev
Log:
Fixed an incorrect relativePath.

Modified:
    synapse/trunk/java/modules/patches/pom.xml

Modified: synapse/trunk/java/modules/patches/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/patches/pom.xml?rev=1144907&r1=1144906&r2=1144907&view=diff
==============================================================================
--- synapse/trunk/java/modules/patches/pom.xml (original)
+++ synapse/trunk/java/modules/patches/pom.xml Sun Jul 10 17:12:53 2011
@@ -26,7 +26,7 @@
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
         <version>2.1.0-SNAPSHOT</version>
-        <relativePath>../../../pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-patches</artifactId>
     <packaging>jar</packaging>


Reply via email to