You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/05 16:59:34 UTC

git commit: updated refs/heads/4.3 to e2b4961

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 41c0eaa14 -> e2b49613d


debian: fix version to 4.3.1 in debian log and console-proxy pom

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e2b49613
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e2b49613
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e2b49613

Branch: refs/heads/4.3
Commit: e2b49613d60000b07f13f30a6c9d5193e9e741e6
Parents: 41c0eaa
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Sep 5 16:58:41 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Sep 5 16:58:41 2014 +0200

----------------------------------------------------------------------
 debian/changelog                      | 6 ++++++
 services/console-proxy/plugin/pom.xml | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e2b49613/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index f43ac50..5a68efe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cloudstack (4.3.1) unstable; urgency=low
+
+  * Update the version to 4.3.1
+
+ -- Sebastien Goasguen <ru...@gmail.com>  Thu, 04 Sep 2014 16:47:57 2014 +0200
+
 cloudstack (4.3.1-snapshot) unstable; urgency=low
 
   * Update the version to 4.3.1.snapshot 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e2b49613/services/console-proxy/plugin/pom.xml
----------------------------------------------------------------------
diff --git a/services/console-proxy/plugin/pom.xml b/services/console-proxy/plugin/pom.xml
index 0517545..9bb517c 100644
--- a/services/console-proxy/plugin/pom.xml
+++ b/services/console-proxy/plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack-service-console-proxy</artifactId>
-    <version>4.3.0-SNAPSHOT</version>
+    <version>4.3.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 </project>