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 15:41:16 UTC

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

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 fd1c49e  (tag)
 tagging 5e9de1ffc8e4f5b6671297983fffb8a3ca83b660 (commit)
 replaces v0_10_0
      by Robert Middleton
      on Sun Aug 9 11:40:27 2020 -0400

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

This annotated tag includes the following new commits:

     new 7b7e79f  Set release date to today.
     new 5e9de1f  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 5e9de1ffc8e4f5b6671297983fffb8a3ca83b660
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Aug 9 11:37:27 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 fe1cccc..93e31fc 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:assembly</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 7b7e79fe988e3fac3939df885ba1e733fe902d55
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Aug 9 11:37:27 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>