Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D14291137B for ; Sat, 26 Jul 2014 18:35:47 +0000 (UTC) Received: (qmail 43875 invoked by uid 500); 26 Jul 2014 18:35:47 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 43845 invoked by uid 500); 26 Jul 2014 18:35:47 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 43836 invoked by uid 99); 26 Jul 2014 18:35:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jul 2014 18:35:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 220219B697E; Sat, 26 Jul 2014 18:35:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.4 to 19eb06b Date: Sat, 26 Jul 2014 18:35:47 +0000 (UTC) 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 Authored: Sat Jul 26 20:35:31 2014 +0200 Committer: Daan Hoogland 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 @@ org.apache.cloudstack cloudstack-service-console-proxy - 4.4.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml 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 @@ org.apache.cloudstack cloudstack-service-iam - 4.4.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml 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 @@ org.apache.cloudstack cloudstack-services - 4.4.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml 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 @@ org.apache.cloudstack cloudstack-service-iam - 4.4.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml 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