From 688c8355aaf617c3c1fd9ba87caebaa9dedc6b53 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 5 Feb 2024 10:39:56 +0530 Subject: [PATCH] tools,changelog: fix nextversion Fixes next version 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..2b9b97d17a4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,18 @@ -cloudstack (4.19.0.0) unstable; urgency=low +cloudstack (4.19.1.0-SNAPSHOT) unstable; urgency=low - * Update the version to 4.19.0.0 + * Update the version to 4.19.1.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..f010a7ca59c0 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.19.1.0-SNAPSHOT" ARG DEBIAN_FRONTEND=noninteractive diff --git a/tools/docker/Dockerfile.marvin b/tools/docker/Dockerfile.marvin index 0f11a2a046f5..5d38c5d2f5c7 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.19.1.0-SNAPSHOT" ENV WORK_DIR=/marvin