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/12/31 08:29:44 UTC

logging-log4j2 git commit: [LOG4J2-1240] Update Liquibase from 3.3.5 to 3.4.2.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 9fddd34cd -> d71e4cc94


[LOG4J2-1240] Update Liquibase from 3.3.5 to 3.4.2.

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

Branch: refs/heads/master
Commit: d71e4cc941e536ea333513d546f860d3c755da0b
Parents: 9fddd34
Author: ggregory <gg...@apache.org>
Authored: Wed Dec 30 23:29:41 2015 -0800
Committer: ggregory <gg...@apache.org>
Committed: Wed Dec 30 23:29:41 2015 -0800

----------------------------------------------------------------------
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d71e4cc9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ce0e831..e2778af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-core</artifactId>
-        <version>1.1.1</version>
+        <version>1.2.1</version>
         <exclusions>
           <exclusion>
             <groupId>org.codehaus.jackson</groupId>
@@ -704,7 +704,7 @@
       <dependency>
         <groupId>org.liquibase</groupId>
         <artifactId>liquibase-core</artifactId>
-        <version>3.3.5</version>
+        <version>3.4.2</version>
       </dependency>
       <dependency>
         <groupId>net.javacrumbs.json-unit</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d71e4cc9/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8892b2b..a4b6798 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,9 @@
       <action issue="LOG4J2-1239" dev="ggregory" type="update">
         Update Jackson from 2.6.3 to 2.6.4.
       </action>
+      <action issue="LOG4J2-1240" dev="ggregory" type="update">
+        Update Liquibase from 3.3.5 to 3.4.2.
+      </action>
       <action issue="LOG4J2-1233" dev="ggregory" type="update" due-to="Bahri Gencsoy">
         Misleading Value In Properties Example.        
       </action>