You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/02/17 00:04:40 UTC

[2/3] commons-rng git commit: Dependency specification.

Dependency specification.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/8696c489
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/8696c489
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/8696c489

Branch: refs/heads/master
Commit: 8696c48942b0923fd798abc0f5841da6255cf782
Parents: 52ab4ee
Author: Gilles <er...@apache.org>
Authored: Sat Feb 17 00:59:13 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Sat Feb 17 00:59:13 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/8696c489/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 547ebd5..96b222a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,7 +318,7 @@
         </reportSets>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
+        <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
         <version>${rng.spotbugs.version}</version>
         <configuration>