Updated Branches: refs/heads/storage_refactor 123541347 -> fb5d2c104 (forced update)
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/fb5d2c10 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fb5d2c10 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fb5d2c10 Branch: refs/heads/storage_refactor Commit: fb5d2c1047774bbf72622a8e8c870d663e90e284 Parents: a9dc194 Author: Edison Su <[email protected]> Authored: Wed Feb 20 13:42:04 2013 -0800 Committer: Edison Su <[email protected]> Committed: Wed Feb 20 13:42:04 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/fb5d2c10/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>
