diff --git a/agent/pom.xml b/agent/pom.xml
index 45ad21b1955..990691fe31d 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/api/pom.xml b/api/pom.xml
index 3a967190657..acc69ee4236 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index 7195846e1d8..0199bb256ed 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/client/pom.xml b/client/pom.xml
index 91fef9f88cf..012e466a239 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml
index 9cfb9f0c912..ef1e102c406 100644
--- a/console-proxy/pom.xml
+++ b/console-proxy/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
mkisofs
diff --git a/core/pom.xml b/core/pom.xml
index 2b9c943bd8b..015144bfeac 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/debian/rules b/debian/rules
index 9a2f85ccbfb..71a8deea0bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,8 +65,8 @@ install:
mkdir $(DESTDIR)/var/log/$(PACKAGE)/agent
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent/plugins
- install -D agent/target/cloud-agent-$(VERSION)-SNAPSHOT.jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/$(PACKAGE)-agent.jar
- install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-$(VERSION)-SNAPSHOT.jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
+ install -D agent/target/cloud-agent-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/$(PACKAGE)-agent.jar
+ install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
install -D plugins/hypervisors/kvm/target/dependencies/* $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
install -D packaging/debian/init/cloud-agent $(DESTDIR)/$(SYSCONFDIR)/init.d/$(PACKAGE)-agent
install -D agent/target/transformed/cloud-setup-agent $(DESTDIR)/usr/bin/cloudstack-setup-agent
@@ -90,7 +90,7 @@ install:
mkdir $(DESTDIR)/var/lib/$(PACKAGE)/management
mkdir $(DESTDIR)/var/lib/$(PACKAGE)/mnt
cp -r client/target/utilities/scripts/db/* $(DESTDIR)/usr/share/$(PACKAGE)-management/setup/
- cp -r client/target/cloud-client-ui-$(VERSION)-SNAPSHOT/* $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps/client/
+ cp -r client/target/cloud-client-ui-$(VERSION)/* $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps/client/
cp server/target/conf/* $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/server/
cp client/target/conf/* $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/management/
@@ -130,7 +130,7 @@ install:
install -D client/target/utilities/bin/cloud-setup-management $(DESTDIR)/usr/bin/cloudstack-setup-management
install -D client/target/utilities/bin/cloud-setup-encryption $(DESTDIR)/usr/bin/cloudstack-setup-encryption
install -D client/target/utilities/bin/cloud-sysvmadm $(DESTDIR)/usr/bin/cloudstack-sysvmadm
- install -D client/target/cloud-client-ui-$(VERSION)-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/systemvm.iso
+ install -D client/target/cloud-client-ui-$(VERSION)/WEB-INF/classes/vms/systemvm.iso $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/systemvm.iso
# We need jasypt for cloud-install-sys-tmplt, so this is a nasty hack to get it into the right place
install -D agent/target/dependencies/jasypt-1.9.0.jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib
@@ -143,7 +143,7 @@ install:
mkdir $(DESTDIR)/var/log/$(PACKAGE)/usage
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-usage
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-usage/plugins
- install -D usage/target/cloud-usage-$(VERSION)-SNAPSHOT.jar $(DESTDIR)/usr/share/$(PACKAGE)-usage/lib/$(PACKAGE)-usage.jar
+ install -D usage/target/cloud-usage-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-usage/lib/$(PACKAGE)-usage.jar
install -D usage/target/dependencies/* $(DESTDIR)/usr/share/$(PACKAGE)-usage/lib/
cp usage/target/transformed/* $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/usage/
install -D packaging/debian/init/cloud-usage $(DESTDIR)/$(SYSCONFDIR)/init.d/$(PACKAGE)-usage
@@ -155,7 +155,7 @@ install:
mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-bridge/webapps/awsapi
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-bridge/setup
ln -s /usr/share/$(PACKAGE)-bridge/webapps/awsapi $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps7080/awsapi
- cp -r awsapi/target/cloud-awsapi-$(VERSION)-SNAPSHOT/* $(DESTDIR)/usr/share/$(PACKAGE)-bridge/webapps/awsapi
+ cp -r awsapi/target/cloud-awsapi-$(VERSION)/* $(DESTDIR)/usr/share/$(PACKAGE)-bridge/webapps/awsapi
install -D awsapi-setup/setup/cloud-setup-bridge $(DESTDIR)/usr/bin/cloudstack-setup-bridge
install -D awsapi-setup/setup/cloudstack-aws-api-register $(DESTDIR)/usr/bin/cloudstack-aws-api-register
cp -r awsapi-setup/db/mysql/* $(DESTDIR)/usr/share/$(PACKAGE)-bridge/setup
diff --git a/deps/XenServerJava/pom.xml b/deps/XenServerJava/pom.xml
index 164f097c079..ad2c46b817c 100644
--- a/deps/XenServerJava/pom.xml
+++ b/deps/XenServerJava/pom.xml
@@ -21,11 +21,11 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
xapi
- 5.6.100-1-SNAPSHOT
+ 5.6.100-1
Apache XenSource XAPI
XenSource XAPI Java Bindings
diff --git a/developer/pom.xml b/developer/pom.xml
index 59ce55dfbce..c98a6f092cd 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -18,7 +18,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/engine/api/pom.xml b/engine/api/pom.xml
index 6721d80eaa0..4dfcc98912d 100644
--- a/engine/api/pom.xml
+++ b/engine/api/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/components-api/pom.xml b/engine/components-api/pom.xml
index b1eacfd5638..c8096718fc3 100644
--- a/engine/components-api/pom.xml
+++ b/engine/components-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/compute/pom.xml b/engine/compute/pom.xml
index a8eb180385d..99d14643009 100644
--- a/engine/compute/pom.xml
+++ b/engine/compute/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/network/pom.xml b/engine/network/pom.xml
index 6068e52582f..65e69002b53 100644
--- a/engine/network/pom.xml
+++ b/engine/network/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/orchestration/pom.xml b/engine/orchestration/pom.xml
index ac9ac0b95d1..4dac1157b51 100755
--- a/engine/orchestration/pom.xml
+++ b/engine/orchestration/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/pom.xml b/engine/pom.xml
index 2a913944366..2f37d7e09ce 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/schema/pom.xml b/engine/schema/pom.xml
index 45255179b0f..0af199fa993 100644
--- a/engine/schema/pom.xml
+++ b/engine/schema/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/service/pom.xml b/engine/service/pom.xml
index 15f3ca61911..2d4c7636236 100644
--- a/engine/service/pom.xml
+++ b/engine/service/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
cloud-engine-service
war
diff --git a/engine/storage/backup/pom.xml b/engine/storage/backup/pom.xml
index bbbf8008847..ae68d17dcfb 100644
--- a/engine/storage/backup/pom.xml
+++ b/engine/storage/backup/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/engine/storage/image/pom.xml b/engine/storage/image/pom.xml
index ae63a9ff75c..29c7ac68466 100644
--- a/engine/storage/image/pom.xml
+++ b/engine/storage/image/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/engine/storage/imagemotion/pom.xml b/engine/storage/imagemotion/pom.xml
index 1d818bd167a..e8de6565512 100644
--- a/engine/storage/imagemotion/pom.xml
+++ b/engine/storage/imagemotion/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/engine/storage/integration-test/pom.xml b/engine/storage/integration-test/pom.xml
index 6068ef76c7c..d1acbf1ee49 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/engine/storage/pom.xml b/engine/storage/pom.xml
index 6f2bb730f00..d8606f33f07 100644
--- a/engine/storage/pom.xml
+++ b/engine/storage/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/engine/storage/snapshot/pom.xml b/engine/storage/snapshot/pom.xml
index f4535e9414d..a73e0e8a81d 100644
--- a/engine/storage/snapshot/pom.xml
+++ b/engine/storage/snapshot/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/engine/storage/volume/pom.xml b/engine/storage/volume/pom.xml
index ad3d1dc4d69..0ddea5b18a5 100644
--- a/engine/storage/volume/pom.xml
+++ b/engine/storage/volume/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/framework/events/pom.xml b/framework/events/pom.xml
index d71e15964d0..73a310ebc9c 100644
--- a/framework/events/pom.xml
+++ b/framework/events/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/framework/ipc/pom.xml b/framework/ipc/pom.xml
index c6565745b05..7ac606f7128 100644
--- a/framework/ipc/pom.xml
+++ b/framework/ipc/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
@@ -25,13 +25,13 @@
org.apache.cloudstack
cloud-core
- 4.1.1-SNAPSHOT
+ 4.1.1
org.apache.cloudstack
cloud-utils
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/framework/pom.xml b/framework/pom.xml
index 37bcd8d7b6c..8712d99e06a 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
install
diff --git a/framework/rest/pom.xml b/framework/rest/pom.xml
index e0ff21bd831..50d402f0bbe 100644
--- a/framework/rest/pom.xml
+++ b/framework/rest/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
cloud-framework-rest
diff --git a/patches/pom.xml b/patches/pom.xml
index 67699cf4bc0..5b8f3fd7fea 100644
--- a/patches/pom.xml
+++ b/patches/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
install
diff --git a/plugins/acl/static-role-based/pom.xml b/plugins/acl/static-role-based/pom.xml
index 63307358617..d5a9da5868b 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/api/discovery/pom.xml b/plugins/api/discovery/pom.xml
index 60d71a20f98..1b3cff8e5c8 100644
--- a/plugins/api/discovery/pom.xml
+++ b/plugins/api/discovery/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/api/rate-limit/pom.xml b/plugins/api/rate-limit/pom.xml
index 93b13ef9b9e..9b924ca931d 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/deployment-planners/user-concentrated-pod/pom.xml b/plugins/deployment-planners/user-concentrated-pod/pom.xml
index bbf025ee81e..85b0d9f301c 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/deployment-planners/user-dispersing/pom.xml b/plugins/deployment-planners/user-dispersing/pom.xml
index a21182a3c74..f2279ce7204 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml
index e1ed924fab5..71956285d3e 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml
index 890c5aeba3d..2b1357e6d02 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/host-allocators/random/pom.xml b/plugins/host-allocators/random/pom.xml
index 28f3ba8bdd1..040e6027427 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index 90548f505d6..7454fd5308c 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml
index 32c3a4ffdf0..600ac096129 100644
--- a/plugins/hypervisors/ovm/pom.xml
+++ b/plugins/hypervisors/ovm/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/hypervisors/simulator/pom.xml b/plugins/hypervisors/simulator/pom.xml
index a162e8d2d11..21f1c69691a 100644
--- a/plugins/hypervisors/simulator/pom.xml
+++ b/plugins/hypervisors/simulator/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
org.apache.cloudstack
diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml
index 9028149d67c..38b91019347 100644
--- a/plugins/hypervisors/vmware/pom.xml
+++ b/plugins/hypervisors/vmware/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/hypervisors/xen/pom.xml b/plugins/hypervisors/xen/pom.xml
index 5bf7e918aa5..adf51b189cb 100644
--- a/plugins/hypervisors/xen/pom.xml
+++ b/plugins/hypervisors/xen/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/network-elements/bigswitch-vns/pom.xml b/plugins/network-elements/bigswitch-vns/pom.xml
index 3f0aa9ef2e2..8cf9b60a14f 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/network-elements/dns-notifier/pom.xml b/plugins/network-elements/dns-notifier/pom.xml
index c70554cb921..ceb428c738f 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
org.apache.cloudstack
diff --git a/plugins/network-elements/elastic-loadbalancer/pom.xml b/plugins/network-elements/elastic-loadbalancer/pom.xml
index 2dfcd82170d..d561a7d7863 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml
index 45c450a9d63..463efb9c137 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/network-elements/juniper-srx/pom.xml b/plugins/network-elements/juniper-srx/pom.xml
index 704bea13d44..486f739342e 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml
index e7a215b4b10..171209257dd 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml
index 2be308a0988..a7baedc9955 100644
--- a/plugins/network-elements/nicira-nvp/pom.xml
+++ b/plugins/network-elements/nicira-nvp/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/network-elements/ovs/pom.xml b/plugins/network-elements/ovs/pom.xml
index c05da00360f..3ad287d0af4 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/pom.xml b/plugins/pom.xml
index a53dd56ed26..82839b997f9 100755
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
install
diff --git a/plugins/storage-allocators/random/pom.xml b/plugins/storage-allocators/random/pom.xml
index edd9eaded13..a1b9d7e09fd 100644
--- a/plugins/storage-allocators/random/pom.xml
+++ b/plugins/storage-allocators/random/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/storage/image/s3/pom.xml b/plugins/storage/image/s3/pom.xml
index d3eee9b816d..d8e690a259b 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.1.1-SNAPSHOT
+ 4.1.1
../../../pom.xml
diff --git a/plugins/storage/volume/solidfire/pom.xml b/plugins/storage/volume/solidfire/pom.xml
index 500b205bfd2..67f9bac5216 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.1.1-SNAPSHOT
+ 4.1.1
../../../pom.xml
diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml
index b1e7ca83ee2..19191e2ea67 100644
--- a/plugins/user-authenticators/ldap/pom.xml
+++ b/plugins/user-authenticators/ldap/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/user-authenticators/md5/pom.xml b/plugins/user-authenticators/md5/pom.xml
index 9cd8ad5ceaf..2719c66f5ff 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/user-authenticators/plain-text/pom.xml b/plugins/user-authenticators/plain-text/pom.xml
index 92a3ba16946..3289cf21c56 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/plugins/user-authenticators/sha256salted/pom.xml b/plugins/user-authenticators/sha256salted/pom.xml
index cf9caa6059f..7ad2574d5e7 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.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/pom.xml b/pom.xml
index df802afba2c..db9b819f516 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
pom
Apache CloudStack
Apache CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.
diff --git a/server/pom.xml b/server/pom.xml
index 5a2734f0b7c..bce1417a343 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/test/pom.xml b/test/pom.xml
index cdf4d9058e8..ea74ce9e5cb 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index b55e22512fd..0044d150731 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
@@ -29,7 +29,7 @@
- ../../client/target/cloud-client-ui-4.1.1-SNAPSHOT/WEB-INF/
+ ../../client/target/cloud-client-ui-4.1.1/WEB-INF/
${client.config.base}/lib
${client.config.base}/classes
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index deace608092..13b571aff9a 100644
--- a/tools/cli/pom.xml
+++ b/tools/cli/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml
index 8ed1919f056..55281e49504 100644
--- a/tools/devcloud-kvm/pom.xml
+++ b/tools/devcloud-kvm/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml
index c85a3f7c66e..69da736127d 100644
--- a/tools/devcloud/pom.xml
+++ b/tools/devcloud/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index 740fbb6b571..957b4dd4ae9 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../../pom.xml
diff --git a/usage/pom.xml b/usage/pom.xml
index a7c31e869be..5f9be155396 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
diff --git a/utils/pom.xml b/utils/pom.xml
index b0ac65f600c..b531bd68fd0 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1
../pom.xml
diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml
index 37791ba5b70..926dd74d335 100644
--- a/vmware-base/pom.xml
+++ b/vmware-base/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.1-SNAPSHOT
+ 4.1.1