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>
|
</parent>
|
||||||
<groupId>org.apache.cloudstack</groupId>
|
<groupId>org.apache.cloudstack</groupId>
|
||||||
<artifactId>cloud-plugin-hypervisor-simulator</artifactId>
|
<artifactId>cloud-plugin-hypervisor-simulator</artifactId>
|
||||||
<version>4.1.0-SNAPSHOT</version>
|
|
||||||
<name>Apache CloudStack Plugin - Hypervisor Simulator</name>
|
<name>Apache CloudStack Plugin - Hypervisor Simulator</name>
|
||||||
<description>Simulator Hypervisor for Cloudstack</description>
|
<description>Simulator Hypervisor for Cloudstack</description>
|
||||||
<build>
|
<build>
|
||||||
|
|
@ -42,4 +41,4 @@
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.cloudstack</groupId>
|
<groupId>org.apache.cloudstack</groupId>
|
||||||
<artifactId>cloud-plugin-example-dns-notifier</artifactId>
|
<artifactId>cloud-plugin-example-dns-notifier</artifactId>
|
||||||
<version>4.1.0-SNAPSHOT</version>
|
|
||||||
<name>CloudStack Dns Notifier Example</name>
|
<name>CloudStack Dns Notifier Example</name>
|
||||||
<description>This is sample source code on how to write a plugin for CloudStack</description>
|
<description>This is sample source code on how to write a plugin for CloudStack</description>
|
||||||
<build>
|
<build>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue