Repository: hbase Updated Branches: refs/heads/master 861880b86 -> d4256aa6f
HBASE-16974 Update os-maven-plugin to 1.4.1.final+ for building shade file on RHEL/CentOS (ChiaPing Tsai) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d4256aa6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d4256aa6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d4256aa6 Branch: refs/heads/master Commit: d4256aa6f383f3c5f1b3c6ee1b7fa1c114db8978 Parents: 861880b Author: Michael Stack <st...@apache.org> Authored: Mon Oct 31 12:30:19 2016 -0700 Committer: Michael Stack <st...@apache.org> Committed: Mon Oct 31 12:30:19 2016 -0700 ---------------------------------------------------------------------- hbase-protocol-shaded/README.txt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/d4256aa6/hbase-protocol-shaded/README.txt ---------------------------------------------------------------------- diff --git a/hbase-protocol-shaded/README.txt b/hbase-protocol-shaded/README.txt index afe8829..453a8d3 100644 --- a/hbase-protocol-shaded/README.txt +++ b/hbase-protocol-shaded/README.txt @@ -30,7 +30,7 @@ below step and then check in what it generated: or - $ mvn install -Pcompille-protobuf + $ mvn install -Pcompile-protobuf NOTE: 'install' above whereas other proto generation only needs 'compile' http://git-wip-us.apache.org/repos/asf/hbase/blob/d4256aa6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 79488ee..5c829ca 100644 --- a/pom.xml +++ b/pom.xml @@ -478,7 +478,7 @@ <extension> <groupId>kr.motd.maven</groupId> <artifactId>os-maven-plugin</artifactId> - <version>1.4.0.Final</version> + <version>1.5.0.Final</version> </extension> </extensions> <pluginManagement>