You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2017/11/14 01:08:50 UTC

logging-log4j2 git commit: Set Maven prerequisites to version 3.0.5 (as reported by mvn versions:display-plugin-updates.)

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7b68f2927 -> ceb46ca26


Set Maven prerequisites to version 3.0.5 (as reported by mvn
versions:display-plugin-updates.)

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ceb46ca2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ceb46ca2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ceb46ca2

Branch: refs/heads/master
Commit: ceb46ca26a19658470a572d93d1d20b883270680
Parents: 7b68f29
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Nov 13 18:08:48 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Nov 13 18:08:48 2017 -0700

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ceb46ca2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9d14348..b1d92dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,9 @@
     <artifactId>logging-parent</artifactId>
     <version>1</version>
   </parent>
+  <prerequisites>
+    <maven>3.0.5</maven>
+  </prerequisites>
   <description>Apache Log4j 2</description>
   <url>https://logging.apache.org/log4j/2.x/</url>
   <issueManagement>