Updated Branches: refs/heads/4.0 7dcbd8109 -> 18e8aad0e
Updating version number from 4.0.1-incubating to 4.0.2 in a number of places Signed-off-by: Chip Childers <chip.child...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/18e8aad0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/18e8aad0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/18e8aad0 Branch: refs/heads/4.0 Commit: 18e8aad0e1e5945780ea6dfa9be5470be1a44034 Parents: 7dcbd81 Author: Chip Childers <chip.child...@gmail.com> Authored: Mon Apr 15 18:56:19 2013 +0100 Committer: Chip Childers <chip.child...@gmail.com> Committed: Mon Apr 15 18:56:19 2013 +0100 ---------------------------------------------------------------------- README.md | 2 +- agent/pom.xml | 2 +- api/pom.xml | 2 +- awsapi/pom.xml | 4 +- client/pom.xml | 2 +- console-proxy/pom.xml | 2 +- core/pom.xml | 2 +- debian/rules | 4 +- deps/XenServerJava/pom.xml | 2 +- deps/pom.xml | 2 +- developer/pom.xml | 2 +- docs/en-US/API_Developers_Guide.xml | 2 +- docs/en-US/Admin_Guide.xml | 2 +- docs/en-US/Book_Info.xml | 2 +- docs/en-US/CloudStack_Nicira_NVP_Guide.xml | 2 +- docs/en-US/Installation_Guide.xml | 2 +- docs/en-US/build-deb.xml | 32 +++++++------- docs/en-US/castor-with-cs.xml | 2 +- docs/en-US/cloudstack.xml | 2 +- docs/en-US/extracting-source.xml | 4 +- docs/en-US/getting-release.xml | 10 ++-- docs/en-US/verifying-source.xml | 8 ++-- docs/qig/en-US/Book_Info.xml | 2 +- patches/pom.xml | 2 +- .../user-concentrated-pod/pom.xml | 2 +- .../deployment-planners/user-dispersing/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/vmware/pom.xml | 2 +- plugins/hypervisors/xen/pom.xml | 2 +- .../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/midokura-midonet/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/user-authenticators/ldap/pom.xml | 2 +- plugins/user-authenticators/md5/pom.xml | 2 +- plugins/user-authenticators/plain-text/pom.xml | 2 +- pom.xml | 34 +++++++------- server/pom.xml | 2 +- setup/apidoc/generateadmincommands.xsl | 2 +- setup/apidoc/generatedomainadmincommands.xsl | 2 +- setup/apidoc/generatetoc_header.xsl | 2 +- setup/apidoc/generateusercommands.xsl | 2 +- test/pom.xml | 2 +- usage/pom.xml | 2 +- utils/pom.xml | 2 +- vmware-base/pom.xml | 2 +- wscript | 4 +- 55 files changed, 97 insertions(+), 97 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9ebce86..20bfdc2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Apache CloudStack (Incubating) Version 4.0.1-incubating +Apache CloudStack (Incubating) Version 4.0.2 # About Apache CloudStack (Incubating) http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/agent/pom.xml ---------------------------------------------------------------------- diff --git a/agent/pom.xml b/agent/pom.xml index a893eb5..fb58948 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index b43f7a2..62ce765 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 3667699..7d6042d 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -20,12 +20,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>cloud-awsapi</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <name>Apache CloudStack AWS API Bridge</name> <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index add72e1..67c1048 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/console-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml index 9c1bf25..18d9ea8 100644 --- a/console-proxy/pom.xml +++ b/console-proxy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index af6a3b7..5f3e964 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index bc448e3..5ba872f 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,8 @@ export DH_OPTIONS -export PACKAGEVERSION=4.0.1-incubating -export BUILDNUMBER=4.0.1-incubating +export PACKAGEVERSION=4.0.2 +export BUILDNUMBER=4.0.2 configure: configure-stamp configure-stamp: dh_testdir http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/deps/XenServerJava/pom.xml ---------------------------------------------------------------------- diff --git a/deps/XenServerJava/pom.xml b/deps/XenServerJava/pom.xml index 79c4e84..81c4579 100644 --- a/deps/XenServerJava/pom.xml +++ b/deps/XenServerJava/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>xapi</artifactId> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/deps/pom.xml ---------------------------------------------------------------------- diff --git a/deps/pom.xml b/deps/pom.xml index 90de4ac..422d1cb 100644 --- a/deps/pom.xml +++ b/deps/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/developer/pom.xml ---------------------------------------------------------------------- diff --git a/developer/pom.xml b/developer/pom.xml index 06d8860..2c9946c 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/API_Developers_Guide.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/API_Developers_Guide.xml b/docs/en-US/API_Developers_Guide.xml index c2d9d22..8cec55c 100644 --- a/docs/en-US/API_Developers_Guide.xml +++ b/docs/en-US/API_Developers_Guide.xml @@ -26,7 +26,7 @@ <bookinfo id="cloudstack_developers"> <title>&PRODUCT; API Developer's Guide</title> <productname>Apache CloudStack</productname> - <productnumber>4.0.1-incubating</productnumber> + <productnumber>4.0.2</productnumber> <edition></edition> <pubsnumber></pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/Admin_Guide.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/Admin_Guide.xml b/docs/en-US/Admin_Guide.xml index 57ba9a5..fff792c 100644 --- a/docs/en-US/Admin_Guide.xml +++ b/docs/en-US/Admin_Guide.xml @@ -26,7 +26,7 @@ <bookinfo id="cloudstack_admin"> <title>&PRODUCT; Administrator's Guide</title> <productname>Apache CloudStack</productname> - <productnumber>4.0.1-incubating</productnumber> + <productnumber>4.0.2</productnumber> <edition>1</edition> <pubsnumber></pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/Book_Info.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/Book_Info.xml b/docs/en-US/Book_Info.xml index 549e9a3..1f19047 100644 --- a/docs/en-US/Book_Info.xml +++ b/docs/en-US/Book_Info.xml @@ -27,7 +27,7 @@ <title>&PRODUCT; Guide</title> <subtitle>Revised August 9, 2012 10:48 pm Pacific</subtitle> <productname>Apache CloudStack</productname> - <productnumber>4.0.1-incubating</productnumber> + <productnumber>4.0.2</productnumber> <edition>1</edition> <pubsnumber></pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/CloudStack_Nicira_NVP_Guide.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/CloudStack_Nicira_NVP_Guide.xml b/docs/en-US/CloudStack_Nicira_NVP_Guide.xml index 406f3e2..d3c1938 100644 --- a/docs/en-US/CloudStack_Nicira_NVP_Guide.xml +++ b/docs/en-US/CloudStack_Nicira_NVP_Guide.xml @@ -28,7 +28,7 @@ <bookinfo id="cloudstack_plugin_niciranvp"> <title>&PRODUCT; Plugin Guide for the Nicira NVP Plugin</title> <productname>Apache CloudStack</productname> - <productnumber>4.0.1-incubating</productnumber> + <productnumber>4.0.2</productnumber> <edition>1</edition> <pubsnumber></pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/Installation_Guide.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/Installation_Guide.xml b/docs/en-US/Installation_Guide.xml index c3cb6ab..08349da 100644 --- a/docs/en-US/Installation_Guide.xml +++ b/docs/en-US/Installation_Guide.xml @@ -26,7 +26,7 @@ <bookinfo id="book-installation"> <title>&PRODUCT; Installation Guide</title> <productname>Apache CloudStack</productname> - <productnumber>4.0.1-incubating</productnumber> + <productnumber>4.0.2</productnumber> <edition>1</edition> <pubsnumber></pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/build-deb.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/build-deb.xml b/docs/en-US/build-deb.xml index e910459..2f98f74 100644 --- a/docs/en-US/build-deb.xml +++ b/docs/en-US/build-deb.xml @@ -58,22 +58,22 @@ This command will build 16 Debian packages. You should have all of the following: </para> <programlisting> -cloud-agent_4.0.1-incubating_amd64.deb -cloud-agent-deps_4.0.1-incubating_amd64.deb -cloud-agent-libs_4.0.1-incubating_amd64.deb -cloud-awsapi_4.0.1-incubating_amd64.deb -cloud-cli_4.0.1-incubating_amd64.deb -cloud-client_4.0.1-incubating_amd64.deb -cloud-client-ui_4.0.1-incubating_amd64.deb -cloud-core_4.0.1-incubating_amd64.deb -cloud-deps_4.0.1-incubating_amd64.deb -cloud-python_4.0.1-incubating_amd64.deb -cloud-scripts_4.0.1-incubating_amd64.deb -cloud-server_4.0.1-incubating_amd64.deb -cloud-setup_4.0.1-incubating_amd64.deb -cloud-system-iso_4.0.1-incubating_amd64.deb -cloud-usage_4.0.1-incubating_amd64.deb -cloud-utils_4.0.1-incubating_amd64.deb +cloud-agent_4.0.2_amd64.deb +cloud-agent-deps_4.0.2_amd64.deb +cloud-agent-libs_4.0.2_amd64.deb +cloud-awsapi_4.0.2_amd64.deb +cloud-cli_4.0.2_amd64.deb +cloud-client_4.0.2_amd64.deb +cloud-client-ui_4.0.2_amd64.deb +cloud-core_4.0.2_amd64.deb +cloud-deps_4.0.2_amd64.deb +cloud-python_4.0.2_amd64.deb +cloud-scripts_4.0.2_amd64.deb +cloud-server_4.0.2_amd64.deb +cloud-setup_4.0.2_amd64.deb +cloud-system-iso_4.0.2_amd64.deb +cloud-usage_4.0.2_amd64.deb +cloud-utils_4.0.2_amd64.deb </programlisting> <section id="sect-source-builddebs-repo"> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/castor-with-cs.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/castor-with-cs.xml b/docs/en-US/castor-with-cs.xml index 6ff84f4..e6d60ae 100644 --- a/docs/en-US/castor-with-cs.xml +++ b/docs/en-US/castor-with-cs.xml @@ -34,7 +34,7 @@ <para>To configure CAStor:</para> <orderedlist> <listitem> - <para>Install &PRODUCT; 4.0.1-incubating by following the instructions given in the INSTALL.txt + <para>Install &PRODUCT; by following the instructions given in the INSTALL.txt file.</para> <note> <para>You can use the S3 storage system in &PRODUCT; without setting up and installing the http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/cloudstack.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/cloudstack.xml b/docs/en-US/cloudstack.xml index d1489a0..0135c1a 100644 --- a/docs/en-US/cloudstack.xml +++ b/docs/en-US/cloudstack.xml @@ -26,7 +26,7 @@ <bookinfo id="cloudstack_all"> <title>&PRODUCT; Complete Documentation</title> <productname>Apache CloudStack</productname> - <productnumber>4.0.1-incubating</productnumber> + <productnumber>4.0.2</productnumber> <edition>1</edition> <pubsnumber></pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/extracting-source.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/extracting-source.xml b/docs/en-US/extracting-source.xml index e8a9f57..cc6ae40 100644 --- a/docs/en-US/extracting-source.xml +++ b/docs/en-US/extracting-source.xml @@ -27,10 +27,10 @@ <para> Extracting the &PRODUCT; release is relatively simple and can be done with a single command as follows: - <programlisting><prompt>$</prompt> <command>tar</command> -jxvf apache-cloudstack-4.0.1-incubating-src.tar.bz2</programlisting> + <programlisting><prompt>$</prompt> <command>tar</command> -jxvf apache-cloudstack-4.0.2-src.tar.bz2</programlisting> </para> <para> You can now move into the directory: - <programlisting><prompt>$</prompt> <command>cd</command> ./apache-cloudstack-4.0.1-incubating-src</programlisting> + <programlisting><prompt>$</prompt> <command>cd</command> ./apache-cloudstack-4.0.2-src</programlisting> </para> </section> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/getting-release.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/getting-release.xml b/docs/en-US/getting-release.xml index 16c003e..cb7a51d 100644 --- a/docs/en-US/getting-release.xml +++ b/docs/en-US/getting-release.xml @@ -35,27 +35,27 @@ <orderedlist> <listitem> <para> - <ulink url="http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2"> - apache-cloudstack-4.0.1-incubating-src.tar.bz2</ulink> + <ulink url="http://www.apache.org/dyn/closer.cgi/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2"> + apache-cloudstack-4.0.2-src.tar.bz2</ulink> - This is the link to the release itself. </para> </listitem> <listitem> <para> - <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc">PGP</ulink> + <ulink url="http://www.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.asc">PGP</ulink> - This is a detached cryptographic signature that can be used to help verify the authenticity of the release. </para> </listitem> <listitem> <para> - <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5">MD5</ulink> + <ulink url="http://www.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.md5">MD5</ulink> - An MD5 hash of the release to aid in verify the validity of the release download. </para> </listitem> <listitem> <para> - <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha">SHA512</ulink> + <ulink url="http://www.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.sha">SHA512</ulink> - A SHA512 hash of the release to aid in verify the validity of the release download. </para> </listitem> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/en-US/verifying-source.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml index 41a6b1b..c5dfd27 100644 --- a/docs/en-US/verifying-source.xml +++ b/docs/en-US/verifying-source.xml @@ -32,7 +32,7 @@ <title>Getting the KEYS</title> <para> To enable you to verify the GPG signature, you will need to download the - <ulink url="http://www.apache.org/dist/incubator/cloudstack/KEYS">KEYS</ulink> + <ulink url="http://www.apache.org/dist/cloudstack/KEYS">KEYS</ulink> file. </para> <para> @@ -45,7 +45,7 @@ <para> The &PRODUCT; project provides a detached GPG signature of the release. To check the signature, run the following command: - <programlisting><prompt>$</prompt> <command>gpg</command> --verify apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc</programlisting> + <programlisting><prompt>$</prompt> <command>gpg</command> --verify apache-cloudstack-4.0.2-src.tar.bz2.asc</programlisting> </para> <para> If the signature is valid you will see a line of output that contains 'Good signature'. @@ -57,7 +57,7 @@ In addition to the cryptographic signature, the &PRODUCT; provides a number of cryptographic hashes to aid in assurance of validity of the downloaded release. You can verify this hash by executing the following command: - <programlisting><prompt>$</prompt> <command>gpg</command> --print-md MD5 apache-cloudstack-4.0.1-incubating-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5</programlisting> + <programlisting><prompt>$</prompt> <command>gpg</command> --print-md MD5 apache-cloudstack-4.0.2-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.2-src.tar.bz2.md5</programlisting> </para> <para> If this successfully completes you should see no output. If there is any output from them, @@ -71,7 +71,7 @@ In addition to the MD5 hash, the &PRODUCT; project provides a SHA512 cryptographic hash to aid in assurance of the validity of the downloaded release. You can verify this hash by executing the following command: - <programlisting><prompt>$</prompt> <command>gpg</command> --print-md SHA512 apache-cloudstack-4.0.1-incubating-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha</programlisting> + <programlisting><prompt>$</prompt> <command>gpg</command> --print-md SHA512 apache-cloudstack-4.0.2-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.2-src.tar.bz2.sha</programlisting> </para> <para> If this command successfully completes you should see no output. If there is any output from them, http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/docs/qig/en-US/Book_Info.xml ---------------------------------------------------------------------- diff --git a/docs/qig/en-US/Book_Info.xml b/docs/qig/en-US/Book_Info.xml index 57909f6..e356de4 100644 --- a/docs/qig/en-US/Book_Info.xml +++ b/docs/qig/en-US/Book_Info.xml @@ -27,7 +27,7 @@ <title>Quick Install Guide</title> <subtitle>Prescriptive instructions for deploying Apache CloudStack</subtitle> <productname>Apache CloudStack</productname> - <productnumber>4.0.1-incubating</productnumber> + <productnumber>4.0.2</productnumber> <edition>0</edition> <pubsnumber>0</pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/patches/pom.xml ---------------------------------------------------------------------- diff --git a/patches/pom.xml b/patches/pom.xml index 4f8b4b2..47d6b03 100644 --- a/patches/pom.xml +++ b/patches/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/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 5dfc81b..6f9fa0b 100644 --- a/plugins/deployment-planners/user-concentrated-pod/pom.xml +++ b/plugins/deployment-planners/user-concentrated-pod/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/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 17746f8..93df3dd 100644 --- a/plugins/deployment-planners/user-dispersing/pom.xml +++ b/plugins/deployment-planners/user-dispersing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/file-systems/netapp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml index 467bb11..6e3e375 100644 --- a/plugins/file-systems/netapp/pom.xml +++ b/plugins/file-systems/netapp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/host-allocators/random/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/host-allocators/random/pom.xml b/plugins/host-allocators/random/pom.xml index fb3c144..d79446c 100644 --- a/plugins/host-allocators/random/pom.xml +++ b/plugins/host-allocators/random/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/hypervisors/kvm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml index 0460f65..9c254d1 100644 --- a/plugins/hypervisors/kvm/pom.xml +++ b/plugins/hypervisors/kvm/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <repositories> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/hypervisors/ovm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml index 900780f..61f4e72 100644 --- a/plugins/hypervisors/ovm/pom.xml +++ b/plugins/hypervisors/ovm/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/hypervisors/vmware/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml index f0f9a06..1278c96 100644 --- a/plugins/hypervisors/vmware/pom.xml +++ b/plugins/hypervisors/vmware/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/hypervisors/xen/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/xen/pom.xml b/plugins/hypervisors/xen/pom.xml index 065c707..934cb3b 100644 --- a/plugins/hypervisors/xen/pom.xml +++ b/plugins/hypervisors/xen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/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 4a80620..3f7f872 100644 --- a/plugins/network-elements/elastic-loadbalancer/pom.xml +++ b/plugins/network-elements/elastic-loadbalancer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/network-elements/f5/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml index 2c92253..92616d1 100644 --- a/plugins/network-elements/f5/pom.xml +++ b/plugins/network-elements/f5/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/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 39041a3..f321815 100644 --- a/plugins/network-elements/juniper-srx/pom.xml +++ b/plugins/network-elements/juniper-srx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/network-elements/midokura-midonet/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/midokura-midonet/pom.xml b/plugins/network-elements/midokura-midonet/pom.xml index f7578c5..1317c9e 100644 --- a/plugins/network-elements/midokura-midonet/pom.xml +++ b/plugins/network-elements/midokura-midonet/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/network-elements/netscaler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml index d22b62f..fc65838 100644 --- a/plugins/network-elements/netscaler/pom.xml +++ b/plugins/network-elements/netscaler/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/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 ba5f92a..aa09c9e 100644 --- a/plugins/network-elements/nicira-nvp/pom.xml +++ b/plugins/network-elements/nicira-nvp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/network-elements/ovs/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/ovs/pom.xml b/plugins/network-elements/ovs/pom.xml index 348bcd6..f1600f8 100644 --- a/plugins/network-elements/ovs/pom.xml +++ b/plugins/network-elements/ovs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index 00b8140..d5da8c7 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <build> <defaultGoal>install</defaultGoal> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/storage-allocators/random/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/storage-allocators/random/pom.xml b/plugins/storage-allocators/random/pom.xml index 7dbb22b..5551b24 100644 --- a/plugins/storage-allocators/random/pom.xml +++ b/plugins/storage-allocators/random/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/user-authenticators/ldap/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml index 6562b80..df4251b 100644 --- a/plugins/user-authenticators/ldap/pom.xml +++ b/plugins/user-authenticators/ldap/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/plugins/user-authenticators/md5/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/md5/pom.xml b/plugins/user-authenticators/md5/pom.xml index e00b3bb..b0d5924 100644 --- a/plugins/user-authenticators/md5/pom.xml +++ b/plugins/user-authenticators/md5/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/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 31ed530..4ae4a3a 100644 --- a/plugins/user-authenticators/plain-text/pom.xml +++ b/plugins/user-authenticators/plain-text/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-plugins</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8394ed6..0ba5ccc 100644 --- a/pom.xml +++ b/pom.xml @@ -28,14 +28,14 @@ <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache CloudStack</name> <description>CloudStack is an IaaS (âInfrastracture as a Serviceâ) cloud orchestration platform.</description> <url>http://www.cloudstack.org</url> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</developerConnection> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</developerConnection> </scm> <issueManagement> <system>jira</system> @@ -96,32 +96,32 @@ <mailingLists> <mailingList> <name>Apache CloudStack User List</name> - <subscribe>cloudstack-users-subscr...@incubator.apache.org</subscribe> - <unsubscribe>cloudstack-users-unsubscr...@incubator.apache.org</unsubscribe> - <post>cloudstack-us...@incubator.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</archive> + <subscribe>users-subscr...@cloudstack.apache.org</subscribe> + <unsubscribe>users-unsubscr...@cloudstack.apache.org</unsubscribe> + <post>us...@cloudstack.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-users</archive> </mailingList> <mailingList> <name>Apache CloudStack Developer List</name> - <subscribe>cloudstack-dev-subscr...@incubator.apache.org</subscribe> - <unsubscribe>cloudstack-dev-unsubscr...@incubator.apache.org</unsubscribe> - <post>cloudstack-...@incubator.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</archive> + <subscribe>dev-subscr...@cloudstack.apache.org</subscribe> + <unsubscribe>dev-unsubscr...@cloudstack.apache.org</unsubscribe> + <post>d...@cloudstack.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-dev</archive> </mailingList> <mailingList> <name>Apache CloudStack Commits List</name> - <subscribe>cloudstack-commits-subscr...@incubator.apache.org</subscribe> - <unsubscribe>cloudstack-commits-unsubscr...@incubator.apache.org</unsubscribe> - <post>cloudstack-comm...@incubator.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</archive> + <subscribe>commits-subscr...@cloudstack.apache.org</subscribe> + <unsubscribe>commits-unsubscr...@cloudstack.apache.org</unsubscribe> + <post>commits@cloudstack.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-commits</archive> </mailingList> </mailingLists> <developers> <developer> <name>The Apache CloudStack Team</name> - <email>cloudstack-...@incubator.apache.org</email> - <url>http://incubator.apache.org/projects/cloudstack.html</url> + <email>d...@cloudstack.apache.org</email> + <url>http://cloudstack.apache.org/</url> <organization>Apache Software Foundation</organization> <organizationUrl>http://apache.org/</organizationUrl> </developer> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index cd54047..927b4bb 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/setup/apidoc/generateadmincommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generateadmincommands.xsl b/setup/apidoc/generateadmincommands.xsl index 869b6fc..c4bf882 100644 --- a/setup/apidoc/generateadmincommands.xsl +++ b/setup/apidoc/generateadmincommands.xsl @@ -57,7 +57,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack 4.0.1-incubating Root Admin API Reference + Apache CloudStack 4.0.2 Root Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/setup/apidoc/generatedomainadmincommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generatedomainadmincommands.xsl b/setup/apidoc/generatedomainadmincommands.xsl index 74cbc98..0424ee9 100644 --- a/setup/apidoc/generatedomainadmincommands.xsl +++ b/setup/apidoc/generatedomainadmincommands.xsl @@ -60,7 +60,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack 4.0.1-incubating Domain Admin API Reference + Apache CloudStack 4.0.2 Domain Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/setup/apidoc/generatetoc_header.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generatetoc_header.xsl b/setup/apidoc/generatetoc_header.xsl index d18df41..44f7893 100644 --- a/setup/apidoc/generatetoc_header.xsl +++ b/setup/apidoc/generatetoc_header.xsl @@ -52,7 +52,7 @@ version="1.0"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <!-- Modify this line for the release version --> - <h1>Apache CloudStack 4.0.1-incubating API Documentation</h1> + <h1>Apache CloudStack 4.0.2 API Documentation</h1> <div class="apiannouncement_box"> <div class="apiannouncement_contentarea"> <h3>Using the CloudStack API</h3> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/setup/apidoc/generateusercommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generateusercommands.xsl b/setup/apidoc/generateusercommands.xsl index 41eb0e1..cf72679 100644 --- a/setup/apidoc/generateusercommands.xsl +++ b/setup/apidoc/generateusercommands.xsl @@ -57,7 +57,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack 4.0.1-incubating User API Reference + Apache CloudStack 4.0.2 User API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 6459ecf..98ed8e9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index 278b788..33c7d0e 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/utils/pom.xml ---------------------------------------------------------------------- diff --git a/utils/pom.xml b/utils/pom.xml index 83b8fbb..9cb0ac0 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/vmware-base/pom.xml ---------------------------------------------------------------------- diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml index a3c1dc3..2e79b8e 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.0.1-incubating-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18e8aad0/wscript ---------------------------------------------------------------------- diff --git a/wscript b/wscript index 06586ee..63c48b4 100644 --- a/wscript +++ b/wscript @@ -23,8 +23,8 @@ # in cloud.spec, add a %changelog entry there, and add an # entry in debian/changelog. SHORTVERSION is used in package # naming for deb/rpm, VERSION is used for tarball and bin -VERSION = '4.0.1-incubating' -SHORTVERSION = '4.0.1' +VERSION = '4.0.2' +SHORTVERSION = '4.0.2' APPNAME = 'cloud' import shutil,os