This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 5526ef0168cff65535e5a7eef1c580f52f1f4254 Author: Daan Hoogland <[email protected]> AuthorDate: Tue Feb 25 10:51:46 2025 +0100 spurious versions --- tools/checkstyle/pom.xml | 2 +- tools/marvin/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml index dbdd7f2874d..3727c92c610 100644 --- a/tools/checkstyle/pom.xml +++ b/tools/checkstyle/pom.xml @@ -22,7 +22,7 @@ <name>Apache CloudStack Developer Tools - Checkstyle Configuration</name> <groupId>org.apache.cloudstack</groupId> <artifactId>checkstyle</artifactId> - <version>4.19.2.0</version> + <version>4.19.3.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index 6672adf4dc5..e641646e8b6 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -27,7 +27,7 @@ except ImportError: raise RuntimeError("python setuptools is required to build Marvin") -VERSION = "4.19.2.0" +VERSION = "4.19.3.0-SNAPSHOT" setup(name="Marvin", version=VERSION,
