Repository: logging-log4cxx Updated Branches: refs/heads/next_stable 040f51151 -> 30c57dfa5
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/da9eb0b0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/da9eb0b0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/da9eb0b0 Branch: refs/heads/next_stable Commit: da9eb0b0d8b04ed39c02b1e13f221dda1c1c027d Parents: 040f511 Author: Thorsten Schöning <tschoen...@am-soft.de> Authored: Thu Aug 17 18:39:39 2017 +0200 Committer: Thorsten Schöning <tschoen...@am-soft.de> Committed: Thu Aug 17 18:39:39 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/da9eb0b0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 055f90e..dbdad2b 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}-RC2</tagNameFormat> + <tagNameFormat>v@{project.version}-RC3</tagNameFormat> <goals>site-deploy assembly:assembly</goals> </configuration> </plugin>