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 17:03:54 UTC

[8/8] logging-log4cxx git commit: Prepare for next development iteration: 0.11.1

Prepare for next development iteration: 0.11.1


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

Branch: refs/heads/release_scripts
Commit: 56f36b4872c46a559fd9b80f712ffc5f88f3ef83
Parents: d9dba16
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 18:35:20 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 18:35:20 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/56f36b48/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5697b54..504f151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<groupId>log4cxx</groupId>
 	<artifactId>apache-log4cxx</artifactId>
 	<packaging>pom</packaging>
-	<version>0.11.0-SNAPSHOT</version>
+	<version>0.11.1-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/56f36b48/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..c30826d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,11 @@
 	</properties>
 
 	<body>
+		<release	version="0.11.1"
+					date="XXXX-XX-XX"
+					description="Maintenance release">
+		</release>
+
 		<release	version="0.11.0"
 					date="2017-08-17"
 					description="Maintenance release">