You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2013/01/09 04:40:28 UTC

svn commit: r1430671 - /airavata/trunk/samples/airavata-client/create-application/pom.xml

Author: samindaw
Date: Wed Jan  9 03:40:28 2013
New Revision: 1430671

URL: http://svn.apache.org/viewvc?rev=1430671&view=rev
Log:
updating parent pom relative path

Modified:
    airavata/trunk/samples/airavata-client/create-application/pom.xml

Modified: airavata/trunk/samples/airavata-client/create-application/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/samples/airavata-client/create-application/pom.xml?rev=1430671&r1=1430670&r2=1430671&view=diff
==============================================================================
--- airavata/trunk/samples/airavata-client/create-application/pom.xml (original)
+++ airavata/trunk/samples/airavata-client/create-application/pom.xml Wed Jan  9 03:40:28 2013
@@ -14,7 +14,7 @@
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
         <version>0.6-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>