diff --git a/agent/pom.xml b/agent/pom.xml
index 73ad70c9d7a..4de57f2ba52 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/api/pom.xml b/api/pom.xml
index 48ec1edbefd..7461c67aaa2 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index 05f7e3e3bb2..33470a45d50 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/client/pom.xml b/client/pom.xml
index 47a6f189334..39d899edc1f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml
index 49f50fd4a81..ab9af163180 100644
--- a/console-proxy/pom.xml
+++ b/console-proxy/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
mkisofs
diff --git a/core/pom.xml b/core/pom.xml
index 0bab0fc8a02..3d6356e561e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/debian/rules b/debian/rules
index c5a80d4405e..ad82cc5aed0 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).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 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 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/bindir/cloud-setup-agent.in $(DESTDIR)/usr/bin/cloudstack-setup-agent
@@ -89,7 +89,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)/* $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps/client/
+ cp -r client/target/cloud-client-ui-$(VERSION)-SNAPSHOT/* $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps/client/
cp server/target/conf/* $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/server/
cp client/target/conf/* $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/management/
@@ -129,7 +129,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)/WEB-INF/classes/vms/systemvm.iso $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/systemvm.iso
+ install -D client/target/cloud-client-ui-$(VERSION)-SNAPSHOT/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
@@ -142,7 +142,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).jar $(DESTDIR)/usr/share/$(PACKAGE)-usage/lib/$(PACKAGE)-usage.jar
+ install -D usage/target/cloud-usage-$(VERSION)-SNAPSHOT.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
diff --git a/deps/XenServerJava/pom.xml b/deps/XenServerJava/pom.xml
index 60daf1100f6..18ba54f56a3 100644
--- a/deps/XenServerJava/pom.xml
+++ b/deps/XenServerJava/pom.xml
@@ -21,7 +21,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
xapi
diff --git a/developer/pom.xml b/developer/pom.xml
index 7b6aa4c287b..6be2df65ea0 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -18,7 +18,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/engine/api/pom.xml b/engine/api/pom.xml
index 95c0156b96b..cbb83e46add 100644
--- a/engine/api/pom.xml
+++ b/engine/api/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/components-api/pom.xml b/engine/components-api/pom.xml
index 871e1c36ffd..a4f8a44fa2a 100644
--- a/engine/components-api/pom.xml
+++ b/engine/components-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/compute/pom.xml b/engine/compute/pom.xml
index 3d774dbebde..8fb3ab4fb2b 100644
--- a/engine/compute/pom.xml
+++ b/engine/compute/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/network/pom.xml b/engine/network/pom.xml
index 435b489a2a8..3396a42321c 100644
--- a/engine/network/pom.xml
+++ b/engine/network/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/orchestration/pom.xml b/engine/orchestration/pom.xml
index 9a085dc140e..95426eae9dd 100755
--- a/engine/orchestration/pom.xml
+++ b/engine/orchestration/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/pom.xml b/engine/pom.xml
index 4f19934b8d7..9a5f6d57987 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/schema/pom.xml b/engine/schema/pom.xml
index 0916382f62e..3e38a840571 100644
--- a/engine/schema/pom.xml
+++ b/engine/schema/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/service/pom.xml b/engine/service/pom.xml
index 8a7b9ad1cff..38ff81591f2 100644
--- a/engine/service/pom.xml
+++ b/engine/service/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
cloud-engine-service
war
diff --git a/engine/storage/backup/pom.xml b/engine/storage/backup/pom.xml
index 5ffea3bcb4e..8b4fd277055 100644
--- a/engine/storage/backup/pom.xml
+++ b/engine/storage/backup/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/image/pom.xml b/engine/storage/image/pom.xml
index d00fb5eeaca..c05714b9b54 100644
--- a/engine/storage/image/pom.xml
+++ b/engine/storage/image/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/imagemotion/pom.xml b/engine/storage/imagemotion/pom.xml
index 3c5ae3bd3ed..856b9d995e5 100644
--- a/engine/storage/imagemotion/pom.xml
+++ b/engine/storage/imagemotion/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/integration-test/pom.xml b/engine/storage/integration-test/pom.xml
index 8b6ddad154b..782bc7d218e 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/pom.xml b/engine/storage/pom.xml
index 0c2ba12f055..e8a2eb75193 100644
--- a/engine/storage/pom.xml
+++ b/engine/storage/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/engine/storage/snapshot/pom.xml b/engine/storage/snapshot/pom.xml
index 0df6207c76a..45439c4726a 100644
--- a/engine/storage/snapshot/pom.xml
+++ b/engine/storage/snapshot/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/engine/storage/volume/pom.xml b/engine/storage/volume/pom.xml
index 4d0899b2b9f..e424cab5d0e 100644
--- a/engine/storage/volume/pom.xml
+++ b/engine/storage/volume/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloud-engine
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/framework/events/pom.xml b/framework/events/pom.xml
index 44f57127099..d21275a6744 100644
--- a/framework/events/pom.xml
+++ b/framework/events/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/framework/ipc/pom.xml b/framework/ipc/pom.xml
index 067f01e1213..6e01b7ec5d2 100644
--- a/framework/ipc/pom.xml
+++ b/framework/ipc/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
@@ -25,13 +25,13 @@
org.apache.cloudstack
cloud-core
- 4.1.0
+ 4.1.0-SNAPSHOT
org.apache.cloudstack
cloud-utils
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/framework/pom.xml b/framework/pom.xml
index d7512ae9c75..dafc0eb5a2d 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
install
diff --git a/framework/rest/pom.xml b/framework/rest/pom.xml
index 27e78d6dc04..5209ac51ddc 100644
--- a/framework/rest/pom.xml
+++ b/framework/rest/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-framework
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
cloud-framework-rest
diff --git a/patches/pom.xml b/patches/pom.xml
index 1480f1a43fe..a662bcb9791 100644
--- a/patches/pom.xml
+++ b/patches/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
install
diff --git a/plugins/acl/static-role-based/pom.xml b/plugins/acl/static-role-based/pom.xml
index b2510971e14..a2e8d05d48e 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/api/discovery/pom.xml b/plugins/api/discovery/pom.xml
index 50311d1f16b..1cfc5c2eaf2 100644
--- a/plugins/api/discovery/pom.xml
+++ b/plugins/api/discovery/pom.xml
@@ -26,7 +26,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/api/rate-limit/pom.xml b/plugins/api/rate-limit/pom.xml
index 7e020fbb9f4..1f0330916a9 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/deployment-planners/user-concentrated-pod/pom.xml b/plugins/deployment-planners/user-concentrated-pod/pom.xml
index 2984ca3a04c..78829356170 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/deployment-planners/user-dispersing/pom.xml b/plugins/deployment-planners/user-dispersing/pom.xml
index b52194f0a50..33f6582e72f 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml
index b3a19da6adf..6a47983a9b5 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml
index 0188c1fe6e6..e1c8866d15d 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/host-allocators/random/pom.xml b/plugins/host-allocators/random/pom.xml
index fbf033e6c65..ba7e1ae1e65 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index ecb0cc4a11b..62536dc6976 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml
index 74d6353dabb..5700c14d4eb 100644
--- a/plugins/hypervisors/ovm/pom.xml
+++ b/plugins/hypervisors/ovm/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/simulator/pom.xml b/plugins/hypervisors/simulator/pom.xml
index 6c337fa6b51..a1ab9c08639 100644
--- a/plugins/hypervisors/simulator/pom.xml
+++ b/plugins/hypervisors/simulator/pom.xml
@@ -22,7 +22,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
org.apache.cloudstack
diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml
index f7eb4c68c7f..d990e89b388 100644
--- a/plugins/hypervisors/vmware/pom.xml
+++ b/plugins/hypervisors/vmware/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/hypervisors/xen/pom.xml b/plugins/hypervisors/xen/pom.xml
index fb410d41df3..0a57afca284 100644
--- a/plugins/hypervisors/xen/pom.xml
+++ b/plugins/hypervisors/xen/pom.xml
@@ -16,7 +16,7 @@
org.apache.cloudstack
cloudstack-plugins
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/bigswitch-vns/pom.xml b/plugins/network-elements/bigswitch-vns/pom.xml
index 6275e45fed8..32650f31497 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/dns-notifier/pom.xml b/plugins/network-elements/dns-notifier/pom.xml
index 90c2f1d0678..ea35d788653 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
org.apache.cloudstack
diff --git a/plugins/network-elements/elastic-loadbalancer/pom.xml b/plugins/network-elements/elastic-loadbalancer/pom.xml
index e41c7b4f6fe..dac500d8fd2 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml
index 84e6dfa1c24..bf40332cfbb 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/juniper-srx/pom.xml b/plugins/network-elements/juniper-srx/pom.xml
index 9d311cbda7a..6040720da6e 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml
index 9467bdb9fd6..b11009d8b1a 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml
index d82c00250d5..70f85607e4a 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/network-elements/ovs/pom.xml b/plugins/network-elements/ovs/pom.xml
index fd030a63d7d..ab7ffab8465 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 1a962d9dc82..60432a621c6 100755
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
install
diff --git a/plugins/storage-allocators/random/pom.xml b/plugins/storage-allocators/random/pom.xml
index c7ca7eec6d7..b476d1de49f 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/storage/image/s3/pom.xml b/plugins/storage/image/s3/pom.xml
index fc38430c220..4ea6517527b 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.0
+ 4.1.0-SNAPSHOT
../../../pom.xml
diff --git a/plugins/storage/volume/solidfire/pom.xml b/plugins/storage/volume/solidfire/pom.xml
index f9c666f710e..cbbc54c368d 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.0
+ 4.1.0-SNAPSHOT
../../../pom.xml
diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml
index 5809cd7adde..05e9466d825 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/md5/pom.xml b/plugins/user-authenticators/md5/pom.xml
index 8a5cf68e811..f358f8f1c21 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/plain-text/pom.xml b/plugins/user-authenticators/plain-text/pom.xml
index 34b886b6d52..6406fa92489 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/user-authenticators/sha256salted/pom.xml b/plugins/user-authenticators/sha256salted/pom.xml
index 25600f6bf72..3f530f76e17 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.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/pom.xml b/pom.xml
index 4c4f64666a7..bfa8c039bec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
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 0e5589fb6de..0a4b705f935 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/test/pom.xml b/test/pom.xml
index a99b3096757..4507e8cc916 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index c71139771d9..6b159ff54eb 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
@@ -29,7 +29,7 @@
- ../../client/target/cloud-client-ui-4.1.0/WEB-INF/
+ ../../client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/
${client.config.base}/lib
${client.config.base}/classes
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index 343dcd615c6..d99d6fb3aec 100644
--- a/tools/cli/pom.xml
+++ b/tools/cli/pom.xml
@@ -25,7 +25,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml
index c75b69a132d..e90a257ccee 100644
--- a/tools/devcloud-kvm/pom.xml
+++ b/tools/devcloud-kvm/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml
index f72b8d688ce..cbf93a4918f 100644
--- a/tools/devcloud/pom.xml
+++ b/tools/devcloud/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index 2c640639dc9..51c70cd92b8 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -17,7 +17,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../../pom.xml
diff --git a/usage/pom.xml b/usage/pom.xml
index 6a8b832b5fc..43791f0f6bb 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
diff --git a/utils/pom.xml b/utils/pom.xml
index bf9fd020bb6..e4fd2b0f7e6 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -23,7 +23,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT
../pom.xml
diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml
index 8e60ad796b4..bd536fb574a 100644
--- a/vmware-base/pom.xml
+++ b/vmware-base/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloudstack
- 4.1.0
+ 4.1.0-SNAPSHOT