mvn: fix build and use the 4.17.2.0-SNAPSHOT in version

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2022-09-21 13:41:21 +05:30
parent d724a9d15c
commit 5669888c16
4 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cloudstack (4.17.2.0-SNAPSHOT) unstable; urgency=low
* Update the version to 4.17.2.0-SNAPSHOT
-- the Apache CloudStack project <dev@cloudstack.apache.org> Wed, 14 Sep 2022 12:58:03 +0530
cloudstack (4.17.1.0) unstable; urgency=low
* Update the version to 4.17.1.0

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.17.1.0-SNAPSHOT</version>
<version>4.17.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -22,7 +22,7 @@
<name>Apache CloudStack Developer Tools - Checkstyle Configuration</name>
<groupId>org.apache.cloudstack</groupId>
<artifactId>checkstyle</artifactId>
<version>4.17.1.0</version>
<version>4.17.2.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@ -27,7 +27,7 @@ except ImportError:
raise RuntimeError("python setuptools is required to build Marvin")
VERSION = "4.17.1.0"
VERSION = "4.17.2.0-SNAPSHOT"
setup(name="Marvin",
version=VERSION,