File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 <dev@cloudstack.apache.org> Mon, 29 Jan 2024 10:21:52 +0530
6+
17cloudstack (4.20.1.0) unstable; urgency=low
28
39 * Update the version to 4.20.1.0
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 1919
2020FROM ubuntu:22.04
2121
22- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.1.0 " Author="Apache CloudStack <dev@cloudstack.apache.org>"
22+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.2.0-SNAPSHOT " Author="Apache CloudStack <dev@cloudstack.apache.org>"
2323
2424ARG DEBIAN_FRONTEND=noninteractive
2525
Original file line number Diff line number Diff line change 1919# build for cloudstack_home_dir not this folder
2020FROM python:2
2121
22- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.1.0 " Author="Apache CloudStack <dev@cloudstack.apache.org>"
22+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.2.0-SNAPSHOT " Author="Apache CloudStack <dev@cloudstack.apache.org>"
2323
2424ENV WORK_DIR=/marvin
2525
Original file line number Diff line number Diff line change 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
3232setup (name = "Marvin" ,
3333 version = VERSION ,
You can’t perform that action at this time.
0 commit comments