You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/02/21 22:45:19 UTC

[45/51] [abbrv] git commit: refs/heads/ui-quick-view-v2 - rebase to master

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/8eca7413
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8eca7413
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8eca7413

Branch: refs/heads/ui-quick-view-v2
Commit: 8eca74134a4be332ca15fadd905f16a69bfdbeb8
Parents: 9b57743
Author: Edison Su <su...@gmail.com>
Authored: Wed Feb 20 13:42:04 2013 -0800
Committer: Edison Su <su...@gmail.com>
Committed: Thu Feb 21 11:22:50 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/8eca7413/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>