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 2015/01/18 17:44:25 UTC

logging-log4j2 git commit: maven-core 3.2.3 -> 3.2.5; org.apache.felix.framework 4.4.1 -> 4.6.0; commons-codec 1.9 -> 1.10

Repository: logging-log4j2
Updated Branches:
  refs/heads/master eb8fefc05 -> 58e7acdc3


maven-core 3.2.3 -> 3.2.5; org.apache.felix.framework 4.4.1 -> 4.6.0; commons-codec 1.9 -> 1.10


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

Branch: refs/heads/master
Commit: 58e7acdc38d8a85099ec69b5ef61a26873cc308a
Parents: eb8fefc
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Jan 18 11:41:38 2015 -0500
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Jan 18 11:43:56 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/58e7acdc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 395acfb..91f92b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,17 +242,17 @@
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.framework</artifactId>
-        <version>4.4.1</version>
+        <version>4.6.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-core</artifactId>
-        <version>3.2.3</version>
+        <version>3.2.5</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.9</version>
+        <version>1.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>