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/6f8372a2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/6f8372a2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/6f8372a2

Branch: refs/heads/next_stable
Commit: 6f8372a28ae9054c6f6a96c3b3e2b93294f17c00
Parents: c92bb20
Author: Thorsten Schöning <tschoen...@am-soft.de>
Authored: Thu Aug 17 15:35:42 2017 +0200
Committer: Thorsten Schöning <tschoen...@am-soft.de>
Committed: Thu Aug 17 15:35:42 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/6f8372a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 732e7d7..2888343 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <groupId>log4cxx</groupId>
        <artifactId>apache-log4cxx</artifactId>
        <packaging>pom</packaging>
-       <version>0.11.0-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}-RC8</tagNameFormat>
+                                       
<tagNameFormat>v@{project.version}-RC9</tagNameFormat>
                                        <goals>site-deploy 
assembly:assembly</goals>
                                </configuration>
                        </plugin>

Reply via email to