You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2018/01/26 06:44:50 UTC

kylin git commit: KYLIN-2556 Switch findbugs to spotbugs

Repository: kylin
Updated Branches:
  refs/heads/master b6320da48 -> b361844ce


KYLIN-2556 Switch findbugs to spotbugs


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b361844c
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b361844c
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b361844c

Branch: refs/heads/master
Commit: b361844ce16ec01d4c78290a450ff705d0c84911
Parents: b6320da
Author: Billy Liu <bi...@apache.org>
Authored: Fri Jan 26 14:44:23 2018 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Fri Jan 26 14:44:38 2018 +0800

----------------------------------------------------------------------
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b361844c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4f83fe..da43c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1047,9 +1047,9 @@
                     </executions>
                 </plugin>
                 <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>findbugs-maven-plugin</artifactId>
-                    <version>3.0.4</version>
+                    <groupId>com.github.spotbugs</groupId>
+                    <artifactId>spotbugs-maven-plugin</artifactId>
+                    <version>3.1.1</version>
                     <configuration>
                         <xmlOutput>true</xmlOutput>
                         <effort>Max</effort>
@@ -1116,8 +1116,8 @@
                 <artifactId>maven-checkstyle-plugin</artifactId>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -1195,9 +1195,9 @@
                 </reportSets>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>3.0.4</version>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
+                <version>3.1.1</version>
             </plugin>
         </plugins>
     </reporting>