You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2018/12/29 11:06:55 UTC

[incubator-skywalking] branch master updated: fix incorrect version in apm-checkstyle. (#2102)

This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ed1e94  fix incorrect version in apm-checkstyle. (#2102)
2ed1e94 is described below

commit 2ed1e948f2a3ce32e26afd22750701c2c22a7778
Author: Jared Tan <ji...@daocloud.io>
AuthorDate: Sat Dec 29 19:06:49 2018 +0800

    fix incorrect version in apm-checkstyle. (#2102)
    
    * fix incorrect version in apm-checkstyle.
    
    * remove SNAPSHOT in checkstyle module.
---
 apm-checkstyle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-checkstyle/pom.xml b/apm-checkstyle/pom.xml
index f9d4784..bf6ef22 100644
--- a/apm-checkstyle/pom.xml
+++ b/apm-checkstyle/pom.xml
@@ -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>