diff --git a/README.md b/README.md index 23f5004cd94..009df8313c3 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 diff --git a/services/console-proxy/plugin/pom.xml b/services/console-proxy/plugin/pom.xml index 344f45e4da2..bf1700a4643 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 diff --git a/services/iam/plugin/pom.xml b/services/iam/plugin/pom.xml index 0650e4311a8..14e9e5a6bd8 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 diff --git a/services/iam/pom.xml b/services/iam/pom.xml index d4bf3e7326b..9436cab76ad 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 diff --git a/services/iam/server/pom.xml b/services/iam/server/pom.xml index 77b25228434..e60c32e87a8 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 diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index b1e44300700..c4bcddaaf2b 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 diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index b3edeb78523..52edbcaf822 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