Skip to content

Commit 5669888

Browse files
committed
mvn: fix build and use the 4.17.2.0-SNAPSHOT in version
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent d724a9d commit 5669888

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.17.2.0-SNAPSHOT) unstable; urgency=low
2+
3+
* Update the version to 4.17.2.0-SNAPSHOT
4+
5+
-- the Apache CloudStack project <dev@cloudstack.apache.org> Wed, 14 Sep 2022 12:58:03 +0530
6+
17
cloudstack (4.17.1.0) unstable; urgency=low
28

39
* Update the version to 4.17.1.0

plugins/network-elements/f5/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-plugins</artifactId>
27-
<version>4.17.1.0-SNAPSHOT</version>
27+
<version>4.17.2.0-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.17.1.0</version>
25+
<version>4.17.2.0-SNAPSHOT</version>
2626

2727
<properties>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

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

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

0 commit comments

Comments
 (0)