mirror of https://github.com/apache/cloudstack.git
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:
parent
d724a9d15c
commit
5669888c16
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue