From 5ebba3f07a3b5cdf1d5f749f16bcb7363357caf4 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 5 Feb 2024 10:45:22 +0530 Subject: [PATCH] tools,changelog: fix nextversion 4.20.0.0-SNAPSHOT Fixes next version to 4.20.0.0-SNAPSHOT in files that were not updated by the setnextversion script. Signed-off-by: Abhishek Kumar --- debian/changelog | 14 +++++++------- tools/docker/Dockerfile | 2 +- tools/docker/Dockerfile.marvin | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 58d012e0e8ea..cbc4fcfdb2dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,18 @@ -cloudstack (4.19.0.0) unstable; urgency=low +cloudstack (4.20.0.0-SNAPSHOT) unstable; urgency=low - * Update the version to 4.19.0.0 + * Update the version to 4.20.0.0-SNAPSHOT -- the Apache CloudStack project Mon, 29 Jan 2024 10:21:52 +0530 -cloudstack (4.19.0.0-SNAPSHOT) unstable; urgency=low +cloudstack (4.19.0.0) unstable; urgency=low - * Update the version to 4.19.0.0-SNAPSHOT + * Update the version to 4.19.0.0 - -- the Apache CloudStack project Wed, 21 Jun 2023 12:31:00 +0200 + -- the Apache CloudStack project Mon, 29 Jan 2024 10:21:52 +0530 -cloudstack (4.18.1.0-SNAPSHOT) unstable; urgency=low +cloudstack (4.18.1.0) unstable; urgency=low - * Update the version to 4.18.1.0-SNAPSHOT + * Update the version to 4.18.1.0 -- the Apache CloudStack project Wed, 21 Jun 2023 12:30:00 +0200 diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 9c135b0e1ad6..995eca784ce5 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:22.04 MAINTAINER "Apache CloudStack" -LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.0.0" +LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.0.0-SNAPSHOT" ARG DEBIAN_FRONTEND=noninteractive diff --git a/tools/docker/Dockerfile.marvin b/tools/docker/Dockerfile.marvin index 550cb57f195c..7ce0b629f96e 100644 --- a/tools/docker/Dockerfile.marvin +++ b/tools/docker/Dockerfile.marvin @@ -20,7 +20,7 @@ FROM python:2 MAINTAINER "Apache CloudStack" -LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.0.0" +LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.0.0-SNAPSHOT" ENV WORK_DIR=/marvin