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:01 UTC

[03/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/e0d05fb5
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/e0d05fb5
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/e0d05fb5

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

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e0d05fb5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dd149c5..1f4fb98 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}-RC1</tagNameFormat>
+					<tagNameFormat>v@{project.version}-RC2</tagNameFormat>
 					<goals>site-deploy assembly:assembly</goals>
 				</configuration>
 			</plugin>