You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/06/27 00:48:49 UTC

svn commit: r1139962 - /incubator/airavata/core/trunk/gfac/pom.xml

Author: smarru
Date: Sun Jun 26 22:48:48 2011
New Revision: 1139962

URL: http://svn.apache.org/viewvc?rev=1139962&view=rev
Log:
cosmetic name change

Modified:
    incubator/airavata/core/trunk/gfac/pom.xml

Modified: incubator/airavata/core/trunk/gfac/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/core/trunk/gfac/pom.xml?rev=1139962&r1=1139961&r2=1139962&view=diff
==============================================================================
--- incubator/airavata/core/trunk/gfac/pom.xml (original)
+++ incubator/airavata/core/trunk/gfac/pom.xml Sun Jun 26 22:48:48 2011
@@ -14,10 +14,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>GFac</groupId>
-	<version>0.0.1-SNAPSHOT</version>
+	<groupId>Airavata</groupId>
 	<artifactId>GFac-Core</artifactId>
-	<name>gfac-core</name>
+	<version>0.0.1-SNAPSHOT</version>
+	<name>GFac-Core</name>
 	<description>The core GFAC functionality independent from any webservice implementation. </description>
 	<properties>
 		<org.slf4j.version>1.6.1</org.slf4j.version>
@@ -160,4 +160,4 @@
 			<version>4.7</version>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>