Skip to content

Commit 0d5a0ea

Browse files
committed
update 4.19.4.0-SNAPSHOT version
1 parent 379ee07 commit 0d5a0ea

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.19.4.0-SNAPSHOT) unstable; urgency=low
2+
3+
* Update the version to 4.19.4.0-SNAPSHOT
4+
5+
-- the Apache CloudStack project <[email protected]> Fri, 30 May 2025 09:08:58 +0200
6+
17
cloudstack (4.19.3.0) unstable; urgency=low
28

39
* Update the version to 4.19.3.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.19.3.0</version>
25+
<version>4.19.4.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
@@ -20,7 +20,7 @@
2020
FROM ubuntu:22.04
2121

2222
MAINTAINER "Apache CloudStack" <[email protected]>
23-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0" Author="Apache CloudStack <[email protected]>"
23+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.4.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
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" <[email protected]>
23-
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0" Author="Apache CloudStack <[email protected]>"
23+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.4.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
2424

2525
ENV WORK_DIR=/marvin
2626

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.19.3.0"
30+
VERSION = "4.19.4.0-SNAPSHOT"
3131

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

0 commit comments

Comments
 (0)