You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/10/04 18:28:06 UTC

[04/15] git commit: Update for 2.1 release.

Update for 2.1 release.


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

Branch: refs/heads/master
Commit: d83e1dc3478ac08fbaeebe85a7a1df6a1140f9e9
Parents: a870e1a
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 00:21:33 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 09:38:50 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d83e1dc3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a51b81e..ddb0923 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,8 +154,8 @@
   <properties>
     <!-- make sure to update these for each release! -->
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.0.2</Log4jReleaseVersion>
-    <Log4jReleaseCount>sixteenth</Log4jReleaseCount>
+    <Log4jReleaseVersion>2.1</Log4jReleaseVersion>
+    <Log4jReleaseCount>seventeenth</Log4jReleaseCount>
     <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>FA1C814D</Log4jReleaseKey>
     <!-- note that any properties you want available in velocity templates must not use periods! -->

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d83e1dc3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bfbfe96..b4944e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
     <title>Changes</title>
   </properties>
   <body>
-    <release version="2.1" date="2014-??-??" description="Bug fixes and enhancements">
+    <release version="2.1" date="2014-10-04" description="GA Release 2.1">
       <action issue="LOG4J2-866" dev="rpopma" type="fix" due-to="Gerard Weatherby">
         Documentation: fixed missing closing parenthesis in code example.
       </action>
@@ -186,7 +186,7 @@
         Update org.eclipse.persistence.jpa to 2.5.2 from 2.5.1.
       </action>
       <action issue="LOG4J2-867" dev="ggregory" type="update">
-        FlumeAppender: maxDelay not in seconds, but milliseconds. 
+        FlumeAppender: maxDelay not in seconds, but milliseconds.
         Add time scale to some settings, for example maxDelayMillis instead of maxDelay.
         The old names are aliased for compatibility.
       </action>