You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by aj...@apache.org on 2018/02/26 18:38:29 UTC

[1/2] jena git commit: JENA-1491: Migrate FindBugs to StopBugs

Repository: jena
Updated Branches:
  refs/heads/master 91dc11ab3 -> f5d3e3868


JENA-1491: Migrate FindBugs to StopBugs


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

Branch: refs/heads/master
Commit: 8cc26701f842584c16d2120f2e0013e24482c1cc
Parents: 89e6a8d
Author: ajs6f <aj...@apache.org>
Authored: Fri Feb 16 16:31:25 2018 -0500
Committer: ajs6f <aj...@apache.org>
Committed: Fri Feb 16 16:31:25 2018 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/8cc26701/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 76cf169..ca5375c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1038,9 +1038,9 @@
       </plugin>
 
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.1</version>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
+        <version>3.1.1</version>
       </plugin>
     </plugins>
   </reporting>


[2/2] jena git commit: Migrate FindBugs to StopBugs

Posted by aj...@apache.org.
Migrate FindBugs to StopBugs


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

Branch: refs/heads/master
Commit: f5d3e38682028e782bc53a38d56e06398f12d0c5
Parents: 91dc11a 8cc2670
Author: ajs6f <aj...@apache.org>
Authored: Mon Feb 26 13:37:13 2018 -0500
Committer: ajs6f <aj...@apache.org>
Committed: Mon Feb 26 13:37:13 2018 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------