Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7756018A96 for ; Sat, 23 Apr 2016 02:00:14 +0000 (UTC) Received: (qmail 83822 invoked by uid 500); 23 Apr 2016 02:00:14 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 83673 invoked by uid 500); 23 Apr 2016 02:00:14 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 83317 invoked by uid 99); 23 Apr 2016 02:00:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2016 02:00:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ABF1DE9429; Sat, 23 Apr 2016 02:00:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shameera@apache.org To: commits@airavata.apache.org Date: Sat, 23 Apr 2016 02:00:26 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/35] airavata git commit: Added cloud provisioning module to build with cloud module Added cloud provisioning module to build with cloud module Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/cf575fe0 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/cf575fe0 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/cf575fe0 Branch: refs/heads/master Commit: cf575fe0a09eb7f5a39ff6e79b2f87b2b1e6feb1 Parents: 975edba Author: Shameera Rathnayaka Authored: Fri Apr 15 15:55:56 2016 -0400 Committer: Shameera Rathnayaka Committed: Fri Apr 15 15:55:56 2016 -0400 ---------------------------------------------------------------------- modules/cloud/cloud-provisioning/pom.xml | 12 ++++++++++-- modules/cloud/pom.xml | 6 +++++- 2 files changed, 15 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/cf575fe0/modules/cloud/cloud-provisioning/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cloud/cloud-provisioning/pom.xml b/modules/cloud/cloud-provisioning/pom.xml index 0554f0c..b3d4eae 100644 --- a/modules/cloud/cloud-provisioning/pom.xml +++ b/modules/cloud/cloud-provisioning/pom.xml @@ -1,9 +1,17 @@ 4.0.0 - org.apache.airavata.cloud + + org.apache.airavata + airavata-cloud + 0.16-SNAPSHOT + ../pom.xml + + cloud-provisioning - 0.0.1 + jar + Airavata Cloud Provisioning + http://airavata.apache.org/ http://git-wip-us.apache.org/repos/asf/airavata/blob/cf575fe0/modules/cloud/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cloud/pom.xml b/modules/cloud/pom.xml index cc6645b..4f87811 100644 --- a/modules/cloud/pom.xml +++ b/modules/cloud/pom.xml @@ -12,8 +12,12 @@ 4.0.0 airavata-cloud - jar + pom Airavata Cloud http://airavata.apache.org/ + + cloud-provisioning + + \ No newline at end of file