You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2012/01/09 23:08:29 UTC

svn commit: r1229387 - /incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml

Author: lahiru
Date: Mon Jan  9 22:08:29 2012
New Revision: 1229387

URL: http://svn.apache.org/viewvc?rev=1229387&view=rev
Log:
adding airavata parent as the parent pom of the project.

Modified:
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml?rev=1229387&r1=1229386&r2=1229387&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml Mon Jan  9 22:08:29 2012
@@ -17,10 +17,10 @@
 	</prerequisites>
 
 	<parent>
-		<groupId>org.apache</groupId>
-		<artifactId>apache</artifactId>
-		<version>10</version>
-		<relativePath />
+		<groupId>org.apache.airavata</groupId>
+		<artifactId>airavata-master</artifactId>
+		<version>0.2-incubating-SNAPSHOT</version>
+		<relativePath>../../airavata-master-pom/branches/0.2-incubating-SNAPSHOT/pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.apache.airavata</groupId>