Skip to content

Commit a4510ef

Browse files
author
Prasanna Santhanam
committed
maven: parent pom of tools/* projects is tools/pom.xml
Fixes broken builds for tools Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 31d6f03 commit a4510ef

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/apidoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>pom</packaging>
1717
<parent>
1818
<groupId>org.apache.cloudstack</groupId>
19-
<artifactId>cloudstack</artifactId>
19+
<artifactId>cloud-tools</artifactId>
2020
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>

tools/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<packaging>pom</packaging>
2525
<parent>
2626
<groupId>org.apache.cloudstack</groupId>
27-
<artifactId>cloudstack</artifactId>
27+
<artifactId>cloud-tools</artifactId>
2828
<version>4.1.0-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>

tools/devcloud-kvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>pom</packaging>
1717
<parent>
1818
<groupId>org.apache.cloudstack</groupId>
19-
<artifactId>cloudstack</artifactId>
19+
<artifactId>cloud-tools</artifactId>
2020
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>

tools/devcloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>pom</packaging>
1717
<parent>
1818
<groupId>org.apache.cloudstack</groupId>
19-
<artifactId>cloudstack</artifactId>
19+
<artifactId>cloud-tools</artifactId>
2020
<version>4.1.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>

0 commit comments

Comments
 (0)