fix incorrect version in apm-checkstyle. (#2102)

* fix incorrect version in apm-checkstyle.

* remove SNAPSHOT in checkstyle module.
This commit is contained in:
Jared Tan 2018-12-29 19:06:49 +08:00 committed by GitHub
parent 7a6c26b8e7
commit 2ed1e948f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-checkstyle</artifactId>
<version>6.0.0-beta-SNAPSHOT</version>
<version>6.0.0-beta</version>
<description>Module to hold Checkstyle for SkyWalking.</description>
<properties>