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 2014/04/06 06:27:04 UTC

git commit: updating parent pom artifactid

Repository: airavata
Updated Branches:
  refs/heads/master e083a8f6f -> 56eea3b4a


updating parent pom artifactid


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/56eea3b4
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/56eea3b4
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/56eea3b4

Branch: refs/heads/master
Commit: 56eea3b4af89a15c7d44f2d0c65d30db2613d06d
Parents: e083a8f
Author: Saminda Wijeratne <sa...@gmail.com>
Authored: Sat Apr 5 21:21:09 2014 -0700
Committer: Saminda Wijeratne <sa...@gmail.com>
Committed: Sat Apr 5 21:21:09 2014 -0700

----------------------------------------------------------------------
 modules/configuration/client/pom.xml | 2 +-
 modules/configuration/pom.xml        | 2 +-
 modules/configuration/server/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/56eea3b4/modules/configuration/client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/client/pom.xml b/modules/configuration/client/pom.xml
index e8b6ae7..a7f98db 100644
--- a/modules/configuration/client/pom.xml
+++ b/modules/configuration/client/pom.xml
@@ -11,7 +11,7 @@
 <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">
     <parent>
         <groupId>org.apache.airavata</groupId>
-        <artifactId>airavata</artifactId>
+        <artifactId>airavata-configuration</artifactId>
         <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/airavata/blob/56eea3b4/modules/configuration/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index 6f538c5..4399a84 100644
--- a/modules/configuration/pom.xml
+++ b/modules/configuration/pom.xml
@@ -17,7 +17,7 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>configuration</artifactId>
+    <artifactId>airavata-configuration</artifactId>
     <name>Airavata Configuration</name>
     <packaging>pom</packaging>
     <url>http://airavata.apache.org/</url>

http://git-wip-us.apache.org/repos/asf/airavata/blob/56eea3b4/modules/configuration/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/server/pom.xml b/modules/configuration/server/pom.xml
index bcee5c7..2e3fe0c 100644
--- a/modules/configuration/server/pom.xml
+++ b/modules/configuration/server/pom.xml
@@ -11,7 +11,7 @@
 <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">
     <parent>
         <groupId>org.apache.airavata</groupId>
-        <artifactId>airavata</artifactId>
+        <artifactId>airavata-configuration</artifactId>
         <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>