We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a36862 commit 5526ef0Copy full SHA for 5526ef0
tools/checkstyle/pom.xml
@@ -22,7 +22,7 @@
22
<name>Apache CloudStack Developer Tools - Checkstyle Configuration</name>
23
<groupId>org.apache.cloudstack</groupId>
24
<artifactId>checkstyle</artifactId>
25
- <version>4.19.2.0</version>
+ <version>4.19.3.0-SNAPSHOT</version>
26
27
<properties>
28
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
tools/marvin/setup.py
@@ -27,7 +27,7 @@
raise RuntimeError("python setuptools is required to build Marvin")
29
30
-VERSION = "4.19.2.0"
+VERSION = "4.19.3.0-SNAPSHOT"
31
32
setup(name="Marvin",
33
version=VERSION,
0 commit comments