Updated Branches: refs/heads/TEZ-1 a6791898e -> d3b19212c
TEZ-174. Fix hadoop-maven-plugin version should be managed through pluginManagement Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/d3b19212 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/d3b19212 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/d3b19212 Branch: refs/heads/TEZ-1 Commit: d3b19212c7cd01aa26c31ad0eb40d50662144f54 Parents: a679189 Author: Giridharan Kesavan <[email protected]> Authored: Fri May 31 06:18:45 2013 -0700 Committer: Hitesh Shah <[email protected]> Committed: Fri May 31 07:15:53 2013 -0700 ---------------------------------------------------------------------- pom.xml | 5 +++++ tez-dag-api/pom.xml | 1 - 2 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/d3b19212/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e4f8e7..721df2f 100644 --- a/pom.xml +++ b/pom.xml @@ -301,6 +301,11 @@ <version>2.3.1</version> </plugin> <plugin> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-maven-plugins</artifactId> + <version>${hadoop.version}</version> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/d3b19212/tez-dag-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dag-api/pom.xml b/tez-dag-api/pom.xml index 3cb0952..2a91b4d 100644 --- a/tez-dag-api/pom.xml +++ b/tez-dag-api/pom.xml @@ -64,7 +64,6 @@ <plugin> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-maven-plugins</artifactId> - <version>3.0.0-SNAPSHOT</version> <executions> <execution> <id>compile-protoc</id>
