Skip to content

Commit 2e92f04

Browse files
Updating pom.xml version numbers for release 4.22.0.0
Signed-off-by: Harikrishna Patnala <[email protected]>
1 parent f52a27c commit 2e92f04

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
27-
<version>4.22.0.0-SNAPSHOT</version>
27+
<version>4.22.0.0</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cloudstack (4.22.0.0) unstable; urgency=low
2+
3+
* Update the version to 4.22.0.0
4+
5+
-- the Apache CloudStack project <[email protected]> Mon, 27 Oct 2025 11:36:18 +0530
6+
17
cloudstack (4.22.0.0-SNAPSHOT) unstable; urgency=low
28

39
* Update the version to 4.22.0.0-SNAPSHOT

pom.xml

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

3030
<groupId>org.apache.cloudstack</groupId>
3131
<artifactId>cloudstack</artifactId>
32-
<version>4.22.0.0-SNAPSHOT</version>
32+
<version>4.22.0.0</version>
3333
<packaging>pom</packaging>
3434
<name>Apache CloudStack</name>
3535
<description>Apache CloudStack is an IaaS ("Infrastructure as a Service") cloud orchestration platform.</description>

tools/apidoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.cloudstack</groupId>
2727
<artifactId>cloud-tools</artifactId>
28-
<version>4.22.0.0-SNAPSHOT</version>
28+
<version>4.22.0.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<properties>

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.22.0.0-SNAPSHOT</version>
25+
<version>4.22.0.0</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.22.0.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>"
22+
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0" Author="Apache CloudStack <[email protected]>"
2323

2424
ARG DEBIAN_FRONTEND=noninteractive
2525

tools/docker/Dockerfile.marvin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
# build for cloudstack_home_dir not this folder
2020
FROM python:2
2121

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

2424
ENV WORK_DIR=/marvin
2525

26-
ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.22.0.0-SNAPSHOT.tar.gz
26+
ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.22.0.0.tar.gz
2727

2828
RUN apt-get update && apt-get install -y vim
2929
RUN pip install --upgrade paramiko nose requests

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

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

0 commit comments

Comments
 (0)