This is an automated email from the ASF dual-hosted git repository. paul_a pushed a commit to branch 4.11.3.0-RC20190610T1559 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit e0089dfa351173fcd6225821fdb29f1db16fef0c Author: Paul Angus <[email protected]> AuthorDate: Mon Jun 10 15:59:26 2019 +0100 Updating pom.xml version numbers for release 4.11.3.0 Signed-off-by: Paul Angus <[email protected]> --- debian/changelog | 6 ++++++ services/console-proxy/plugin/pom.xml | 2 +- services/iam/plugin/pom.xml | 2 +- services/iam/server/pom.xml | 2 +- tools/apidoc/pom.xml | 2 +- tools/docker/Dockerfile | 2 +- tools/docker/Dockerfile.centos6 | 6 +++--- tools/docker/Dockerfile.marvin | 4 ++-- tools/marvin/setup.py | 2 +- 9 files changed, 17 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c2f603..2329a1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cloudstack (4.11.3.0) unstable; urgency=low + + * Update the version to 4.11.3.0 + + -- the Apache CloudStack project <[email protected]> Mon, 10 Jun 2019 15:59:26 +0100 + cloudstack (4.11.3.0-SNAPSHOT) unstable; urgency=low * Update the version to 4.11.3.0-SNAPSHOT diff --git a/services/console-proxy/plugin/pom.xml b/services/console-proxy/plugin/pom.xml index a1314fe..90a1059 100644 --- a/services/console-proxy/plugin/pom.xml +++ b/services/console-proxy/plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-service-console-proxy</artifactId> - <version>4.11.3.0-SNAPSHOT</version> + <version>4.11.3.0</version> <relativePath>../pom.xml</relativePath> </parent> </project> diff --git a/services/iam/plugin/pom.xml b/services/iam/plugin/pom.xml index b3a1a95..096a7cd 100644 --- a/services/iam/plugin/pom.xml +++ b/services/iam/plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-service-iam</artifactId> - <version>4.11.3.0-SNAPSHOT</version> + <version>4.11.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> diff --git a/services/iam/server/pom.xml b/services/iam/server/pom.xml index 0d14a05..64f945c 100644 --- a/services/iam/server/pom.xml +++ b/services/iam/server/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-service-iam</artifactId> - <version>4.11.3.0-SNAPSHOT</version> + <version>4.11.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index cb72757..3e3d083 100644 --- a/tools/apidoc/pom.xml +++ b/tools/apidoc/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-tools</artifactId> - <version>4.11.3.0-SNAPSHOT</version> + <version>4.11.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index f254a1b..34a71a8 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:16.04 MAINTAINER "Apache CloudStack" <[email protected]> -LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.3.0-SNAPSHOT" +LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.3.0" RUN apt-get -y update && apt-get install -y \ genisoimage \ diff --git a/tools/docker/Dockerfile.centos6 b/tools/docker/Dockerfile.centos6 index 8006711..5156b9c 100644 --- a/tools/docker/Dockerfile.centos6 +++ b/tools/docker/Dockerfile.centos6 @@ -18,7 +18,7 @@ FROM centos:6 MAINTAINER "Apache CloudStack" <[email protected]> -LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.3.0-SNAPSHOT" +LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.3.0" ENV PKG_URL=https://builds.cloudstack.org/job/package-master-rhel63/lastSuccessfulBuild/artifact/dist/rpmbuild/RPMS/x86_64 @@ -26,8 +26,8 @@ ENV PKG_URL=https://builds.cloudstack.org/job/package-master-rhel63/lastSuccessf RUN rpm -i http://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.3-1.el6.x86_64.rpm RUN yum install -y nc wget \ - ${PKG_URL}/cloudstack-common-4.11.3.0-SNAPSHOT.el6.x86_64.rpm \ - ${PKG_URL}/cloudstack-management-4.11.3.0-SNAPSHOT.el6.x86_64.rpm + ${PKG_URL}/cloudstack-common-4.11.3.0.el6.x86_64.rpm \ + ${PKG_URL}/cloudstack-management-4.11.3.0.el6.x86_64.rpm RUN cd /etc/cloudstack/management; \ ln -s tomcat6-nonssl.conf tomcat6.conf; \ diff --git a/tools/docker/Dockerfile.marvin b/tools/docker/Dockerfile.marvin index f4e2f8d..9495fce 100644 --- a/tools/docker/Dockerfile.marvin +++ b/tools/docker/Dockerfile.marvin @@ -20,11 +20,11 @@ FROM python:2 MAINTAINER "Apache CloudStack" <[email protected]> -LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.3.0-SNAPSHOT" +LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.3.0" ENV WORK_DIR=/marvin -ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.11.3.0-SNAPSHOT.tar.gz +ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.11.3.0.tar.gz RUN apt-get update && apt-get install -y vim RUN pip install --upgrade paramiko nose requests diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index 37d80f6..d41a7c0 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -27,7 +27,7 @@ except ImportError: raise RuntimeError("python setuptools is required to build Marvin") -VERSION = "4.11.3.0-SNAPSHOT" +VERSION = "4.11.3.0" setup(name="Marvin", version=VERSION,
