Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D4F4E2AD for ; Wed, 9 Jan 2013 04:32:14 +0000 (UTC) Received: (qmail 28387 invoked by uid 500); 9 Jan 2013 04:32:13 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 28197 invoked by uid 500); 9 Jan 2013 04:32:12 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 28160 invoked by uid 99); 9 Jan 2013 04:32:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 04:32:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6FF1D11A81; Wed, 9 Jan 2013 04:32:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: maven: remove explicit submodule versions from module pom.xml Message-Id: <20130109043211.6FF1D11A81@tyr.zones.apache.org> Date: Wed, 9 Jan 2013 04:32:11 +0000 (UTC) Updated Branches: refs/heads/master aa9ccf730 -> 4f98d879f maven: remove explicit submodule versions from module pom.xml Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4f98d879 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4f98d879 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4f98d879 Branch: refs/heads/master Commit: 4f98d879f69bdddca74e56a21c06df9b033d049a Parents: aa9ccf7 Author: Noa Resare Authored: Tue Jan 8 20:25:58 2013 -0800 Committer: Rohit Yadav Committed: Tue Jan 8 20:25:58 2013 -0800 ---------------------------------------------------------------------- plugins/hypervisors/simulator/pom.xml | 3 +-- plugins/network-elements/dns-notifier/pom.xml | 1 - 2 files changed, 1 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4f98d879/plugins/hypervisors/simulator/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/simulator/pom.xml b/plugins/hypervisors/simulator/pom.xml index 15b3790..a1ab9c0 100644 --- a/plugins/hypervisors/simulator/pom.xml +++ b/plugins/hypervisors/simulator/pom.xml @@ -27,7 +27,6 @@ org.apache.cloudstack cloud-plugin-hypervisor-simulator - 4.1.0-SNAPSHOT Apache CloudStack Plugin - Hypervisor Simulator Simulator Hypervisor for Cloudstack @@ -42,4 +41,4 @@ ${project.version} - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4f98d879/plugins/network-elements/dns-notifier/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/dns-notifier/pom.xml b/plugins/network-elements/dns-notifier/pom.xml index 0b4c981..be68e99 100644 --- a/plugins/network-elements/dns-notifier/pom.xml +++ b/plugins/network-elements/dns-notifier/pom.xml @@ -27,7 +27,6 @@ org.apache.cloudstack cloud-plugin-example-dns-notifier - 4.1.0-SNAPSHOT CloudStack Dns Notifier Example This is sample source code on how to write a plugin for CloudStack