Repository: logging-log4cxx Updated Branches: refs/heads/next_stable bb138d701 -> fea8a53e4
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/c1b0c508 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/c1b0c508 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/c1b0c508 Branch: refs/heads/next_stable Commit: c1b0c50806b5756f9990a374ca80ec747ba50db5 Parents: bb138d7 Author: Thorsten Schöning <[email protected]> Authored: Thu Aug 17 15:46:17 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Thu Aug 17 15:46:17 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/c1b0c508/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eeae804..732e7d7 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}-RC7</tagNameFormat> + <tagNameFormat>v@{project.version}-RC8</tagNameFormat> <goals>site-deploy assembly:assembly</goals> </configuration> </plugin>
