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/05/29 00:54:29 UTC

logging-log4j2 git commit: [LOG4J2-1398] Update liquibase-core from 3.4.2 to 3.5.1.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 797083385 -> 848e23318


[LOG4J2-1398] Update liquibase-core from 3.4.2 to 3.5.1.

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

Branch: refs/heads/master
Commit: 848e23318d955c2fdd3b81d6d5dd6fb6f9dd68d4
Parents: 7970833
Author: ggregory <gg...@apache.org>
Authored: Sat May 28 17:54:18 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Sat May 28 17:54:18 2016 -0700

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/848e2331/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a6e984..13f01f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -706,7 +706,7 @@
       <dependency>
         <groupId>org.liquibase</groupId>
         <artifactId>liquibase-core</artifactId>
-        <version>3.4.2</version>
+        <version>3.5.1</version>
       </dependency>
       <dependency>
         <groupId>net.javacrumbs.json-unit</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/848e2331/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 39b659a..4a1e2a0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,11 @@
     <title>Changes</title>
   </properties>
   <body>
+    <release version="2.6.1" date="2016-MM-DD" description="GA Release 2.6.1">
+      <action issue="LOG4J2-1398" dev="ggregory" type="update">
+        Update liquibase-core from 3.4.2 to 3.5.1.
+      </action>
+    </release>
     <release version="2.6" date="2016-05-25" description="GA Release 2.6">
       <action issue="LOG4J2-1270" dev="rpopma" type="add">
         (GC) Added support for garbage-free logging in steady state.