mirror of https://github.com/apache/cloudstack.git
maven: remove explicit submodule versions from module pom.xml
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
aa9ccf7302
commit
4f98d879f6
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue