Skip to content

Commit 19eb06b

Browse files
committed
version to 4.4.1 on remaining modules
1 parent 3dae39f commit 19eb06b

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache CloudStack Version 4.4.0
1+
Apache CloudStack Version 4.4.1
22

33
# About Apache CloudStack
44

services/console-proxy/plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-service-console-proxy</artifactId>
26-
<version>4.4.0-SNAPSHOT</version>
26+
<version>4.4.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
</project>

services/iam/plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-service-iam</artifactId>
26-
<version>4.4.0-SNAPSHOT</version>
26+
<version>4.4.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

services/iam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack-services</artifactId>
27-
<version>4.4.0-SNAPSHOT</version>
27+
<version>4.4.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<build>

services/iam/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-service-iam</artifactId>
26-
<version>4.4.0-SNAPSHOT</version>
26+
<version>4.4.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

tools/appliance/definitions/systemvm64template/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -x
1919

2020
ROOTPW=password
2121
HOSTNAME=systemvm
22-
CLOUDSTACK_RELEASE=4.4.0
22+
CLOUDSTACK_RELEASE=4.4.1
2323

2424
add_backports () {
2525
sed -i '/backports/d' /etc/apt/sources.list

tools/appliance/definitions/systemvmtemplate/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -x
1919

2020
ROOTPW=password
2121
HOSTNAME=systemvm
22-
CLOUDSTACK_RELEASE=4.4.0
22+
CLOUDSTACK_RELEASE=4.4.1
2323

2424
add_backports () {
2525
sed -i '/backports/d' /etc/apt/sources.list

0 commit comments

Comments
 (0)