You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/08/17 15:56:53 UTC

[18/25] logging-log4cxx git commit: No 0.11.1 yet.

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/9d8daef3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/9d8daef3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/9d8daef3

Branch: refs/heads/next_stable
Commit: 9d8daef3fb6b8e494f9181a0c985872ca708037c
Parents: c83c6e3
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 17:52:33 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 17:52:33 2017 +0200

----------------------------------------------------------------------
 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/9d8daef3/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/9d8daef3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c30826d..2be88c0 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-488" type="fix">Space after log level hides messages</action>
 			<action issue="LOGCXX-484" type="fix">Spelling error s/excute/execute</action>