fix incorrect version in apm-checkstyle. (#2102)
* fix incorrect version in apm-checkstyle. * remove SNAPSHOT in checkstyle module.
This commit is contained in:
parent
7a6c26b8e7
commit
2ed1e948f2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue