Repository: logging-log4cxx Updated Branches: refs/heads/next_stable ef484b3e7 -> 58b5a5887
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/7b689443 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/7b689443 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/7b689443 Branch: refs/heads/next_stable Commit: 7b6894437df4034bb13b4cfb2bd4f274b4af836e Parents: ef484b3 Author: Thorsten Schöning <[email protected]> Authored: Thu Aug 17 18:17:25 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Thu Aug 17 18:17:25 2017 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/7b689443/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dd149c5..055f90e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>log4cxx</groupId> <artifactId>apache-log4cxx</artifactId> <packaging>pom</packaging> - <version>0.11.1-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}-RC1</tagNameFormat> + <tagNameFormat>v@{project.version}-RC2</tagNameFormat> <goals>site-deploy assembly:assembly</goals> </configuration> </plugin>
