maven: remove explicit submodule versions from module pom.xml

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Noa Resare 2013-01-08 20:25:58 -08:00 committed by Rohit Yadav
parent aa9ccf7302
commit 4f98d879f6
2 changed files with 1 additions and 3 deletions

View File

@ -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>
</project>

View File

@ -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>