mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9783: corrected the version number in metrics pom
master is broken after fwd-merging metrics PR #1944 from 4.9 This is due to the incorrect parent version number in the metrics pom. Corrected the same to reflect master version number.
This commit is contained in:
parent
4db186ef6f
commit
e1c76dcc23
|
|
@ -26,7 +26,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloudstack-plugins</artifactId>
|
||||
<version>4.9.3.0-SNAPSHOT</version>
|
||||
<version>4.10.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<dependencies>
|
||||
|
|
|
|||
Loading…
Reference in New Issue