Repository: cloudstack Updated Branches: refs/heads/master 4db186ef6 -> 50ffbe905
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. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e1c76dcc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e1c76dcc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e1c76dcc Branch: refs/heads/master Commit: e1c76dcc235fd350f87725adaf359619331db278 Parents: 4db186e Author: Rajani Karuturi <[email protected]> Authored: Fri Apr 7 09:52:27 2017 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Fri Apr 7 09:52:27 2017 +0530 ---------------------------------------------------------------------- plugins/metrics/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e1c76dcc/plugins/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/metrics/pom.xml b/plugins/metrics/pom.xml index 946b235..4874969 100644 --- a/plugins/metrics/pom.xml +++ b/plugins/metrics/pom.xml @@ -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>
