Repository: incubator-ranger Updated Branches: refs/heads/master 3634faa12 -> 2e4ed83a9
- Bump up Apache parent plugin version + fix scm tag value Signed-off-by: sneethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/2e4ed83a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/2e4ed83a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/2e4ed83a Branch: refs/heads/master Commit: 2e4ed83a983298da0c96cf08fecc86ed33c23db5 Parents: 3634faa Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Jan 27 15:59:18 2016 +0000 Committer: sneethiraj <[email protected]> Committed: Wed Jan 27 11:06:44 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/2e4ed83a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c5b9375..c288046 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>10</version> + <version>17</version> </parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> @@ -40,7 +40,7 @@ <connection>scm:git:[email protected]:apache/incubator-ranger.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ranger.git</developerConnection> <url>scm:git:[email protected]:apache/incubator-ranger.git</url> - <tag>ranger-0.4.0-rc3</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
