From 4f98d879f69bdddca74e56a21c06df9b033d049a Mon Sep 17 00:00:00 2001 From: Noa Resare Date: Tue, 8 Jan 2013 20:25:58 -0800 Subject: [PATCH] maven: remove explicit submodule versions from module pom.xml Signed-off-by: Rohit Yadav --- plugins/hypervisors/simulator/pom.xml | 3 +-- plugins/network-elements/dns-notifier/pom.xml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/hypervisors/simulator/pom.xml b/plugins/hypervisors/simulator/pom.xml index 15b37900590..a1ab9c08639 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 + diff --git a/plugins/network-elements/dns-notifier/pom.xml b/plugins/network-elements/dns-notifier/pom.xml index 0b4c981af98..be68e99b9b2 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