Fix warning. The compiler plugin version is already defined in the plugin management section.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4fe4086a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4fe4086a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4fe4086a Branch: refs/heads/LOG4J2-1661 Commit: 4fe4086adfccf4505b4f4065a80b9512efbc7a4e Parents: b6ad0b2 Author: Gary Gregory <[email protected]> Authored: Fri Nov 4 15:47:40 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 4 15:47:40 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4fe4086a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 82a001d..16626b3 100644 --- a/pom.xml +++ b/pom.xml @@ -916,7 +916,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>${compiler.plugin.version}</version> <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target>
