Repository: hbase
Updated Branches:
  refs/heads/branch-1 ece68d3c6 -> 8e5b8f22f


HBASE-20091 Fix for 'build.plugins.plugin.version' for org.codehaus.mojo: is 
missing.

Signed-off-by: tedyu <yuzhih...@gmail.com>


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

Branch: refs/heads/branch-1
Commit: 8e5b8f22fc967705cdc2b3ea724e8713ef3d7eff
Parents: ece68d3
Author: Artem Ervits <generi...@gmail.com>
Authored: Mon Feb 26 18:19:21 2018 -0500
Committer: tedyu <yuzhih...@gmail.com>
Committed: Mon Feb 26 19:29:36 2018 -0800

----------------------------------------------------------------------
 hbase-shaded/hbase-shaded-check-invariants/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8e5b8f22/hbase-shaded/hbase-shaded-check-invariants/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml 
b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
index 01587db..67faaa4 100644
--- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
@@ -161,6 +161,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
+        <version>1.6.0</version>
         <executions>
           <execution>
             <id>check-jar-contents</id>

Reply via email to