You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2020/08/09 15:41:18 UTC

[logging-log4cxx] 02/02: scm.tagNameFormat reconfigured to new RC number.

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to annotated tag v0.11.0-RC2
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 5e9de1ffc8e4f5b6671297983fffb8a3ca83b660
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Aug 9 11:37:27 2020 -0400

    scm.tagNameFormat reconfigured to new RC number.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fe1cccc..93e31fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,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>