This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 3550f6a959a tools,changelog: fix nextversion (#8606)
3550f6a959a is described below
commit 3550f6a959a1d40d21d50087591cabff93f0ff72
Author: Abhishek Kumar <[email protected]>
AuthorDate: Mon Feb 5 11:15:13 2024 +0530
tools,changelog: fix nextversion (#8606)
Fixes next version in files that were not updated by the setnextversion
script.
Signed-off-by: Abhishek Kumar <[email protected]>
---
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 58d012e0e8e..2b9b97d17a4 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 <[email protected]> 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 <[email protected]> Wed, 21 Jun
2023 12:31:00 +0200
+ -- the Apache CloudStack project <[email protected]> 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 <[email protected]> Wed, 21 Jun
2023 12:30:00 +0200
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 9c135b0e1ad..f010a7ca59c 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -20,7 +20,7 @@
FROM ubuntu:22.04
MAINTAINER "Apache CloudStack" <[email protected]>
-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 0f11a2a046f..5d38c5d2f5c 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.19.0.0"
+LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.1.0-SNAPSHOT"
ENV WORK_DIR=/marvin