Skip to content

Commit d5d8b6d

Browse files
authored
tools,changelog: fix nextversion 4.20.0.0-SNAPSHOT (#8607)
Fixes next version to 4.20.0.0-SNAPSHOT in files that were not updated by the setnextversion script. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent e33f98f commit d5d8b6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
cloudstack (4.19.1.0-SNAPSHOT) unstable; urgency=low
1+
cloudstack (4.20.0.0-SNAPSHOT) unstable; urgency=low
22

3-
* Update the version to 4.19.1.0-SNAPSHOT
3+
* Update the version to 4.20.0.0-SNAPSHOT
44

55
-- the Apache CloudStack project <dev@cloudstack.apache.org> Mon, 29 Jan 2024 10:21:52 +0530
66

7-
cloudstack (4.19.0.0) unstable; urgency=low
7+
cloudstack (4.19.0.0) unstable; urgency=low
88

99
* Update the version to 4.19.0.0
1010

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM ubuntu:22.04
2121

2222
MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.1.0-SNAPSHOT"
23+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.0.0-SNAPSHOT"
2424

2525
ARG DEBIAN_FRONTEND=noninteractive
2626

tools/docker/Dockerfile.marvin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM python:2
2121

2222
MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.1.0-SNAPSHOT"
23+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.0.0-SNAPSHOT"
2424

2525
ENV WORK_DIR=/marvin
2626

0 commit comments

Comments
 (0)