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 2016/03/15 10:29:24 UTC

logging-log4j2 git commit: Update Maven Core from 3.2.5 to the current 3.3.9 which updates the test dep Google Guava from 16.0.1 to 19.0 to resolve some other dependency hell I am seeing in a downstream project (of mine).

Repository: logging-log4j2
Updated Branches:
  refs/heads/master ba5cf4562 -> 6ba91a3c2


Update Maven Core from 3.2.5 to the current 3.3.9 which updates the test
dep Google Guava from 16.0.1 to 19.0 to resolve some other dependency
hell I am seeing in a downstream project (of mine).

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

Branch: refs/heads/master
Commit: 6ba91a3c24df320bd8c6cf6a96668ce8ffe0e3c6
Parents: ba5cf45
Author: ggregory <gg...@apache.org>
Authored: Tue Mar 15 02:29:21 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Mar 15 02:29:21 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6ba91a3c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b923766..3c02bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,7 +275,7 @@
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-core</artifactId>
-        <version>3.2.5</version>
+        <version>3.3.9</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>