Repository: ranger Updated Branches: refs/heads/master 7d39a737c -> 8db0cec1b
RANGER-1954 - Specify a version for the native-maven-plugin Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/8db0cec1 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/8db0cec1 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/8db0cec1 Branch: refs/heads/master Commit: 8db0cec1b7449529a84d3026411a9116a05c6d8a Parents: 7d39a73 Author: Colm O hEigeartaigh <[email protected]> Authored: Sat Jan 13 11:49:49 2018 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Sat Jan 13 11:49:49 2018 +0000 ---------------------------------------------------------------------- unixauthnative/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/8db0cec1/unixauthnative/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml index f4016f9..59df112 100644 --- a/unixauthnative/pom.xml +++ b/unixauthnative/pom.xml @@ -33,6 +33,7 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>native-maven-plugin</artifactId> <extensions>true</extensions> + <version>1.0-alpha-8</version> <configuration> <compilerStartOptions> <compilerStartOption>${commonCompilerOptions}</compilerStartOption>
