mirror of https://github.com/apache/cloudstack.git
tools: Fix devcloud artifact name, avoid confusion
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
e4e2cf6be7
commit
1a695b84b4
|
|
@ -12,7 +12,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>cloud-devcloud-kvm</artifactId>
|
||||
<name>Apache CloudStack Developer Tools</name>
|
||||
<name>Apache CloudStack DevCloud-KVM</name>
|
||||
<packaging>pom</packaging>
|
||||
<parent>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>cloud-devcloud</artifactId>
|
||||
<name>Apache CloudStack Developer Tools</name>
|
||||
<name>Apache CloudStack DevCloud</name>
|
||||
<packaging>pom</packaging>
|
||||
<parent>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue