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 <[email protected]> Authored: Thu Aug 17 09:08:16 2017 +0200 Committer: Thorsten Schöning <[email protected]> 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>
