You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/04/22 01:33:41 UTC

[2/3] accumulo git commit: ACCUMULO-3720 Update apilyzer plugin to 1.0.1

ACCUMULO-3720 Update apilyzer plugin to 1.0.1


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

Branch: refs/heads/master
Commit: f76acc6a094cbad3715fbd6c076b905c906f509b
Parents: d1e6e79
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Apr 21 19:06:10 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Apr 21 19:06:10 2015 -0400

----------------------------------------------------------------------
 core/pom.xml        | 2 +-
 minicluster/pom.xml | 2 +-
 pom.xml             | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f76acc6a/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 521411c..15a52fd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -166,7 +166,7 @@
     </pluginManagement>
     <plugins>
       <plugin>
-        <groupId>net.revelc.apilyzer</groupId>
+        <groupId>net.revelc.code</groupId>
         <artifactId>apilyzer-maven-plugin</artifactId>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f76acc6a/minicluster/pom.xml
----------------------------------------------------------------------
diff --git a/minicluster/pom.xml b/minicluster/pom.xml
index fa7cacc..7644269 100644
--- a/minicluster/pom.xml
+++ b/minicluster/pom.xml
@@ -118,7 +118,7 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>net.revelc.apilyzer</groupId>
+        <groupId>net.revelc.code</groupId>
         <artifactId>apilyzer-maven-plugin</artifactId>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f76acc6a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f12c767..fff66aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -899,9 +899,9 @@
           <version>2.5.3</version>
         </plugin>
         <plugin>
-          <groupId>net.revelc.apilyzer</groupId>
+          <groupId>net.revelc.code</groupId>
           <artifactId>apilyzer-maven-plugin</artifactId>
-          <version>1.0.0</version>
+          <version>1.0.1</version>
         </plugin>
       </plugins>
     </pluginManagement>