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/16 16:52:33 UTC

[33/34] 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/675f9481
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/675f9481
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/675f9481

Branch: refs/heads/next_stable
Commit: 675f948118c6d181869b7aa46663a6fbf5e10de2
Parents: e567ea2
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Wed Aug 16 18:40:04 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Wed Aug 16 18:40:04 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/675f9481/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5697b54..0bd7a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
 				<artifactId>maven-release-plugin</artifactId>
 				<version>2.3</version>
 				<configuration>
-					<tagNameFormat>v@{project.version}-RCx</tagNameFormat>
+					<tagNameFormat>v@{project.version}-RC1</tagNameFormat>
 					<goals>site-deploy assembly:assembly</goals>
 				</configuration>
 			</plugin>