This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.15
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.15 by this push:
new b445479 checkstyle: fix pom version
b445479 is described below
commit b445479bc4b76cc9a6d8a1b1ae9a42d95da96fec
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon Jan 4 20:05:11 2021 +0530
checkstyle: fix pom version
Signed-off-by: Rohit Yadav <[email protected]>
---
tools/checkstyle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml
index e8af154..53ca24e 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.15.0.0</version>
+ <version>4.15.1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>