diff --git a/agent/pom.xml b/agent/pom.xml
index 838ef444bd5..b66124373a0 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/api/pom.xml b/api/pom.xml
index 4e027fdd9ce..c790a75c342 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index a2fb2d244fa..61fda9f1cda 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/client/pom.xml b/client/pom.xml
index c5e9c78d058..c663ef65873 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/core/pom.xml b/core/pom.xml
index 810a0d3a5f8..4d5cf03d8f3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/debian/changelog b/debian/changelog
index d0fbc7cab71..66e2d8b67e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cloudstack (4.4.3) unstable; urgency=low
+
+ * Update the version to 4.4.3
+
+ -- the Apache CloudStack project Wed, 15 Apr 2015 17:00:23 -0500
+
cloudstack (4.4.2) unstable; urgency=low
* Update the version to 4.4.2
diff --git a/debian/rules b/debian/rules
index 197e243bcfe..774670f7d7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
-MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo -SNAPSHOT; fi )
+MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo ; fi )
PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1)
SYSCONFDIR = "/etc"
DESTDIR = "debian/tmp"
diff --git a/deps/XenServerJava/pom.xml b/deps/XenServerJava/pom.xml
index b899117bd50..d4330ea568e 100644
--- a/deps/XenServerJava/pom.xml
+++ b/deps/XenServerJava/pom.xml
@@ -21,7 +21,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
xapi
diff --git a/developer/pom.xml b/developer/pom.xml
index 8ce5787fd4c..5c674163fa6 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -18,7 +18,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/engine/api/pom.xml b/engine/api/pom.xml
index 86933855b2b..5724ce4e8a4 100644
--- a/engine/api/pom.xml
+++ b/engine/api/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/engine/components-api/pom.xml b/engine/components-api/pom.xml
index 6f0abe61cf9..2c2e326d561 100644
--- a/engine/components-api/pom.xml
+++ b/engine/components-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/engine/network/pom.xml b/engine/network/pom.xml
index 27761a12886..03eb4ed21ba 100644
--- a/engine/network/pom.xml
+++ b/engine/network/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/engine/orchestration/pom.xml b/engine/orchestration/pom.xml
index 129ff53094c..66b34b12f1b 100755
--- a/engine/orchestration/pom.xml
+++ b/engine/orchestration/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/engine/pom.xml b/engine/pom.xml
index 6ff905af91e..6d0743a7e77 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/engine/schema/pom.xml b/engine/schema/pom.xml
index f42a528e27b..4ab5a76cfff 100644
--- a/engine/schema/pom.xml
+++ b/engine/schema/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/engine/service/pom.xml b/engine/service/pom.xml
index 60b7e9d1347..a8a5d2683a7 100644
--- a/engine/service/pom.xml
+++ b/engine/service/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
cloud-engine-service
war
diff --git a/engine/storage/cache/pom.xml b/engine/storage/cache/pom.xml
index e6834de9abc..a0da8fc7344 100644
--- a/engine/storage/cache/pom.xml
+++ b/engine/storage/cache/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/engine/storage/datamotion/pom.xml b/engine/storage/datamotion/pom.xml
index 7baa05ba5d8..16accd8e03e 100644
--- a/engine/storage/datamotion/pom.xml
+++ b/engine/storage/datamotion/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/engine/storage/image/pom.xml b/engine/storage/image/pom.xml
index 32bb21237c4..e974ee76536 100644
--- a/engine/storage/image/pom.xml
+++ b/engine/storage/image/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/engine/storage/integration-test/pom.xml b/engine/storage/integration-test/pom.xml
index 52bc8510310..fd59362b445 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/engine/storage/pom.xml b/engine/storage/pom.xml
index 06335a8f40d..05ce191c134 100644
--- a/engine/storage/pom.xml
+++ b/engine/storage/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/engine/storage/snapshot/pom.xml b/engine/storage/snapshot/pom.xml
index e3643d78340..4334ff8a62c 100644
--- a/engine/storage/snapshot/pom.xml
+++ b/engine/storage/snapshot/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/engine/storage/volume/pom.xml b/engine/storage/volume/pom.xml
index d0cc632a098..cec65add0f4 100644
--- a/engine/storage/volume/pom.xml
+++ b/engine/storage/volume/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/framework/cluster/pom.xml b/framework/cluster/pom.xml
index 4fcb136a41c..d270a1aedd5 100644
--- a/framework/cluster/pom.xml
+++ b/framework/cluster/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/framework/config/pom.xml b/framework/config/pom.xml
index 4663f4116fb..571bee37b26 100644
--- a/framework/config/pom.xml
+++ b/framework/config/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/framework/db/pom.xml b/framework/db/pom.xml
index 225231b3d1c..cf49c8d9377 100644
--- a/framework/db/pom.xml
+++ b/framework/db/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/framework/events/pom.xml b/framework/events/pom.xml
index 7a9c1946895..c5a63fa47e6 100644
--- a/framework/events/pom.xml
+++ b/framework/events/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/framework/ipc/pom.xml b/framework/ipc/pom.xml
index fd9a6ad5444..3d1c67ffa85 100644
--- a/framework/ipc/pom.xml
+++ b/framework/ipc/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/framework/jobs/pom.xml b/framework/jobs/pom.xml
index 7144e1a98a0..b091bcfb761 100644
--- a/framework/jobs/pom.xml
+++ b/framework/jobs/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/framework/managed-context/pom.xml b/framework/managed-context/pom.xml
index 341f4bff6b6..45a47c6a14d 100644
--- a/framework/managed-context/pom.xml
+++ b/framework/managed-context/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.4.3-SNAPSHOT
+ 4.4.3
../../maven-standard/pom.xml
diff --git a/framework/pom.xml b/framework/pom.xml
index c7f89301973..ff98beef38f 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
install
diff --git a/framework/rest/pom.xml b/framework/rest/pom.xml
index fb86fc23f69..fb8cefd4f38 100644
--- a/framework/rest/pom.xml
+++ b/framework/rest/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
cloud-framework-rest
diff --git a/framework/security/pom.xml b/framework/security/pom.xml
index ddf19201d10..6bcda0c4c77 100644
--- a/framework/security/pom.xml
+++ b/framework/security/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/framework/spring/lifecycle/pom.xml b/framework/spring/lifecycle/pom.xml
index 60b7f8e3cde..3580f008151 100644
--- a/framework/spring/lifecycle/pom.xml
+++ b/framework/spring/lifecycle/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.4.3-SNAPSHOT
+ 4.4.3
../../../maven-standard/pom.xml
diff --git a/framework/spring/module/pom.xml b/framework/spring/module/pom.xml
index 347efa69580..f165dd74246 100644
--- a/framework/spring/module/pom.xml
+++ b/framework/spring/module/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.4.3-SNAPSHOT
+ 4.4.3
../../../maven-standard/pom.xml
diff --git a/maven-standard/pom.xml b/maven-standard/pom.xml
index 3dca9388279..bd40e2cf4c9 100644
--- a/maven-standard/pom.xml
+++ b/maven-standard/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/plugins/acl/static-role-based/pom.xml b/plugins/acl/static-role-based/pom.xml
index 4a1127cd556..ba191c6d4ff 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/affinity-group-processors/explicit-dedication/pom.xml b/plugins/affinity-group-processors/explicit-dedication/pom.xml
index b7909944e4f..d6c0fb2462e 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.4.3-SNAPSHOT
+ 4.4.3
../../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 39573d8e3c5..eef8c470bf5 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/alert-handlers/snmp-alerts/pom.xml b/plugins/alert-handlers/snmp-alerts/pom.xml
index 06539565845..e981f6bcc02 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
4.0.0
diff --git a/plugins/alert-handlers/syslog-alerts/pom.xml b/plugins/alert-handlers/syslog-alerts/pom.xml
index d361cf14449..df24ec4ebbd 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
4.0.0
diff --git a/plugins/api/discovery/pom.xml b/plugins/api/discovery/pom.xml
index 6cf52d8d601..ff03fa2ab25 100644
--- a/plugins/api/discovery/pom.xml
+++ b/plugins/api/discovery/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/api/rate-limit/pom.xml b/plugins/api/rate-limit/pom.xml
index ece38dd34df..3bfd629adcb 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/database/mysql-ha/pom.xml b/plugins/database/mysql-ha/pom.xml
index 844787c06fd..d5107ee9e5c 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/dedicated-resources/pom.xml b/plugins/dedicated-resources/pom.xml
index ba4c87b25ad..95963e1bb7d 100644
--- a/plugins/dedicated-resources/pom.xml
+++ b/plugins/dedicated-resources/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/plugins/deployment-planners/implicit-dedication/pom.xml b/plugins/deployment-planners/implicit-dedication/pom.xml
index b3d732f9b1e..7dba4aead9f 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/deployment-planners/user-concentrated-pod/pom.xml b/plugins/deployment-planners/user-concentrated-pod/pom.xml
index 5fb00e33269..fef0de4513c 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/deployment-planners/user-dispersing/pom.xml b/plugins/deployment-planners/user-dispersing/pom.xml
index b248103534d..1d0433bdf53 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/event-bus/inmemory/pom.xml b/plugins/event-bus/inmemory/pom.xml
index 5d557843086..7ca2e03100c 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml
index 2c691e1dc3d..450a34b2ae1 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml
index 61d3b57ca99..7946630b24a 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/ha-planners/skip-heurestics/pom.xml b/plugins/ha-planners/skip-heurestics/pom.xml
index 72b7f675a16..6eaaef03ca7 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/host-allocators/random/pom.xml b/plugins/host-allocators/random/pom.xml
index 8b1a6132099..c89da288197 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/hypervisors/baremetal/pom.xml b/plugins/hypervisors/baremetal/pom.xml
index 74ed66c89ee..5c7b8d92d82 100755
--- a/plugins/hypervisors/baremetal/pom.xml
+++ b/plugins/hypervisors/baremetal/pom.xml
@@ -21,7 +21,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
cloud-plugin-hypervisor-baremetal
diff --git a/plugins/hypervisors/hyperv/pom.xml b/plugins/hypervisors/hyperv/pom.xml
index d06a6cfb7d6..9bfd4989ab4 100644
--- a/plugins/hypervisors/hyperv/pom.xml
+++ b/plugins/hypervisors/hyperv/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index c582201c344..7ac49905dc5 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml
index 44f1b2850cc..d1c3b15a7fd 100644
--- a/plugins/hypervisors/ovm/pom.xml
+++ b/plugins/hypervisors/ovm/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/hypervisors/simulator/pom.xml b/plugins/hypervisors/simulator/pom.xml
index d10ab3ba7f5..929f8ba9845 100644
--- a/plugins/hypervisors/simulator/pom.xml
+++ b/plugins/hypervisors/simulator/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
cloud-plugin-hypervisor-simulator
diff --git a/plugins/hypervisors/ucs/pom.xml b/plugins/hypervisors/ucs/pom.xml
index 6f5782646f8..245700c1861 100755
--- a/plugins/hypervisors/ucs/pom.xml
+++ b/plugins/hypervisors/ucs/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
cloud-plugin-hypervisor-ucs
diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml
index 88b61798fa3..149f0e8d218 100644
--- a/plugins/hypervisors/vmware/pom.xml
+++ b/plugins/hypervisors/vmware/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/hypervisors/xen/pom.xml b/plugins/hypervisors/xen/pom.xml
index f513a5c80bd..84914f5736d 100644
--- a/plugins/hypervisors/xen/pom.xml
+++ b/plugins/hypervisors/xen/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/bigswitch-vns/pom.xml b/plugins/network-elements/bigswitch-vns/pom.xml
index 2c3ce53a940..032e2f6939e 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/cisco-vnmc/pom.xml b/plugins/network-elements/cisco-vnmc/pom.xml
index 3bcd8a7d85e..eada7c0c600 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/dns-notifier/pom.xml b/plugins/network-elements/dns-notifier/pom.xml
index 3d20a9f867c..212256665a0 100644
--- a/plugins/network-elements/dns-notifier/pom.xml
+++ b/plugins/network-elements/dns-notifier/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
cloud-plugin-example-dns-notifier
diff --git a/plugins/network-elements/elastic-loadbalancer/pom.xml b/plugins/network-elements/elastic-loadbalancer/pom.xml
index 893392d868f..c5f6bab9d55 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml
index 940111f8cfd..3bc440598cc 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/internal-loadbalancer/pom.xml b/plugins/network-elements/internal-loadbalancer/pom.xml
index bc9b77ae413..67341dd3504 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/juniper-contrail/pom.xml b/plugins/network-elements/juniper-contrail/pom.xml
index 152288ef1a3..15cc1b56cb3 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/juniper-srx/pom.xml b/plugins/network-elements/juniper-srx/pom.xml
index ddb45073af1..7e64777d9db 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/midonet/pom.xml b/plugins/network-elements/midonet/pom.xml
index d247325074e..59f2e7530e7 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml
index 77890125aea..b530794fc17 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml
index 984e4c31c26..00769ef515e 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/opendaylight/pom.xml b/plugins/network-elements/opendaylight/pom.xml
index df5554d9c72..469f5dd84a0 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/ovs/pom.xml b/plugins/network-elements/ovs/pom.xml
index c363607f6cb..b9857fa65b8 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/palo-alto/pom.xml b/plugins/network-elements/palo-alto/pom.xml
index b936eed47c7..3911c634bc9 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/stratosphere-ssp/pom.xml b/plugins/network-elements/stratosphere-ssp/pom.xml
index 883dfe279aa..1149dbf8c9f 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/network-elements/vxlan/pom.xml b/plugins/network-elements/vxlan/pom.xml
index 20aa5d7da00..5f8f595a454 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/pom.xml b/plugins/pom.xml
index ba9e25f292c..a6bada5d6b7 100755
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/plugins/storage-allocators/random/pom.xml b/plugins/storage-allocators/random/pom.xml
index 096fb8f5565..700cb8e1058 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/storage/image/default/pom.xml b/plugins/storage/image/default/pom.xml
index 8e7ca202d50..8198ab54902 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/image/s3/pom.xml b/plugins/storage/image/s3/pom.xml
index 1bc4a31ffe6..54e45b31410 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/image/sample/pom.xml b/plugins/storage/image/sample/pom.xml
index 1c7ba227b30..fb2787224f3 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/image/swift/pom.xml b/plugins/storage/image/swift/pom.xml
index dcb25a0a259..a150727293b 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/volume/cloudbyte/pom.xml b/plugins/storage/volume/cloudbyte/pom.xml
index 414cf21eb5c..898ea4bafca 100755
--- a/plugins/storage/volume/cloudbyte/pom.xml
+++ b/plugins/storage/volume/cloudbyte/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/volume/default/pom.xml b/plugins/storage/volume/default/pom.xml
index 3c7dabf7f94..53932b69ef7 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/volume/nexenta/pom.xml b/plugins/storage/volume/nexenta/pom.xml
index 1ba7aff7525..33734e6ed07 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/volume/sample/pom.xml b/plugins/storage/volume/sample/pom.xml
index 68a1e460b2f..e8217153a05 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/storage/volume/solidfire/pom.xml b/plugins/storage/volume/solidfire/pom.xml
index e163a0ead3f..2fd1a88d457 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.4.3-SNAPSHOT
+ 4.4.3
../../../pom.xml
diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml
index aacccc2ff3f..a629afdcb7b 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/user-authenticators/md5/pom.xml b/plugins/user-authenticators/md5/pom.xml
index edbfaaefed6..745d95f1bf3 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/user-authenticators/plain-text/pom.xml b/plugins/user-authenticators/plain-text/pom.xml
index 91fd43e893d..00d82d64259 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/plugins/user-authenticators/sha256salted/pom.xml b/plugins/user-authenticators/sha256salted/pom.xml
index afc0991c702..4e3d0bdf5d2 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/pom.xml b/pom.xml
index b889a1ebace..e2b7e9e620b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
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 92b81368e37..452743a13ab 100644
--- a/quickcloud/pom.xml
+++ b/quickcloud/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-maven-standard
- 4.4.3-SNAPSHOT
+ 4.4.3
../maven-standard/pom.xml
diff --git a/server/pom.xml b/server/pom.xml
index 0452928e4b9..3f0dd159613 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/services/console-proxy-rdp/rdpconsole/pom.xml b/services/console-proxy-rdp/rdpconsole/pom.xml
index 4d84124ab42..abd9c065922 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.4.3-SNAPSHOT
+ 4.4.3
../../pom.xml
diff --git a/services/console-proxy/pom.xml b/services/console-proxy/pom.xml
index d772a78c914..163d2e23dfa 100644
--- a/services/console-proxy/pom.xml
+++ b/services/console-proxy/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-services
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/services/console-proxy/server/pom.xml b/services/console-proxy/server/pom.xml
index 4398c6a75d5..d0aef287d44 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.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/services/pom.xml b/services/pom.xml
index 51a78f527e4..d35e9441a41 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/services/secondary-storage/controller/pom.xml b/services/secondary-storage/controller/pom.xml
index 535ab7887a7..cea98cdc905 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.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/services/secondary-storage/pom.xml b/services/secondary-storage/pom.xml
index c0b9b915999..6605278f367 100644
--- a/services/secondary-storage/pom.xml
+++ b/services/secondary-storage/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-services
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/services/secondary-storage/server/pom.xml b/services/secondary-storage/server/pom.xml
index 7589005e887..34481f59e7c 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.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/systemvm/pom.xml b/systemvm/pom.xml
index 4063c28c1d9..fc7580e27fa 100644
--- a/systemvm/pom.xml
+++ b/systemvm/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/test/pom.xml b/test/pom.xml
index cd1a4ef1c24..10659116b41 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index d452c76e4a9..0cd3c212005 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -17,11 +17,11 @@
org.apache.cloudstack
cloud-tools
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
- ../../client/target/cloud-client-ui-4.4.3-SNAPSHOT/WEB-INF/
+ ../../client/target/cloud-client-ui-4.4.3/WEB-INF/
${client.config.base}/lib
${client.config.base}/classes
diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml
index 8eaa8578e7b..a58720dd1e6 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.4.3-SNAPSHOT
+ 4.4.3
diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml
index 3142a39d9cc..c25cdba9164 100644
--- a/tools/devcloud-kvm/pom.xml
+++ b/tools/devcloud-kvm/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloud-tools
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml
index 9dca48ed2ce..b710015583b 100644
--- a/tools/devcloud/pom.xml
+++ b/tools/devcloud/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloud-tools
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index 413f9f892d3..6cbef852e19 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-tools
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/tools/pom.xml b/tools/pom.xml
index caf85e83b46..04c5249ac06 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -27,7 +27,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/usage/pom.xml b/usage/pom.xml
index 1807cab172b..09d572735b5 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -15,7 +15,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
diff --git a/utils/pom.xml b/utils/pom.xml
index 59961863a2a..27887ed5d89 100755
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3
../pom.xml
diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml
index bacde73e4a5..e5d5490eb4b 100644
--- a/vmware-base/pom.xml
+++ b/vmware-base/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.4.3-SNAPSHOT
+ 4.4.3