HADOOP-13913. maven issuing pom.version being deprecation warnings. Contributed by Steve Loughran
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fcbe1523 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fcbe1523 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fcbe1523 Branch: refs/heads/YARN-5085 Commit: fcbe1523422eeea74773dcd6b1c5ca410bac0d6f Parents: f121645 Author: Mingliang Liu <[email protected]> Authored: Fri Dec 16 15:34:56 2016 -0800 Committer: Mingliang Liu <[email protected]> Committed: Fri Dec 16 15:34:56 2016 -0800 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/fcbe1523/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 36172f2..c9ee793 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -130,7 +130,7 @@ <aws-java-sdk.version>1.11.45</aws-java-sdk.version> <!-- the version of Hadoop declared in the version resources; can be overridden so that Hadoop 3.x can declare itself a 2.x artifact. --> - <declared.hadoop.version>${pom.version}</declared.hadoop.version> + <declared.hadoop.version>${project.version}</declared.hadoop.version> </properties> <dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
