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 13:43:03 UTC

[05/22] logging-log4cxx git commit: scm.tagNameFormat reconfigured to new RC number.

scm.tagNameFormat reconfigured to new RC number.


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

Branch: refs/heads/next_stable
Commit: e5fe9e73781a42cbc4ace88aaff7e069ad00b6da
Parents: b10e5ac
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 13:16:07 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 13:16:07 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e5fe9e73/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9caa7a..e30259c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,7 +334,7 @@
 				<version>2.3</version>
 				<configuration>
 					<developmentVersion>@{project.version}</developmentVersion>
-					<tagNameFormat>v@{project.version}-RC2</tagNameFormat>
+					<tagNameFormat>v@{project.version}-RC3</tagNameFormat>
 					<goals>site-deploy assembly:assembly</goals>
 				</configuration>
 			</plugin>