rebase to master
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9d975b04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9d975b04 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9d975b04 Branch: refs/heads/storage_refactor Commit: 9d975b0403c963cddc0ca99ee2e748850eb89e40 Parents: 112a6ed Author: Edison Su <[email protected]> Authored: Wed Feb 20 13:42:04 2013 -0800 Committer: Edison Su <[email protected]> Committed: Thu Feb 21 10:03:39 2013 -0800 ---------------------------------------------------------------------- framework/api/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9d975b04/framework/api/pom.xml ---------------------------------------------------------------------- diff --git a/framework/api/pom.xml b/framework/api/pom.xml index 3212d7c..5260ebc 100644 --- a/framework/api/pom.xml +++ b/framework/api/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-framework</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> @@ -24,7 +24,7 @@ <dependency> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-utils</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </dependency> </dependencies>
