diff --git a/Dockerfile b/Dockerfile
index 31c2f77c73c..ee0fc018278 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,7 @@ RUN (/usr/bin/mysqld_safe &); \
sleep 3; \
mvn -Pdeveloper -pl developer -Ddeploydb; \
mvn -Pdeveloper -pl developer -Ddeploydb-simulator; \
- pip install tools/marvin/dist/Marvin-4.5.1-SNAPSHOT.tar.gz
+ pip install tools/marvin/dist/Marvin-4.5.2-SNAPSHOT.tar.gz
EXPOSE 8080
diff --git a/build/replace.properties b/build/replace.properties
index 7540b3174a3..791334d3c37 100644
--- a/build/replace.properties
+++ b/build/replace.properties
@@ -27,4 +27,4 @@ MSMNTDIR=/mnt
COMPONENTS-SPEC=components.xml
AWSAPILOG=awsapi.log
REMOTEHOST=localhost
-COMMONLIBDIR=client/target/cloud-client-ui-4.5.1-SNAPSHOT/WEB-INF/lib/
+COMMONLIBDIR=client/target/cloud-client-ui-4.5.2-SNAPSHOT/WEB-INF/lib/
diff --git a/services/console-proxy/plugin/pom.xml b/services/console-proxy/plugin/pom.xml
index c3e598cc04c..c8fad92701d 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.5.1-SNAPSHOT
+ 4.5.2-SNAPSHOT
../pom.xml
diff --git a/services/iam/plugin/pom.xml b/services/iam/plugin/pom.xml
index 383e5a2af6e..749a3cab1a5 100644
--- a/services/iam/plugin/pom.xml
+++ b/services/iam/plugin/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-service-iam
- 4.5.1-SNAPSHOT
+ 4.5.2-SNAPSHOT
../pom.xml
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index 2eade3ec7de..62361f9c4a4 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-services
- 4.5.1-SNAPSHOT
+ 4.5.2-SNAPSHOT
../pom.xml
diff --git a/services/iam/server/pom.xml b/services/iam/server/pom.xml
index 7811ab3b412..4554ad2251f 100644
--- a/services/iam/server/pom.xml
+++ b/services/iam/server/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-service-iam
- 4.5.1-SNAPSHOT
+ 4.5.2-SNAPSHOT
../pom.xml
diff --git a/tools/marvin/marvin/deployAndRun.py b/tools/marvin/marvin/deployAndRun.py
index b4082089243..e393c9e3953 100644
--- a/tools/marvin/marvin/deployAndRun.py
+++ b/tools/marvin/marvin/deployAndRun.py
@@ -163,7 +163,7 @@ class ShellColor(object):
END = '\033[0m'
ITALICS = '\x1B[3m'
-#VERSION = "4.5.1-SNAPSHOT"
+#VERSION = "4.5.2-SNAPSHOT"
class MarvinCli(cmd.Cmd, object):