You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/01/09 14:26:47 UTC

[34/50] [abbrv] git commit: maven: remove explicit submodule versions from module pom.xml

maven: remove explicit submodule versions from module pom.xml

Signed-off-by: Rohit Yadav <bh...@apache.org>


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/javelin
Commit: 4f98d879f69bdddca74e56a21c06df9b033d049a
Parents: aa9ccf7
Author: Noa Resare <no...@spotify.com>
Authored: Tue Jan 8 20:25:58 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
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 @@
   </parent>
   <groupId>org.apache.cloudstack</groupId>
   <artifactId>cloud-plugin-hypervisor-simulator</artifactId>
-  <version>4.1.0-SNAPSHOT</version>
   <name>Apache CloudStack Plugin - Hypervisor Simulator</name>
   <description>Simulator Hypervisor for Cloudstack</description>
   <build>
@@ -42,4 +41,4 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

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 @@
   </parent>
   <groupId>org.apache.cloudstack</groupId>
   <artifactId>cloud-plugin-example-dns-notifier</artifactId>
-  <version>4.1.0-SNAPSHOT</version>
   <name>CloudStack Dns Notifier Example</name>
   <description>This is sample source code on how to write a plugin for CloudStack</description>
   <build>