You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2020/08/09 16:04:03 UTC

[logging-log4cxx] annotated tag v0.11.0-RC2 created (now 0003d34)

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to annotated tag v0.11.0-RC2
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git.


      at 0003d34  (tag)
 tagging 400c0e0cb9a6c77e2ced2ee163ca14edbdf10865 (commit)
 replaces v0_10_0
      by Robert Middleton
      on Sun Aug 9 12:03:13 2020 -0400

- Log -----------------------------------------------------------------
[maven-release-plugin]  copy for tag v0.11.0-RC2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new dcc0e9f  Set release date to today.
     new 400c0e0  scm.tagNameFormat reconfigured to new RC number.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[logging-log4cxx] 02/02: scm.tagNameFormat reconfigured to new RC number.

Posted by rm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to annotated tag v0.11.0-RC2
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 400c0e0cb9a6c77e2ced2ee163ca14edbdf10865
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Aug 9 12:00:18 2020 -0400

    scm.tagNameFormat reconfigured to new RC number.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e08e09f..47f7fd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,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:single</goals>
 				</configuration>
 			</plugin>


[logging-log4cxx] 01/02: Set release date to today.

Posted by rm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to annotated tag v0.11.0-RC2
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit dcc0e9ffbac5a2c39ce6ee587b116162628a9ee2
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Aug 9 12:00:18 2020 -0400

    Set release date to today.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb2f76f..4cb4b03 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 
 	<body>
 		<release	version="0.11.0"
-					date="XXXX-XX-XX"
+					date="2020-08-09"
 					description="Maintenance release.">
 			<action issue="LOGCXX-512" type="fix">cmake and autotools generate different versioned binaries</action>
 			<action issue="LOGCXX-506" type="fix">CachedDateFormat reuses timestamps without updating milliseconds after formatting timestamp with ms == 654</action>