Set Maven version prerequisite to 3.0.5. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/493c2215 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/493c2215 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/493c2215
Branch: refs/heads/master Commit: 493c22155f737d87b4adb2aa0f5874abdde6c5c0 Parents: cbb7375 Author: Gary Gregory <[email protected]> Authored: Sat Nov 11 14:36:51 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat Nov 11 14:36:51 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/493c2215/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0936440..e6a95dd 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,10 @@ <version>12.0-SNAPSHOT</version> <packaging>pom</packaging> + <prerequisites> + <maven>3.0.5</maven> + </prerequisites> + <name>Apache Log4j 2 Scala API</name> <description>Apache Log4j 2 Scala API</description> <url>http://logging.apache.org/log4j/2.x/</url>
