Repository: tez Updated Branches: refs/heads/master 5bf3e2d45 -> 086d7bad2
TEZ-3873. A maven enforcer plugin dependency error in pom.xml (Jinjiang Ling via jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/086d7bad Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/086d7bad Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/086d7bad Branch: refs/heads/master Commit: 086d7bad24fcd74c61180353735297114c9974af Parents: 5bf3e2d Author: Jonathan Eagles <[email protected]> Authored: Fri Apr 27 13:14:36 2018 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Fri Apr 27 13:14:36 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/086d7bad/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 16745f0..18b5a20 100644 --- a/pom.xml +++ b/pom.xml @@ -778,7 +778,7 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforce-plugin</artifactId> + <artifactId>maven-enforcer-plugin</artifactId> <version>1.4</version> </plugin> <plugin>
