No 0.11.1 yet.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/6f69211f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/6f69211f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/6f69211f Branch: refs/heads/LOGCXX-500 Commit: 6f69211f911f182d20796a83cbf6b2426b4e0ae3 Parents: 4f8b92c Author: Thorsten Schöning <[email protected]> Authored: Sat Jan 27 14:57:42 2018 +0100 Committer: Thorsten Schöning <[email protected]> Committed: Sat Jan 27 14:57:42 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/6f69211f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 504f151..5697b54 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>log4cxx</groupId> <artifactId>apache-log4cxx</artifactId> <packaging>pom</packaging> - <version>0.11.1-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache log4cxx</name> <description>Logging framework for C++.</description> <url>http://logging.apache.org/log4cxx</url> http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/6f69211f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 249e96f..fbec857 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,13 +23,8 @@ </properties> <body> - <release version="0.11.1" - date="XXXX-XX-XX" - description="Maintenance release"> - </release> - <release version="0.11.0" - date="2017-08-17" + date="XXXX-XX-XX" description="Maintenance release"> <action issue="LOGCXX-493" type="fix">Wrong usage of milli- vs. micro- and non- vs. milliseconds in some docs.</action> <action issue="LOGCXX-488" type="fix">Space after log level hides messages</action>
