You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/26 20:35:47 UTC

git commit: updated refs/heads/4.4 to 19eb06b

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 3dae39fb0 -> 19eb06bd3


version to 4.4.1 on remaining modules


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

Branch: refs/heads/4.4
Commit: 19eb06bd3ed5f6028419a175cd3f579d23d1fee6
Parents: 3dae39f
Author: Daan Hoogland <da...@onecht.net>
Authored: Sat Jul 26 20:35:31 2014 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sat Jul 26 20:35:31 2014 +0200

----------------------------------------------------------------------
 README.md                                                     | 2 +-
 services/console-proxy/plugin/pom.xml                         | 2 +-
 services/iam/plugin/pom.xml                                   | 2 +-
 services/iam/pom.xml                                          | 2 +-
 services/iam/server/pom.xml                                   | 2 +-
 tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +-
 tools/appliance/definitions/systemvmtemplate/postinstall.sh   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/19eb06bd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 23f5004..009df83 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Apache CloudStack Version 4.4.0
+Apache CloudStack Version 4.4.1
 
 # About Apache CloudStack
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/19eb06bd/services/console-proxy/plugin/pom.xml
----------------------------------------------------------------------
diff --git a/services/console-proxy/plugin/pom.xml b/services/console-proxy/plugin/pom.xml
index 344f45e..bf1700a 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.4.0-SNAPSHOT</version>
+    <version>4.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/19eb06bd/services/iam/plugin/pom.xml
----------------------------------------------------------------------
diff --git a/services/iam/plugin/pom.xml b/services/iam/plugin/pom.xml
index 0650e43..14e9e5a 100644
--- a/services/iam/plugin/pom.xml
+++ b/services/iam/plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack-service-iam</artifactId>
-    <version>4.4.0-SNAPSHOT</version>
+    <version>4.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/19eb06bd/services/iam/pom.xml
----------------------------------------------------------------------
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index d4bf3e7..9436cab 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack-services</artifactId>
-    <version>4.4.0-SNAPSHOT</version>
+    <version>4.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <build>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/19eb06bd/services/iam/server/pom.xml
----------------------------------------------------------------------
diff --git a/services/iam/server/pom.xml b/services/iam/server/pom.xml
index 77b2522..e60c32e 100644
--- a/services/iam/server/pom.xml
+++ b/services/iam/server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack-service-iam</artifactId>
-    <version>4.4.0-SNAPSHOT</version>
+    <version>4.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/19eb06bd/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index b1e4430..c4bcdda 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -19,7 +19,7 @@ set -x
 
 ROOTPW=password
 HOSTNAME=systemvm
-CLOUDSTACK_RELEASE=4.4.0
+CLOUDSTACK_RELEASE=4.4.1
 
 add_backports () {
     sed -i '/backports/d' /etc/apt/sources.list

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/19eb06bd/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index b3edeb7..52edbca 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -19,7 +19,7 @@ set -x
 
 ROOTPW=password
 HOSTNAME=systemvm
-CLOUDSTACK_RELEASE=4.4.0
+CLOUDSTACK_RELEASE=4.4.1
 
 add_backports () {
     sed -i '/backports/d' /etc/apt/sources.list