diff --git a/Dockerfile b/Dockerfile
index f15d8182217..31c2f77c73c 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.0-SNAPSHOT.tar.gz
+ pip install tools/marvin/dist/Marvin-4.5.1-SNAPSHOT.tar.gz
EXPOSE 8080
diff --git a/agent/pom.xml b/agent/pom.xml
index 347c0f0fbf0..ea87682961e 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/api/pom.xml b/api/pom.xml
index ba547dfa47a..7b8188e0039 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index edf9a918982..a93b3144fd8 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/build/replace.properties b/build/replace.properties
index 0e24f684211..7540b3174a3 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.0-SNAPSHOT/WEB-INF/lib/
+COMMONLIBDIR=client/target/cloud-client-ui-4.5.1-SNAPSHOT/WEB-INF/lib/
diff --git a/client/pom.xml b/client/pom.xml
index d498c01d9aa..6ac2c0e86ad 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/core/pom.xml b/core/pom.xml
index 429e1313e12..6c1f19d787b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/developer/pom.xml b/developer/pom.xml
index e8e575e11b9..cd7d8aef6c2 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -18,7 +18,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/engine/api/pom.xml b/engine/api/pom.xml
index 3368bd82305..9cc504486b5 100644
--- a/engine/api/pom.xml
+++ b/engine/api/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/engine/components-api/pom.xml b/engine/components-api/pom.xml
index b9d1f9ae358..77b9dce1095 100644
--- a/engine/components-api/pom.xml
+++ b/engine/components-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/engine/network/pom.xml b/engine/network/pom.xml
index fdb80110166..eece45ad4db 100644
--- a/engine/network/pom.xml
+++ b/engine/network/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/engine/orchestration/pom.xml b/engine/orchestration/pom.xml
index e5250c45b10..5ced45ed57c 100755
--- a/engine/orchestration/pom.xml
+++ b/engine/orchestration/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/engine/pom.xml b/engine/pom.xml
index 4ebb0966822..5ec58883e38 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/engine/schema/pom.xml b/engine/schema/pom.xml
index 5eb58a523a4..3c17e0da627 100644
--- a/engine/schema/pom.xml
+++ b/engine/schema/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/engine/service/pom.xml b/engine/service/pom.xml
index 1fc68fac258..c92e469c4ad 100644
--- a/engine/service/pom.xml
+++ b/engine/service/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
cloud-engine-service
war
diff --git a/engine/storage/cache/pom.xml b/engine/storage/cache/pom.xml
index 3493220ddc6..f8939c49469 100644
--- a/engine/storage/cache/pom.xml
+++ b/engine/storage/cache/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/datamotion/pom.xml b/engine/storage/datamotion/pom.xml
index 3304c6f9860..c5c5951b7cc 100644
--- a/engine/storage/datamotion/pom.xml
+++ b/engine/storage/datamotion/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/image/pom.xml b/engine/storage/image/pom.xml
index 94716e5822a..2accb830221 100644
--- a/engine/storage/image/pom.xml
+++ b/engine/storage/image/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/integration-test/pom.xml b/engine/storage/integration-test/pom.xml
index 912bafea392..6e23acab23b 100644
--- a/engine/storage/integration-test/pom.xml
+++ b/engine/storage/integration-test/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/pom.xml b/engine/storage/pom.xml
index 0a1504110de..38a82cc2d14 100644
--- a/engine/storage/pom.xml
+++ b/engine/storage/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/engine/storage/snapshot/pom.xml b/engine/storage/snapshot/pom.xml
index 1d5b49159dc..d9580298c9e 100644
--- a/engine/storage/snapshot/pom.xml
+++ b/engine/storage/snapshot/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/volume/pom.xml b/engine/storage/volume/pom.xml
index 0ea01f3090b..a8c638a618b 100644
--- a/engine/storage/volume/pom.xml
+++ b/engine/storage/volume/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/framework/cluster/pom.xml b/framework/cluster/pom.xml
index c058695a940..0958d1554a2 100644
--- a/framework/cluster/pom.xml
+++ b/framework/cluster/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/framework/config/pom.xml b/framework/config/pom.xml
index 992574a8226..10375e76404 100644
--- a/framework/config/pom.xml
+++ b/framework/config/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/framework/db/pom.xml b/framework/db/pom.xml
index d1fc65fd506..8380723b6bc 100644
--- a/framework/db/pom.xml
+++ b/framework/db/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/framework/events/pom.xml b/framework/events/pom.xml
index f54386d8a32..50ebab02563 100644
--- a/framework/events/pom.xml
+++ b/framework/events/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/framework/ipc/pom.xml b/framework/ipc/pom.xml
index 09b0c413ba0..c6eb1aa1f35 100644
--- a/framework/ipc/pom.xml
+++ b/framework/ipc/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/framework/jobs/pom.xml b/framework/jobs/pom.xml
index 1cec864c2a7..81dc0012821 100644
--- a/framework/jobs/pom.xml
+++ b/framework/jobs/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/framework/managed-context/pom.xml b/framework/managed-context/pom.xml
index 2bb0a181d9d..7094d8f4c0f 100644
--- a/framework/managed-context/pom.xml
+++ b/framework/managed-context/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../maven-standard/pom.xml
diff --git a/framework/pom.xml b/framework/pom.xml
index 97731bc833d..5bea6cf8db0 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
install
diff --git a/framework/rest/pom.xml b/framework/rest/pom.xml
index cdbee8e8f6e..aa3ac789c06 100644
--- a/framework/rest/pom.xml
+++ b/framework/rest/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
cloud-framework-rest
diff --git a/framework/security/pom.xml b/framework/security/pom.xml
index 13e89b8f22d..845aa471e83 100644
--- a/framework/security/pom.xml
+++ b/framework/security/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/framework/spring/lifecycle/pom.xml b/framework/spring/lifecycle/pom.xml
index ac01c8201c7..4bcbbcf5932 100644
--- a/framework/spring/lifecycle/pom.xml
+++ b/framework/spring/lifecycle/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../maven-standard/pom.xml
diff --git a/framework/spring/module/pom.xml b/framework/spring/module/pom.xml
index b03703ea98f..1b6f71fd788 100644
--- a/framework/spring/module/pom.xml
+++ b/framework/spring/module/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../maven-standard/pom.xml
diff --git a/maven-standard/pom.xml b/maven-standard/pom.xml
index ea545a7eac1..bb8b740c851 100644
--- a/maven-standard/pom.xml
+++ b/maven-standard/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/plugins/acl/static-role-based/pom.xml b/plugins/acl/static-role-based/pom.xml
index 670f22ecc6f..047b338d093 100644
--- a/plugins/acl/static-role-based/pom.xml
+++ b/plugins/acl/static-role-based/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/affinity-group-processors/explicit-dedication/pom.xml b/plugins/affinity-group-processors/explicit-dedication/pom.xml
index f1d2e7100b6..4a4e4707ee2 100644
--- a/plugins/affinity-group-processors/explicit-dedication/pom.xml
+++ b/plugins/affinity-group-processors/explicit-dedication/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/affinity-group-processors/host-anti-affinity/pom.xml b/plugins/affinity-group-processors/host-anti-affinity/pom.xml
index 9eca722fef6..fee37d460ae 100644
--- a/plugins/affinity-group-processors/host-anti-affinity/pom.xml
+++ b/plugins/affinity-group-processors/host-anti-affinity/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/alert-handlers/snmp-alerts/pom.xml b/plugins/alert-handlers/snmp-alerts/pom.xml
index cd3ab0f664c..af34ef85b59 100644
--- a/plugins/alert-handlers/snmp-alerts/pom.xml
+++ b/plugins/alert-handlers/snmp-alerts/pom.xml
@@ -22,7 +22,7 @@
cloudstack-plugins
org.apache.cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/plugins/alert-handlers/syslog-alerts/pom.xml b/plugins/alert-handlers/syslog-alerts/pom.xml
index 96172ef627b..3170c6bed58 100644
--- a/plugins/alert-handlers/syslog-alerts/pom.xml
+++ b/plugins/alert-handlers/syslog-alerts/pom.xml
@@ -22,7 +22,7 @@
cloudstack-plugins
org.apache.cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/plugins/api/discovery/pom.xml b/plugins/api/discovery/pom.xml
index 5eded130fd4..07e960beb83 100644
--- a/plugins/api/discovery/pom.xml
+++ b/plugins/api/discovery/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/api/rate-limit/pom.xml b/plugins/api/rate-limit/pom.xml
index 7007b35aa59..595850e8cf6 100644
--- a/plugins/api/rate-limit/pom.xml
+++ b/plugins/api/rate-limit/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/api/solidfire-intg-test/pom.xml b/plugins/api/solidfire-intg-test/pom.xml
index 0707461ce64..0fe04caa7f1 100644
--- a/plugins/api/solidfire-intg-test/pom.xml
+++ b/plugins/api/solidfire-intg-test/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/database/mysql-ha/pom.xml b/plugins/database/mysql-ha/pom.xml
index be7f976c102..527b1c9bb23 100644
--- a/plugins/database/mysql-ha/pom.xml
+++ b/plugins/database/mysql-ha/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/dedicated-resources/pom.xml b/plugins/dedicated-resources/pom.xml
index 341f1fe2fe2..cb3ba4fe6ce 100644
--- a/plugins/dedicated-resources/pom.xml
+++ b/plugins/dedicated-resources/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/plugins/deployment-planners/implicit-dedication/pom.xml b/plugins/deployment-planners/implicit-dedication/pom.xml
index 9cf5f46d3e7..426f9d6c908 100644
--- a/plugins/deployment-planners/implicit-dedication/pom.xml
+++ b/plugins/deployment-planners/implicit-dedication/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/deployment-planners/user-concentrated-pod/pom.xml b/plugins/deployment-planners/user-concentrated-pod/pom.xml
index d7631463471..161f2dc573f 100644
--- a/plugins/deployment-planners/user-concentrated-pod/pom.xml
+++ b/plugins/deployment-planners/user-concentrated-pod/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/deployment-planners/user-dispersing/pom.xml b/plugins/deployment-planners/user-dispersing/pom.xml
index a13ef081e11..ba717a1a35e 100644
--- a/plugins/deployment-planners/user-dispersing/pom.xml
+++ b/plugins/deployment-planners/user-dispersing/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/event-bus/inmemory/pom.xml b/plugins/event-bus/inmemory/pom.xml
index dcbef831296..ec676f2fd95 100644
--- a/plugins/event-bus/inmemory/pom.xml
+++ b/plugins/event-bus/inmemory/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml
index 5f42c1b82f2..75bdf349aa4 100644
--- a/plugins/event-bus/rabbitmq/pom.xml
+++ b/plugins/event-bus/rabbitmq/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml
index 6f43836d93b..db0105f2bf0 100644
--- a/plugins/file-systems/netapp/pom.xml
+++ b/plugins/file-systems/netapp/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/ha-planners/skip-heurestics/pom.xml b/plugins/ha-planners/skip-heurestics/pom.xml
index bd2fd84d809..81c57969c5b 100644
--- a/plugins/ha-planners/skip-heurestics/pom.xml
+++ b/plugins/ha-planners/skip-heurestics/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/host-allocators/random/pom.xml b/plugins/host-allocators/random/pom.xml
index e16e294d1f4..f5f023e4453 100644
--- a/plugins/host-allocators/random/pom.xml
+++ b/plugins/host-allocators/random/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/baremetal/pom.xml b/plugins/hypervisors/baremetal/pom.xml
index 154e0c3350c..eb3ddb5dfca 100755
--- a/plugins/hypervisors/baremetal/pom.xml
+++ b/plugins/hypervisors/baremetal/pom.xml
@@ -18,13 +18,13 @@
-->
4.0.0
-
- org.apache.cloudstack
- cloudstack-plugins
- 4.5.0-SNAPSHOT
- ../../pom.xml
-
- cloud-plugin-hypervisor-baremetal
+
+ org.apache.cloudstack
+ cloudstack-plugins
+ 4.5.1-SNAPSHOT
+ ../../pom.xml
+
+ cloud-plugin-hypervisor-baremetal
Apache CloudStack Plugin - Hypervisor Baremetal
diff --git a/plugins/hypervisors/hyperv/pom.xml b/plugins/hypervisors/hyperv/pom.xml
index 6b8e196288f..e21c77e0e34 100644
--- a/plugins/hypervisors/hyperv/pom.xml
+++ b/plugins/hypervisors/hyperv/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index f4fb2c41790..d2e57087995 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml
index 926424efd65..459c7f9d2ba 100644
--- a/plugins/hypervisors/ovm/pom.xml
+++ b/plugins/hypervisors/ovm/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/simulator/pom.xml b/plugins/hypervisors/simulator/pom.xml
index aa107b1c72d..d135b75d092 100644
--- a/plugins/hypervisors/simulator/pom.xml
+++ b/plugins/hypervisors/simulator/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
cloud-plugin-hypervisor-simulator
diff --git a/plugins/hypervisors/ucs/pom.xml b/plugins/hypervisors/ucs/pom.xml
index 32f84ca1b42..9e760296479 100755
--- a/plugins/hypervisors/ucs/pom.xml
+++ b/plugins/hypervisors/ucs/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
cloud-plugin-hypervisor-ucs
diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml
index 98d529aa594..18fda95ceba 100644
--- a/plugins/hypervisors/vmware/pom.xml
+++ b/plugins/hypervisors/vmware/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/xenserver/pom.xml b/plugins/hypervisors/xenserver/pom.xml
index 1ab8faf25cd..f274d2f6700 100644
--- a/plugins/hypervisors/xenserver/pom.xml
+++ b/plugins/hypervisors/xenserver/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/bigswitch-vns/pom.xml b/plugins/network-elements/bigswitch-vns/pom.xml
index 6665454e419..82e470ff94f 100644
--- a/plugins/network-elements/bigswitch-vns/pom.xml
+++ b/plugins/network-elements/bigswitch-vns/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/brocade-vcs/pom.xml b/plugins/network-elements/brocade-vcs/pom.xml
index 50dc9a480d3..5c1217c1f1f 100644
--- a/plugins/network-elements/brocade-vcs/pom.xml
+++ b/plugins/network-elements/brocade-vcs/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/cisco-vnmc/pom.xml b/plugins/network-elements/cisco-vnmc/pom.xml
index 6a64068b313..b32bee02b7c 100644
--- a/plugins/network-elements/cisco-vnmc/pom.xml
+++ b/plugins/network-elements/cisco-vnmc/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/dns-notifier/pom.xml b/plugins/network-elements/dns-notifier/pom.xml
index 54583b0861a..dab39842b75 100644
--- a/plugins/network-elements/dns-notifier/pom.xml
+++ b/plugins/network-elements/dns-notifier/pom.xml
@@ -19,13 +19,13 @@
4.0.0
-
- org.apache.cloudstack
- cloudstack-plugins
- 4.5.0-SNAPSHOT
- ../../pom.xml
-
- cloud-plugin-example-dns-notifier
+
+ org.apache.cloudstack
+ cloudstack-plugins
+ 4.5.1-SNAPSHOT
+ ../../pom.xml
+
+ cloud-plugin-example-dns-notifier
Apache CloudStack Plugin - Dns Notifier Example
This is sample source code on how to write a plugin for CloudStack
diff --git a/plugins/network-elements/elastic-loadbalancer/pom.xml b/plugins/network-elements/elastic-loadbalancer/pom.xml
index 333f33c6244..db773a81784 100644
--- a/plugins/network-elements/elastic-loadbalancer/pom.xml
+++ b/plugins/network-elements/elastic-loadbalancer/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml
index 9968a627ae5..bd72a0ed579 100644
--- a/plugins/network-elements/f5/pom.xml
+++ b/plugins/network-elements/f5/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/globodns/pom.xml b/plugins/network-elements/globodns/pom.xml
index 0f17bba85b3..35d869fcfe8 100644
--- a/plugins/network-elements/globodns/pom.xml
+++ b/plugins/network-elements/globodns/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/internal-loadbalancer/pom.xml b/plugins/network-elements/internal-loadbalancer/pom.xml
index 3adf66e4865..bf4566097ad 100644
--- a/plugins/network-elements/internal-loadbalancer/pom.xml
+++ b/plugins/network-elements/internal-loadbalancer/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/juniper-contrail/pom.xml b/plugins/network-elements/juniper-contrail/pom.xml
index 1aadd5efdce..0b38384524b 100644
--- a/plugins/network-elements/juniper-contrail/pom.xml
+++ b/plugins/network-elements/juniper-contrail/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/juniper-srx/pom.xml b/plugins/network-elements/juniper-srx/pom.xml
index 528b8c12c07..4b6cb39f9d5 100644
--- a/plugins/network-elements/juniper-srx/pom.xml
+++ b/plugins/network-elements/juniper-srx/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/midonet/pom.xml b/plugins/network-elements/midonet/pom.xml
index de8d9a7a0f6..575f68dcf1b 100644
--- a/plugins/network-elements/midonet/pom.xml
+++ b/plugins/network-elements/midonet/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml
index 5fefe703486..6db6ca8967b 100644
--- a/plugins/network-elements/netscaler/pom.xml
+++ b/plugins/network-elements/netscaler/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml
index 86a169932f0..8fb63cdc968 100644
--- a/plugins/network-elements/nicira-nvp/pom.xml
+++ b/plugins/network-elements/nicira-nvp/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/nuage-vsp/pom.xml b/plugins/network-elements/nuage-vsp/pom.xml
index 694ebf026ec..466842e56e0 100644
--- a/plugins/network-elements/nuage-vsp/pom.xml
+++ b/plugins/network-elements/nuage-vsp/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/opendaylight/pom.xml b/plugins/network-elements/opendaylight/pom.xml
index e087f3fc53b..46c9e74cae7 100644
--- a/plugins/network-elements/opendaylight/pom.xml
+++ b/plugins/network-elements/opendaylight/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/ovs/pom.xml b/plugins/network-elements/ovs/pom.xml
index bda0829a45a..261945ee072 100644
--- a/plugins/network-elements/ovs/pom.xml
+++ b/plugins/network-elements/ovs/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/palo-alto/pom.xml b/plugins/network-elements/palo-alto/pom.xml
index aee6120249d..51ff99e57fd 100644
--- a/plugins/network-elements/palo-alto/pom.xml
+++ b/plugins/network-elements/palo-alto/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/stratosphere-ssp/pom.xml b/plugins/network-elements/stratosphere-ssp/pom.xml
index d3addb945e6..618409f40f5 100644
--- a/plugins/network-elements/stratosphere-ssp/pom.xml
+++ b/plugins/network-elements/stratosphere-ssp/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/vxlan/pom.xml b/plugins/network-elements/vxlan/pom.xml
index 90dbfc322a5..cac59fb63ec 100644
--- a/plugins/network-elements/vxlan/pom.xml
+++ b/plugins/network-elements/vxlan/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 5ea817ec817..4a0f6141e6d 100755
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/plugins/storage-allocators/random/pom.xml b/plugins/storage-allocators/random/pom.xml
index 09d25d1e8e3..12d9cb9094e 100644
--- a/plugins/storage-allocators/random/pom.xml
+++ b/plugins/storage-allocators/random/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/storage/image/default/pom.xml b/plugins/storage/image/default/pom.xml
index f9ca74654da..53fe53b87df 100644
--- a/plugins/storage/image/default/pom.xml
+++ b/plugins/storage/image/default/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/image/s3/pom.xml b/plugins/storage/image/s3/pom.xml
index babb03b04b7..bdb9ad4657f 100644
--- a/plugins/storage/image/s3/pom.xml
+++ b/plugins/storage/image/s3/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/image/sample/pom.xml b/plugins/storage/image/sample/pom.xml
index 41f421f658e..4e0e6094663 100644
--- a/plugins/storage/image/sample/pom.xml
+++ b/plugins/storage/image/sample/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/image/swift/pom.xml b/plugins/storage/image/swift/pom.xml
index c0a80751e20..c6e6b490ec3 100644
--- a/plugins/storage/image/swift/pom.xml
+++ b/plugins/storage/image/swift/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/volume/cloudbyte/pom.xml b/plugins/storage/volume/cloudbyte/pom.xml
index 8ef0c29ca4c..e9317afbedc 100755
--- a/plugins/storage/volume/cloudbyte/pom.xml
+++ b/plugins/storage/volume/cloudbyte/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/volume/default/pom.xml b/plugins/storage/volume/default/pom.xml
index acffe0dbabf..ba56fe479f4 100644
--- a/plugins/storage/volume/default/pom.xml
+++ b/plugins/storage/volume/default/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/volume/nexenta/pom.xml b/plugins/storage/volume/nexenta/pom.xml
index f5f348b042b..59f1bed6067 100644
--- a/plugins/storage/volume/nexenta/pom.xml
+++ b/plugins/storage/volume/nexenta/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/volume/sample/pom.xml b/plugins/storage/volume/sample/pom.xml
index 6519417aedb..5d62f343ff2 100644
--- a/plugins/storage/volume/sample/pom.xml
+++ b/plugins/storage/volume/sample/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/volume/solidfire/pom.xml b/plugins/storage/volume/solidfire/pom.xml
index 180392514d0..d19fa724bdd 100644
--- a/plugins/storage/volume/solidfire/pom.xml
+++ b/plugins/storage/volume/solidfire/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../../pom.xml
diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml
index ec36cc2224a..6d63f7cc70a 100644
--- a/plugins/user-authenticators/ldap/pom.xml
+++ b/plugins/user-authenticators/ldap/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/md5/pom.xml b/plugins/user-authenticators/md5/pom.xml
index 846dfc769d4..d9db046fc27 100644
--- a/plugins/user-authenticators/md5/pom.xml
+++ b/plugins/user-authenticators/md5/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/pbkdf2/pom.xml b/plugins/user-authenticators/pbkdf2/pom.xml
index e6560456b40..61e61073ebf 100644
--- a/plugins/user-authenticators/pbkdf2/pom.xml
+++ b/plugins/user-authenticators/pbkdf2/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/plain-text/pom.xml b/plugins/user-authenticators/plain-text/pom.xml
index f0115600a6e..685929b5b53 100644
--- a/plugins/user-authenticators/plain-text/pom.xml
+++ b/plugins/user-authenticators/plain-text/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/saml2/pom.xml b/plugins/user-authenticators/saml2/pom.xml
index df6aa458f3f..877713575a4 100644
--- a/plugins/user-authenticators/saml2/pom.xml
+++ b/plugins/user-authenticators/saml2/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/sha256salted/pom.xml b/plugins/user-authenticators/sha256salted/pom.xml
index 5ce4daceaf3..94faf7bab5c 100644
--- a/plugins/user-authenticators/sha256salted/pom.xml
+++ b/plugins/user-authenticators/sha256salted/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/pom.xml b/pom.xml
index b7f9e7881b7..3f545f82855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
pom
Apache CloudStack
Apache CloudStack is an IaaS (“Infrastructure as a Service”) cloud orchestration platform.
diff --git a/quickcloud/pom.xml b/quickcloud/pom.xml
index f11564bf4d8..40bce59e98d 100644
--- a/quickcloud/pom.xml
+++ b/quickcloud/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../maven-standard/pom.xml
diff --git a/server/pom.xml b/server/pom.xml
index 0e517f7854e..a4afe3b008b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/services/console-proxy-rdp/rdpconsole/pom.xml b/services/console-proxy-rdp/rdpconsole/pom.xml
index 68ccad47543..7c3e4d80128 100755
--- a/services/console-proxy-rdp/rdpconsole/pom.xml
+++ b/services/console-proxy-rdp/rdpconsole/pom.xml
@@ -27,7 +27,7 @@
org.apache.cloudstack
cloudstack-services
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/services/console-proxy/plugin/pom.xml b/services/console-proxy/plugin/pom.xml
index 5210bf721a4..c3e598cc04c 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.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/console-proxy/pom.xml b/services/console-proxy/pom.xml
index 0b4d6e5b277..9cbc1c8a422 100644
--- a/services/console-proxy/pom.xml
+++ b/services/console-proxy/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-services
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/console-proxy/server/pom.xml b/services/console-proxy/server/pom.xml
index d945e832fdb..df444753ba3 100644
--- a/services/console-proxy/server/pom.xml
+++ b/services/console-proxy/server/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-service-console-proxy
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/iam/plugin/pom.xml b/services/iam/plugin/pom.xml
index cc38f161bbf..383e5a2af6e 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.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index 31dd0ba096c..2eade3ec7de 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-services
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/iam/server/pom.xml b/services/iam/server/pom.xml
index 42daa33bf43..7811ab3b412 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.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/pom.xml b/services/pom.xml
index bcf6d2ef7d8..e79fb1571d1 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/secondary-storage/controller/pom.xml b/services/secondary-storage/controller/pom.xml
index 6ecd5dc7c8c..30ee905fa99 100644
--- a/services/secondary-storage/controller/pom.xml
+++ b/services/secondary-storage/controller/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-service-secondary-storage
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/secondary-storage/pom.xml b/services/secondary-storage/pom.xml
index 70bf3eb2a63..2609866c6ff 100644
--- a/services/secondary-storage/pom.xml
+++ b/services/secondary-storage/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-services
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/services/secondary-storage/server/pom.xml b/services/secondary-storage/server/pom.xml
index a3298feaf0f..bb25a49bfb9 100644
--- a/services/secondary-storage/server/pom.xml
+++ b/services/secondary-storage/server/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-service-secondary-storage
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/systemvm/pom.xml b/systemvm/pom.xml
index 081e6d0c5fe..b381b72844d 100644
--- a/systemvm/pom.xml
+++ b/systemvm/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/test/pom.xml b/test/pom.xml
index 6fa901349bb..745f572e724 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index 70efc9a64a5..0fecb23eab5 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -17,11 +17,11 @@
org.apache.cloudstack
cloud-tools
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
- ../../client/target/cloud-client-ui-4.5.0-SNAPSHOT/WEB-INF/
+ ../../client/target/cloud-client-ui-4.5.1-SNAPSHOT/WEB-INF/
${client.config.base}/lib
${client.config.base}/classes
diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml
index 841dbd8d16d..064ff70abec 100644
--- a/tools/checkstyle/pom.xml
+++ b/tools/checkstyle/pom.xml
@@ -24,7 +24,7 @@
Apache CloudStack Developer Tools - Checkstyle Configuration
org.apache.cloudstack
checkstyle
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml
index e2bc52d6cec..88368f97d2a 100644
--- a/tools/devcloud-kvm/pom.xml
+++ b/tools/devcloud-kvm/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloud-tools
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml
index 2609167cd6f..843d07795f7 100644
--- a/tools/devcloud/pom.xml
+++ b/tools/devcloud/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloud-tools
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/tools/marvin/marvin/deployAndRun.py b/tools/marvin/marvin/deployAndRun.py
index 5955bc98fde..b4082089243 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.0-SNAPSHOT"
+#VERSION = "4.5.1-SNAPSHOT"
class MarvinCli(cmd.Cmd, object):
diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index 381a22cfcbb..ac99c4136f6 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-tools
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index 2a44a1682c1..1f0ead9424e 100644
--- a/tools/marvin/setup.py
+++ b/tools/marvin/setup.py
@@ -27,7 +27,7 @@ except ImportError:
raise RuntimeError("python setuptools is required to build Marvin")
-VERSION = "4.5.0-SNAPSHOT"
+VERSION = "4.5.1-SNAPSHOT"
setup(name="Marvin",
version=VERSION,
diff --git a/tools/pom.xml b/tools/pom.xml
index 19e7514e9cb..5fa813bdeaa 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -27,7 +27,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/tools/wix-cloudstack-maven-plugin/pom.xml b/tools/wix-cloudstack-maven-plugin/pom.xml
index 7b89b0748c6..1edd9048573 100644
--- a/tools/wix-cloudstack-maven-plugin/pom.xml
+++ b/tools/wix-cloudstack-maven-plugin/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../../pom.xml
diff --git a/usage/pom.xml b/usage/pom.xml
index 0ce2ef64e70..af48cc84396 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
diff --git a/utils/pom.xml b/utils/pom.xml
index 7dafbba65d8..e32c2a5724b 100755
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT
../pom.xml
diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml
index 49811683b79..4e8dbdcd2c4 100644
--- a/vmware-base/pom.xml
+++ b/vmware-base/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.5.0-SNAPSHOT
+ 4.5.1-SNAPSHOT