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

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

commit 7ed8d54db24af62850115c2b78c702ed7da95853
Author: nvazquez <[email protected]>
AuthorDate: Mon Jun 6 12:22:11 2022 -0300

    Fix version numbers
---
 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 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/plugins/network-elements/f5/pom.xml 
b/plugins/network-elements/f5/pom.xml
index eaed6ae43a..731dbd7ab3 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.0.0-SNAPSHOT</version>
+        <version>4.17.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <dependencies>
diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml
index 4c372906c0..02e353391a 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.0.0</version>
+    <version>4.17.1.0-SNAPSHOT</version>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 914d4e4beb..33e9d4c20e 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.0.0"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.1.0-SNAPSHOT"
 
 ARG DEBIAN_FRONTEND=noninteractive
 
diff --git a/tools/docker/Dockerfile.marvin b/tools/docker/Dockerfile.marvin
index c28de533f9..a67ac1136e 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.0.0"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.1.0-SNAPSHOT"
 
 ENV WORK_DIR=/marvin
 
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index 5352c0df01..6e4ea5ffdb 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.0.0"
+VERSION = "4.17.1.0-SNAPSHOT"
 
 setup(name="Marvin",
       version=VERSION,

Reply via email to