You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pa...@apache.org on 2018/09/26 15:49:57 UTC

[cloudstack] branch 4.11.2.0-RC20180926T1641 created (now 500db97)

This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.11.2.0-RC20180926T1641
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


      at 500db97  Updating pom.xml version numbers for release 4.11.2.0

This branch includes the following new commits:

     new 500db97  Updating pom.xml version numbers for release 4.11.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cloudstack] 01/01: Updating pom.xml version numbers for release 4.11.2.0

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.11.2.0-RC20180926T1641
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 500db97bc3c2f9e703d7d42764fcd94f2271b2cc
Author: Paul Angus <pa...@shapeblue.com>
AuthorDate: Wed Sep 26 16:41:23 2018 +0100

    Updating pom.xml version numbers for release 4.11.2.0
    
    Signed-off-by: Paul Angus <pa...@shapeblue.com>
---
 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 a5ad7fd..76389cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cloudstack (4.11.2.0) unstable; urgency=low
+
+  * Update the version to 4.11.2.0
+
+ -- the Apache CloudStack project <de...@cloudstack.apache.org>  Wed, 26 Sep 2018 16:41:23 +0100
+
 cloudstack (4.11.2.0-SNAPSHOT) unstable; urgency=low
 
   * Update the version to 4.11.2.0-SNAPSHOT
diff --git a/services/console-proxy/plugin/pom.xml b/services/console-proxy/plugin/pom.xml
index 321dcfd..71f0f37 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.2.0-SNAPSHOT</version>
+    <version>4.11.2.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 </project>
diff --git a/services/iam/plugin/pom.xml b/services/iam/plugin/pom.xml
index 373aed2..243b7e9 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.2.0-SNAPSHOT</version>
+    <version>4.11.2.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
diff --git a/services/iam/server/pom.xml b/services/iam/server/pom.xml
index e12b5af..1eef886 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.2.0-SNAPSHOT</version>
+    <version>4.11.2.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index 6389217..95136ee 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.2.0-SNAPSHOT</version>
+        <version>4.11.2.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 4429bf6..ef7d041 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -20,7 +20,7 @@
 FROM ubuntu:16.04
 
 MAINTAINER "Apache CloudStack" <de...@cloudstack.apache.org>
-LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.2.0-SNAPSHOT"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.2.0"
 
 RUN apt-get -y update && apt-get install -y \
     genisoimage \
diff --git a/tools/docker/Dockerfile.centos6 b/tools/docker/Dockerfile.centos6
index fd0d26c..ef51aa0 100644
--- a/tools/docker/Dockerfile.centos6
+++ b/tools/docker/Dockerfile.centos6
@@ -18,7 +18,7 @@
 FROM centos:6
 
 MAINTAINER "Apache CloudStack" <de...@cloudstack.apache.org>
-LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.2.0-SNAPSHOT"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.2.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.2.0-SNAPSHOT.el6.x86_64.rpm \
-    ${PKG_URL}/cloudstack-management-4.11.2.0-SNAPSHOT.el6.x86_64.rpm
+    ${PKG_URL}/cloudstack-common-4.11.2.0.el6.x86_64.rpm \
+    ${PKG_URL}/cloudstack-management-4.11.2.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 fa87e4a..505ab32 100644
--- a/tools/docker/Dockerfile.marvin
+++ b/tools/docker/Dockerfile.marvin
@@ -20,11 +20,11 @@
 FROM python:2
 
 MAINTAINER "Apache CloudStack" <de...@cloudstack.apache.org>
-LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.2.0-SNAPSHOT"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.11.2.0"
 
 ENV WORK_DIR=/marvin
 
-ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.11.2.0-SNAPSHOT.tar.gz
+ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.11.2.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 1c62d56..428b036 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.2.0-SNAPSHOT"
+VERSION = "4.11.2.0"
 
 setup(name="Marvin",
       version=VERSION,