From 5669888c1615f97c278f832fe2442ab2a7539b99 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 21 Sep 2022 13:41:21 +0530 Subject: [PATCH] mvn: fix build and use the 4.17.2.0-SNAPSHOT in version Signed-off-by: Rohit Yadav --- 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 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 @@ org.apache.cloudstack cloudstack-plugins - 4.17.1.0-SNAPSHOT + 4.17.2.0-SNAPSHOT ../../pom.xml 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 @@ Apache CloudStack Developer Tools - Checkstyle Configuration org.apache.cloudstack checkstyle - 4.17.1.0 + 4.17.2.0-SNAPSHOT UTF-8 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,