Skip to content

Commit c86b2f1

Browse files
committed
update 4.20.2.0-SNAPSHOT version
1 parent b5e2c18 commit c86b2f1

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cloudstack (4.20.2.0-SNAPSHOT) unstable; urgency=low
2+
3+
* Update the version to 4.20.2.0
4+
5+
-- the Apache CloudStack project <[email protected]> Mon, 29 Jan 2024 10:21:52 +0530
6+
17
cloudstack (4.20.1.0) unstable; urgency=low
28

39
* Update the version to 4.20.1.0

tools/checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<name>Apache CloudStack Developer Tools - Checkstyle Configuration</name>
2323
<groupId>org.apache.cloudstack</groupId>
2424
<artifactId>checkstyle</artifactId>
25-
<version>4.20.1.0</version>
25+
<version>4.20.2.0-SNAPSHOT</version>
2626

2727
<properties>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
FROM ubuntu:22.04
2121

22-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.1.0" Author="Apache CloudStack <[email protected]>"
22+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.2.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
2323

2424
ARG DEBIAN_FRONTEND=noninteractive
2525

tools/docker/Dockerfile.marvin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# build for cloudstack_home_dir not this folder
2020
FROM python:2
2121

22-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.1.0" Author="Apache CloudStack <[email protected]>"
22+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.2.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
2323

2424
ENV WORK_DIR=/marvin
2525

tools/marvin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
raise RuntimeError("python setuptools is required to build Marvin")
2828

2929

30-
VERSION = "4.20.1.0"
30+
VERSION = "4.20.2.0"
3131

3232
setup(name="Marvin",
3333
version=VERSION,

0 commit comments

Comments
 (0)