This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.17 by this push:
new 5669888c161 mvn: fix build and use the 4.17.2.0-SNAPSHOT in version
5669888c161 is described below
commit 5669888c1615f97c278f832fe2442ab2a7539b99
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Sep 21 13:41:21 2022 +0530
mvn: fix build and use the 4.17.2.0-SNAPSHOT in version
Signed-off-by: Rohit Yadav <[email protected]>
---
debian/changelog | 6 ++++++
plugins/network-elements/f5/pom.xml | 2 +-
tools/checkstyle/pom.xml | 2 +-
tools/marvin/setup.py | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ac9acfec469..366d836c22f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <[email protected]> Wed, 14 Sep
2022 12:58:03 +0530
+
cloudstack (4.17.1.0) unstable; urgency=low
* Update the version to 4.17.1.0
diff --git a/plugins/network-elements/f5/pom.xml
b/plugins/network-elements/f5/pom.xml
index 731dbd7ab3b..f48eb7e667f 100644
--- a/plugins/network-elements/f5/pom.xml
+++ b/plugins/network-elements/f5/pom.xml
@@ -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>
diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml
index c9a009d2a8c..ca2b0c86f5d 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.17.1.0</version>
+ <version>4.17.2.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 a216fdbc8bd..35568ab6d2e 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.17.1.0"
+VERSION = "4.17.2.0-SNAPSHOT"
setup(name="Marvin",
version=VERSION,