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

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

Branch: refs/heads/next_stable
Commit: 3e1da8e7e7b95b61fe8eb3c8efa49561ffccee74
Parents: 04965b2
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 15:37:23 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 15:37:23 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3e1da8e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d1639ae..dbdad2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<groupId>log4cxx</groupId>
 	<artifactId>apache-log4cxx</artifactId>
 	<packaging>pom</packaging>
-	<version>	0.11.0-SNAPSHOT</version>
+	<version>0.11.0-SNAPSHOT</version>
 	<name>Apache log4cxx</name>
 	<description>Logging framework for C++.</description>
 	<url>http://logging.apache.org/log4cxx</url>
@@ -333,7 +333,7 @@
 				<artifactId>maven-release-plugin</artifactId>
 				<version>2.3</version>
 				<configuration>
-					<tagNameFormat>v@{project.version}-RC11</tagNameFormat>
+					<tagNameFormat>v@{project.version}-RC3</tagNameFormat>
 					<goals>site-deploy assembly:assembly</goals>
 				</configuration>
 			</plugin>