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

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 8333e8fbd71d0a44afacf7805b2cc68065353b93
Author: nvazquez <[email protected]>
AuthorDate: Mon Jun 6 12:26:52 2022 -0300

    Fix upgrade version on files
---
 debian/changelog                    | 6 ++++++
 plugins/network-elements/f5/pom.xml | 2 +-
 tools/checkstyle/pom.xml            | 2 +-
 tools/docker/Dockerfile             | 2 +-
 tools/docker/Dockerfile.marvin      | 2 +-
 tools/marvin/setup.py               | 2 +-
 6 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ea593f498..9bf3ad5784 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cloudstack (4.18.0.0) unstable; urgency=low
+
+  * Update the version to 4.18.0.0
+
+ -- the Apache CloudStack project <[email protected]>  Tue, 31 May 
2022 14:33:47 -0300
+
 cloudstack (4.17.0.0) unstable; urgency=low
 
   * Update the version to 4.17.0.0
diff --git a/plugins/network-elements/f5/pom.xml 
b/plugins/network-elements/f5/pom.xml
index 731dbd7ab3..7f4ef07b71 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.17.1.0-SNAPSHOT</version>
+        <version>4.18.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <dependencies>
diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml
index 02e353391a..5bcd3eaf2a 100644
--- a/tools/checkstyle/pom.xml
+++ b/tools/checkstyle/pom.xml
@@ -22,7 +22,7 @@
     <name>Apache CloudStack Developer Tools - Checkstyle Configuration</name>
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>checkstyle</artifactId>
-    <version>4.17.1.0-SNAPSHOT</version>
+    <version>4.18.0.0-SNAPSHOT</version>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 33e9d4c20e..4417555467 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -20,7 +20,7 @@
 FROM ubuntu:20.04
 
 MAINTAINER "Apache CloudStack" <[email protected]>
-LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.1.0-SNAPSHOT"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.0.0-SNAPSHOT"
 
 ARG DEBIAN_FRONTEND=noninteractive
 
diff --git a/tools/docker/Dockerfile.marvin b/tools/docker/Dockerfile.marvin
index 53e4041d82..f95724fe4d 100644
--- a/tools/docker/Dockerfile.marvin
+++ b/tools/docker/Dockerfile.marvin
@@ -20,7 +20,7 @@
 FROM python:2
 
 MAINTAINER "Apache CloudStack" <[email protected]>
-LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.1.0-SNAPSHOT"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.0.0-SNAPSHOT"
 
 ENV WORK_DIR=/marvin
 
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index 6e4ea5ffdb..b49d9f6278 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.17.1.0-SNAPSHOT"
+VERSION = "4.18.0.0-SNAPSHOT"
 
 setup(name="Marvin",
       version=VERSION,

Reply via email to