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:
Rajani Karuturi 2017-04-07 09:52:27 +05:30
parent 4db186ef6f
commit e1c76dcc23
1 changed files with 1 additions and 1 deletions

View File

@ -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>