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/de165d28 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/de165d28 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/de165d28 Branch: refs/heads/next_stable Commit: de165d28b4aa95be50f61e02b12862b9115a535f Parents: cb1f408 Author: Thorsten Schöning <[email protected]> Authored: Thu Aug 17 17:54:13 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Thu Aug 17 17:54:13 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/de165d28/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>
