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 07:12:40 UTC

[5/6] logging-log4cxx git commit: Merge commit '3ca47c80a273dd1e01b71aaf2970c037e8055f13' into next_stable

Merge commit '3ca47c80a273dd1e01b71aaf2970c037e8055f13' into next_stable


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

Branch: refs/heads/next_stable
Commit: b75a57f71727d964aef24ebdcb94f5899ce8a3b5
Parents: 884b213 3ca47c8
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 09:08:16 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 09:08:16 2017 +0200

----------------------------------------------------------------------
 pom.xml                 |  22 ++++-----
 releasePerform.sh       | 113 ++++++++++++++++++++++++++-----------------
 src/changes/changes.xml |   5 ++
 3 files changed, 84 insertions(+), 56 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/b75a57f7/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index dd149c5,b7188b9..84695f5
--- a/pom.xml
+++ b/pom.xml
@@@ -331,9 -331,9 +331,9 @@@
  
  			<plugin>
  				<artifactId>maven-release-plugin</artifactId>
- 				<version>2.3</version>
+ 				<version>0.11.1-SNAPSHOT</version>
  				<configuration>
 -					<tagNameFormat>v@{project.version}-RCx</tagNameFormat>
 +					<tagNameFormat>v@{project.version}-RC1</tagNameFormat>
  					<goals>site-deploy assembly:assembly</goals>
  				</configuration>
  			</plugin>