From e5e902a3208ede58f0b3ebcaebb2416efd05e2fc Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Thu, 28 Aug 2025 11:10:25 +0200 Subject: [PATCH] tools: fix 4.22.0.0-SNAPSHOT --- tools/checkstyle/pom.xml | 2 +- tools/docker/Dockerfile | 2 +- tools/docker/Dockerfile.marvin | 4 ++-- tools/marvin/setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml index b73c99fa223..1d89bd5aa80 100644 --- a/tools/checkstyle/pom.xml +++ b/tools/checkstyle/pom.xml @@ -22,7 +22,7 @@ Apache CloudStack Developer Tools - Checkstyle Configuration org.apache.cloudstack checkstyle - 4.22.0.0 + 4.22.0.0-SNAPSHOT UTF-8 diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 6c68bf3e613..0b29c106555 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -19,7 +19,7 @@ FROM ubuntu:22.04 -LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0" Author="Apache CloudStack " +LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0-SNAPSHOT" Author="Apache CloudStack " ARG DEBIAN_FRONTEND=noninteractive diff --git a/tools/docker/Dockerfile.marvin b/tools/docker/Dockerfile.marvin index bc6ea6a68bc..5838e5d2428 100644 --- a/tools/docker/Dockerfile.marvin +++ b/tools/docker/Dockerfile.marvin @@ -19,11 +19,11 @@ # build for cloudstack_home_dir not this folder FROM python:2 -LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0" Author="Apache CloudStack " +LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0-SNAPSHOT" Author="Apache CloudStack " ENV WORK_DIR=/marvin -ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.22.0.0.tar.gz +ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.22.0.0-SNAPSHOT.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 f7691589a7f..f5c99b28ac9 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.22.0.0" +VERSION = "4.22.0.0-SNAPSHOT" setup(name="Marvin", version=VERSION,