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/15 10:11:39 UTC

logging-log4cxx git commit: Removing former RC1 release.

Repository: logging-log4cxx
Updated Branches:
  refs/heads/master 134791d98 -> 79f5342c5


Removing former RC1 release.

This reverts commit 6e5627cb0b8241904820a78dd109ae3a83fe40a5.


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

Branch: refs/heads/master
Commit: 79f5342c58cfa67cc3e08bf42205d6babfeffb92
Parents: 134791d
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Tue Aug 15 12:11:38 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Tue Aug 15 12:11:38 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/79f5342c/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/79f5342c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1805746..2710e72 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,7 +29,7 @@
 		</release>
 
 		<release	version="0.11.0"
-					date="2017-07-10"
+					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>