Repository: incubator-ratis Updated Branches: refs/heads/master de25e8130 -> 1f4b5727b
RATIS-158. mvn clean install on centos7 fails. Contributed by Sandeep Nemuri Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/1f4b5727 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/1f4b5727 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/1f4b5727 Branch: refs/heads/master Commit: 1f4b5727b5b536cd10a51f8378358386e2a798da Parents: de25e81 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Tue Jan 9 12:08:46 2018 +0800 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Tue Jan 9 12:08:46 2018 +0800 ---------------------------------------------------------------------- ratis-proto-shaded/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1f4b5727/ratis-proto-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml index 421197b..46649bc 100644 --- a/ratis-proto-shaded/pom.xml +++ b/ratis-proto-shaded/pom.xml @@ -43,7 +43,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> <!--I want to override these in profile so define them
