Skip to content

Commit a736f6b

Browse files
committed
tools: Fix devcloud artifact name, avoid confusion
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 6482e27 commit a736f6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/devcloud-kvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1313
<modelVersion>4.0.0</modelVersion>
1414
<artifactId>cloud-devcloud-kvm</artifactId>
15-
<name>Apache CloudStack Developer Tools</name>
15+
<name>Apache CloudStack DevCloud-KVM</name>
1616
<packaging>pom</packaging>
1717
<parent>
1818
<groupId>org.apache.cloudstack</groupId>

tools/devcloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1313
<modelVersion>4.0.0</modelVersion>
1414
<artifactId>cloud-devcloud</artifactId>
15-
<name>Apache CloudStack Developer Tools</name>
15+
<name>Apache CloudStack DevCloud</name>
1616
<packaging>pom</packaging>
1717
<parent>
1818
<groupId>org.apache.cloudstack</groupId>

0 commit comments

Comments
 (0)