Updated Branches: refs/heads/4.1 0000bff36 -> 8794bb634
Updating pom.xml version numbers for release 4.1.1 Signed-off-by: ilya musayev <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8fe3505c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8fe3505c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8fe3505c Branch: refs/heads/4.1 Commit: 8fe3505cba45756a51e9e9ee97cd09bf1e71c79e Parents: 0000bff Author: ilya musayev <[email protected]> Authored: Wed Jul 24 13:11:48 2013 -0400 Committer: ilya musayev <[email protected]> Committed: Wed Jul 24 13:11:48 2013 -0400 ---------------------------------------------------------------------- agent/pom.xml | 2 +- api/pom.xml | 2 +- awsapi/pom.xml | 2 +- client/pom.xml | 2 +- console-proxy/pom.xml | 2 +- core/pom.xml | 2 +- debian/rules | 12 ++++++------ developer/pom.xml | 2 +- engine/api/pom.xml | 2 +- engine/components-api/pom.xml | 2 +- engine/compute/pom.xml | 2 +- engine/network/pom.xml | 2 +- engine/orchestration/pom.xml | 2 +- engine/pom.xml | 2 +- engine/schema/pom.xml | 2 +- engine/service/pom.xml | 2 +- engine/storage/backup/pom.xml | 2 +- engine/storage/image/pom.xml | 2 +- engine/storage/imagemotion/pom.xml | 2 +- engine/storage/integration-test/pom.xml | 2 +- engine/storage/pom.xml | 2 +- engine/storage/snapshot/pom.xml | 2 +- engine/storage/volume/pom.xml | 2 +- framework/events/pom.xml | 2 +- framework/ipc/pom.xml | 6 +++--- framework/pom.xml | 2 +- framework/rest/pom.xml | 2 +- patches/pom.xml | 2 +- plugins/acl/static-role-based/pom.xml | 2 +- plugins/api/discovery/pom.xml | 2 +- plugins/api/rate-limit/pom.xml | 2 +- .../deployment-planners/user-concentrated-pod/pom.xml | 2 +- plugins/deployment-planners/user-dispersing/pom.xml | 2 +- plugins/event-bus/rabbitmq/pom.xml | 2 +- plugins/file-systems/netapp/pom.xml | 2 +- plugins/host-allocators/random/pom.xml | 2 +- plugins/hypervisors/kvm/pom.xml | 2 +- plugins/hypervisors/ovm/pom.xml | 2 +- plugins/hypervisors/simulator/pom.xml | 2 +- plugins/hypervisors/vmware/pom.xml | 2 +- plugins/hypervisors/xen/pom.xml | 2 +- plugins/network-elements/bigswitch-vns/pom.xml | 2 +- plugins/network-elements/dns-notifier/pom.xml | 2 +- plugins/network-elements/elastic-loadbalancer/pom.xml | 2 +- plugins/network-elements/f5/pom.xml | 2 +- plugins/network-elements/juniper-srx/pom.xml | 2 +- plugins/network-elements/netscaler/pom.xml | 2 +- plugins/network-elements/nicira-nvp/pom.xml | 2 +- plugins/network-elements/ovs/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/storage-allocators/random/pom.xml | 2 +- plugins/storage/image/s3/pom.xml | 2 +- plugins/storage/volume/solidfire/pom.xml | 2 +- plugins/user-authenticators/ldap/pom.xml | 2 +- plugins/user-authenticators/md5/pom.xml | 2 +- plugins/user-authenticators/plain-text/pom.xml | 2 +- plugins/user-authenticators/sha256salted/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- test/pom.xml | 2 +- tools/apidoc/pom.xml | 2 +- tools/cli/pom.xml | 2 +- tools/devcloud-kvm/pom.xml | 2 +- tools/devcloud/pom.xml | 2 +- tools/marvin/pom.xml | 2 +- usage/pom.xml | 2 +- utils/pom.xml | 2 +- vmware-base/pom.xml | 2 +- 68 files changed, 75 insertions(+), 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/agent/pom.xml ---------------------------------------------------------------------- diff --git a/agent/pom.xml b/agent/pom.xml index 45ad21b..990691f 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 3a96719..acc69ee 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 7195846..0199bb2 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 91fef9f..012e466 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/console-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml index 9cfb9f0..ef1e102 100644 --- a/console-proxy/pom.xml +++ b/console-proxy/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <properties> <mkisofs>mkisofs</mkisofs> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 2b9c943..015144b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index 9a2f85c..71a8dee 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 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/developer/pom.xml ---------------------------------------------------------------------- diff --git a/developer/pom.xml b/developer/pom.xml index 59ce55d..c98a6f0 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/api/pom.xml ---------------------------------------------------------------------- diff --git a/engine/api/pom.xml b/engine/api/pom.xml index 6721d80..4dfcc98 100644 --- a/engine/api/pom.xml +++ b/engine/api/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/components-api/pom.xml ---------------------------------------------------------------------- diff --git a/engine/components-api/pom.xml b/engine/components-api/pom.xml index b1eacfd..c809671 100644 --- a/engine/components-api/pom.xml +++ b/engine/components-api/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/compute/pom.xml ---------------------------------------------------------------------- diff --git a/engine/compute/pom.xml b/engine/compute/pom.xml index a8eb180..99d1464 100644 --- a/engine/compute/pom.xml +++ b/engine/compute/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/network/pom.xml ---------------------------------------------------------------------- diff --git a/engine/network/pom.xml b/engine/network/pom.xml index 6068e52..65e6900 100644 --- a/engine/network/pom.xml +++ b/engine/network/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/orchestration/pom.xml ---------------------------------------------------------------------- diff --git a/engine/orchestration/pom.xml b/engine/orchestration/pom.xml index ac9ac0b..4dac115 100755 --- a/engine/orchestration/pom.xml +++ b/engine/orchestration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 2a91394..2f37d7e 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/schema/pom.xml ---------------------------------------------------------------------- diff --git a/engine/schema/pom.xml b/engine/schema/pom.xml index 4525517..0af199f 100644 --- a/engine/schema/pom.xml +++ b/engine/schema/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/service/pom.xml ---------------------------------------------------------------------- diff --git a/engine/service/pom.xml b/engine/service/pom.xml index 15f3ca6..2d4c763 100644 --- a/engine/service/pom.xml +++ b/engine/service/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>cloud-engine-service</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/storage/backup/pom.xml ---------------------------------------------------------------------- diff --git a/engine/storage/backup/pom.xml b/engine/storage/backup/pom.xml index bbbf800..ae68d17 100644 --- a/engine/storage/backup/pom.xml +++ b/engine/storage/backup/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/storage/image/pom.xml ---------------------------------------------------------------------- diff --git a/engine/storage/image/pom.xml b/engine/storage/image/pom.xml index ae63a9f..29c7ac6 100644 --- a/engine/storage/image/pom.xml +++ b/engine/storage/image/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/storage/imagemotion/pom.xml ---------------------------------------------------------------------- diff --git a/engine/storage/imagemotion/pom.xml b/engine/storage/imagemotion/pom.xml index 1d818bd..e8de656 100644 --- a/engine/storage/imagemotion/pom.xml +++ b/engine/storage/imagemotion/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/storage/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/engine/storage/integration-test/pom.xml b/engine/storage/integration-test/pom.xml index 6068ef7..d1acbf1 100644 --- a/engine/storage/integration-test/pom.xml +++ b/engine/storage/integration-test/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/storage/pom.xml ---------------------------------------------------------------------- diff --git a/engine/storage/pom.xml b/engine/storage/pom.xml index 6f2bb73..d8606f3 100644 --- a/engine/storage/pom.xml +++ b/engine/storage/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/storage/snapshot/pom.xml ---------------------------------------------------------------------- diff --git a/engine/storage/snapshot/pom.xml b/engine/storage/snapshot/pom.xml index f4535e9..a73e0e8 100644 --- a/engine/storage/snapshot/pom.xml +++ b/engine/storage/snapshot/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/engine/storage/volume/pom.xml ---------------------------------------------------------------------- diff --git a/engine/storage/volume/pom.xml b/engine/storage/volume/pom.xml index ad3d1dc..0ddea5b 100644 --- a/engine/storage/volume/pom.xml +++ b/engine/storage/volume/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-engine</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/framework/events/pom.xml ---------------------------------------------------------------------- diff --git a/framework/events/pom.xml b/framework/events/pom.xml index d71e159..73a310e 100644 --- a/framework/events/pom.xml +++ b/framework/events/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-framework</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/framework/ipc/pom.xml ---------------------------------------------------------------------- diff --git a/framework/ipc/pom.xml b/framework/ipc/pom.xml index c656574..7ac606f 100644 --- a/framework/ipc/pom.xml +++ b/framework/ipc/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-framework</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> @@ -25,13 +25,13 @@ <dependency> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-core</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </dependency> <dependency> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-utils</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/framework/pom.xml ---------------------------------------------------------------------- diff --git a/framework/pom.xml b/framework/pom.xml index 37bcd8d..8712d99 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <build> <defaultGoal>install</defaultGoal> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/framework/rest/pom.xml ---------------------------------------------------------------------- diff --git a/framework/rest/pom.xml b/framework/rest/pom.xml index e0ff21b..50d402f 100644 --- a/framework/rest/pom.xml +++ b/framework/rest/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-framework</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>cloud-framework-rest</artifactId> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/patches/pom.xml ---------------------------------------------------------------------- diff --git a/patches/pom.xml b/patches/pom.xml index 67699cf..5b8f3fd 100644 --- a/patches/pom.xml +++ b/patches/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <build> <defaultGoal>install</defaultGoal> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/acl/static-role-based/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/acl/static-role-based/pom.xml b/plugins/acl/static-role-based/pom.xml index 6330735..d5a9da5 100644 --- a/plugins/acl/static-role-based/pom.xml +++ b/plugins/acl/static-role-based/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/api/discovery/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/api/discovery/pom.xml b/plugins/api/discovery/pom.xml index 60d71a2..1b3cff8 100644 --- a/plugins/api/discovery/pom.xml +++ b/plugins/api/discovery/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/api/rate-limit/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/api/rate-limit/pom.xml b/plugins/api/rate-limit/pom.xml index 93b13ef..9b924ca 100644 --- a/plugins/api/rate-limit/pom.xml +++ b/plugins/api/rate-limit/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/deployment-planners/user-concentrated-pod/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/deployment-planners/user-concentrated-pod/pom.xml b/plugins/deployment-planners/user-concentrated-pod/pom.xml index bbf025e..85b0d9f 100644 --- a/plugins/deployment-planners/user-concentrated-pod/pom.xml +++ b/plugins/deployment-planners/user-concentrated-pod/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/deployment-planners/user-dispersing/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/deployment-planners/user-dispersing/pom.xml b/plugins/deployment-planners/user-dispersing/pom.xml index a21182a..f2279ce 100644 --- a/plugins/deployment-planners/user-dispersing/pom.xml +++ b/plugins/deployment-planners/user-dispersing/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/event-bus/rabbitmq/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml index e1ed924..7195628 100644 --- a/plugins/event-bus/rabbitmq/pom.xml +++ b/plugins/event-bus/rabbitmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/file-systems/netapp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml index 890c5ae..2b1357e 100644 --- a/plugins/file-systems/netapp/pom.xml +++ b/plugins/file-systems/netapp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/host-allocators/random/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/host-allocators/random/pom.xml b/plugins/host-allocators/random/pom.xml index 28f3ba8..040e602 100644 --- a/plugins/host-allocators/random/pom.xml +++ b/plugins/host-allocators/random/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/hypervisors/kvm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml index 90548f5..7454fd5 100644 --- a/plugins/hypervisors/kvm/pom.xml +++ b/plugins/hypervisors/kvm/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <repositories> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/hypervisors/ovm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml index 32c3a4f..600ac09 100644 --- a/plugins/hypervisors/ovm/pom.xml +++ b/plugins/hypervisors/ovm/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/hypervisors/simulator/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/simulator/pom.xml b/plugins/hypervisors/simulator/pom.xml index a162e8d..21f1c69 100644 --- a/plugins/hypervisors/simulator/pom.xml +++ b/plugins/hypervisors/simulator/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.cloudstack</groupId> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/hypervisors/vmware/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml index 9028149..38b9101 100644 --- a/plugins/hypervisors/vmware/pom.xml +++ b/plugins/hypervisors/vmware/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/hypervisors/xen/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/xen/pom.xml b/plugins/hypervisors/xen/pom.xml index 5bf7e91..adf51b1 100644 --- a/plugins/hypervisors/xen/pom.xml +++ b/plugins/hypervisors/xen/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/bigswitch-vns/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/bigswitch-vns/pom.xml b/plugins/network-elements/bigswitch-vns/pom.xml index 3f0aa9e..8cf9b60 100644 --- a/plugins/network-elements/bigswitch-vns/pom.xml +++ b/plugins/network-elements/bigswitch-vns/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/dns-notifier/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/dns-notifier/pom.xml b/plugins/network-elements/dns-notifier/pom.xml index c70554c..ceb428c 100644 --- a/plugins/network-elements/dns-notifier/pom.xml +++ b/plugins/network-elements/dns-notifier/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.cloudstack</groupId> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/elastic-loadbalancer/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/elastic-loadbalancer/pom.xml b/plugins/network-elements/elastic-loadbalancer/pom.xml index 2dfcd82..d561a7d 100644 --- a/plugins/network-elements/elastic-loadbalancer/pom.xml +++ b/plugins/network-elements/elastic-loadbalancer/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/f5/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml index 45c450a..463efb9 100644 --- a/plugins/network-elements/f5/pom.xml +++ b/plugins/network-elements/f5/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/juniper-srx/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/juniper-srx/pom.xml b/plugins/network-elements/juniper-srx/pom.xml index 704bea1..486f739 100644 --- a/plugins/network-elements/juniper-srx/pom.xml +++ b/plugins/network-elements/juniper-srx/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/netscaler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml index e7a215b..1712092 100644 --- a/plugins/network-elements/netscaler/pom.xml +++ b/plugins/network-elements/netscaler/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/nicira-nvp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml index 2be308a..a7baedc 100644 --- a/plugins/network-elements/nicira-nvp/pom.xml +++ b/plugins/network-elements/nicira-nvp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/network-elements/ovs/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/ovs/pom.xml b/plugins/network-elements/ovs/pom.xml index c05da00..3ad287d 100644 --- a/plugins/network-elements/ovs/pom.xml +++ b/plugins/network-elements/ovs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index a53dd56..82839b9 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <build> <defaultGoal>install</defaultGoal> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/storage-allocators/random/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/storage-allocators/random/pom.xml b/plugins/storage-allocators/random/pom.xml index edd9ead..a1b9d7e 100644 --- a/plugins/storage-allocators/random/pom.xml +++ b/plugins/storage-allocators/random/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/storage/image/s3/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/storage/image/s3/pom.xml b/plugins/storage/image/s3/pom.xml index d3eee9b..d8e690a 100644 --- a/plugins/storage/image/s3/pom.xml +++ b/plugins/storage/image/s3/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/storage/volume/solidfire/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/storage/volume/solidfire/pom.xml b/plugins/storage/volume/solidfire/pom.xml index 500b205..67f9bac 100644 --- a/plugins/storage/volume/solidfire/pom.xml +++ b/plugins/storage/volume/solidfire/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/user-authenticators/ldap/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml index b1e7ca8..19191e2 100644 --- a/plugins/user-authenticators/ldap/pom.xml +++ b/plugins/user-authenticators/ldap/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/user-authenticators/md5/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/md5/pom.xml b/plugins/user-authenticators/md5/pom.xml index 9cd8ad5..2719c66 100644 --- a/plugins/user-authenticators/md5/pom.xml +++ b/plugins/user-authenticators/md5/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/user-authenticators/plain-text/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/plain-text/pom.xml b/plugins/user-authenticators/plain-text/pom.xml index 92a3ba1..3289cf2 100644 --- a/plugins/user-authenticators/plain-text/pom.xml +++ b/plugins/user-authenticators/plain-text/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/plugins/user-authenticators/sha256salted/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/sha256salted/pom.xml b/plugins/user-authenticators/sha256salted/pom.xml index cf9caa6..7ad2574 100644 --- a/plugins/user-authenticators/sha256salted/pom.xml +++ b/plugins/user-authenticators/sha256salted/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df802af..db9b819 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <packaging>pom</packaging> <name>Apache CloudStack</name> <description>Apache CloudStack is an IaaS (âInfrastracture as a Serviceâ) cloud orchestration platform.</description> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 5a2734f..bce1417 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index cdf4d90..ea74ce9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/tools/apidoc/pom.xml ---------------------------------------------------------------------- diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index b55e225..6f355ce 100644 --- a/tools/apidoc/pom.xml +++ b/tools/apidoc/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/tools/cli/pom.xml ---------------------------------------------------------------------- diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml index deace60..13b571a 100644 --- a/tools/cli/pom.xml +++ b/tools/cli/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/tools/devcloud-kvm/pom.xml ---------------------------------------------------------------------- diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml index 8ed1919..55281e4 100644 --- a/tools/devcloud-kvm/pom.xml +++ b/tools/devcloud-kvm/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/tools/devcloud/pom.xml ---------------------------------------------------------------------- diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml index c85a3f7..69da736 100644 --- a/tools/devcloud/pom.xml +++ b/tools/devcloud/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/tools/marvin/pom.xml ---------------------------------------------------------------------- diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml index 740fbb6..957b4dd 100644 --- a/tools/marvin/pom.xml +++ b/tools/marvin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index a7c31e8..5f9be15 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/utils/pom.xml ---------------------------------------------------------------------- diff --git a/utils/pom.xml b/utils/pom.xml index b0ac65f..b531bd6 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8fe3505c/vmware-base/pom.xml ---------------------------------------------------------------------- diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml index 37791ba..926dd74 100644 --- a/vmware-base/pom.xml +++ b/vmware-base/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <dependencies> <dependency>
