HADOOP-15935. [JDK 11] Update maven.plugin-tools.version to 3.6.0. Contributed by Dinesh Chitlangia.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2af90ccb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2af90ccb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2af90ccb Branch: refs/heads/HDFS-12943 Commit: 2af90ccbc313f36aec6807232a2ddf08b4b09eec Parents: 5df9fb1 Author: Akira Ajisaka <[email protected]> Authored: Thu Dec 20 14:17:32 2018 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Thu Dec 20 14:17:32 2018 +0900 ---------------------------------------------------------------------- hadoop-maven-plugins/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2af90ccb/hadoop-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-maven-plugins/pom.xml b/hadoop-maven-plugins/pom.xml index b0f6ef4..3c8b0ea 100644 --- a/hadoop-maven-plugins/pom.xml +++ b/hadoop-maven-plugins/pom.xml @@ -27,7 +27,7 @@ <name>Apache Hadoop Maven Plugins</name> <properties> <maven.dependency.version>3.0.5</maven.dependency.version> - <maven.plugin-tools.version>3.5.1</maven.plugin-tools.version> + <maven.plugin-tools.version>3.6.0</maven.plugin-tools.version> </properties> <dependencies> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
