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 2021/06/02 01:40:36 UTC

[logging-chainsaw] branch master updated (e30c3df -> 90c111e)

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

rmiddleton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git.


    from e30c3df  Updated maven javadoc plugin to fix JDK11 build issue
     new f4e3c38  Updated pom and download generated page
     new 90c111e  Setting todays release date for release voting

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.


Summary of changes:
 pom.xml                         | 10 ++++++----
 src/changes/changes.xml         |  2 +-
 src/site/asciidoc/download.adoc |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

[logging-chainsaw] 02/02: Setting todays release date for release voting

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

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 90c111e3baa91b1e77abf4577d2a6eed517fb5e1
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Tue Jun 1 21:39:53 2021 -0400

    Setting todays release date for release voting
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d61f8f..816be87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <groupId>log4j</groupId>
   <artifactId>apache-chainsaw</artifactId>
   <name>Apache Chainsaw</name>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.1.0</version>
   <description>Graphical Viewer for Logging events from a local or remote log4j event system.</description>
   <url>https://logging.apache.org/chainsaw</url>
   <inceptionYear>2002</inceptionYear>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a10e91f..7e1597d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,7 +20,7 @@
     <title>Apache Chainsaw&#x2122;</title>
   </properties>
   <body>
-    <release version="2.1.0" date="2018-??-??" description="Apache Chainsaw 2.1.0">
+    <release version="2.1.0" date="2021-06-01" description="Apache Chainsaw 2.1.0">
       <action issue="CHAINSAW-1" type="chore" dev="mattsicker">
         Modernize syntax for newer Java versions up to 1.8.
       </action>

[logging-chainsaw] 01/02: Updated pom and download generated page

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

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit f4e3c3864a3802074b380fa758f555c8172e4ddc
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Tue Jun 1 21:39:08 2021 -0400

    Updated pom and download generated page
---
 pom.xml                         | 8 +++++---
 src/site/asciidoc/download.adoc | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b7d70c2..6d61f8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,9 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <dependency.locations.enabled>false</dependency.locations.enabled>
-    <ChainsawReleaseVersion>2.0.0</ChainsawReleaseVersion>
+    <ChainsawReleaseVersion>2.1.0</ChainsawReleaseVersion>
+    <ChainsawReleaseManager>Robert Middleton</ChainsawReleaseManager>
+    <ChainsawReleaseKey>B095DD52</ChainsawReleaseKey>
   </properties>
 
   <build>
@@ -377,8 +379,8 @@
             <attributes>
               <!-- copy any site properties wanted in asciidoc files -->
               <ChainsawReleaseVersion>${ChainsawReleaseVersion}</ChainsawReleaseVersion>
-              <Log4jReleaseManager>${Log4jReleaseManager}</Log4jReleaseManager>
-              <Log4jReleaseKey>${Log4jReleaseKey}</Log4jReleaseKey>
+              <ChainsawReleaseManager>${ChainsawReleaseManager}</ChainsawReleaseManager>
+              <ChainsawReleaseKey>${ChainsawReleaseKey}</ChainsawReleaseKey>
             </attributes>
           </asciidoc>
         </configuration>
diff --git a/src/site/asciidoc/download.adoc b/src/site/asciidoc/download.adoc
index 92abcfe..9e17cf4 100644
--- a/src/site/asciidoc/download.adoc
+++ b/src/site/asciidoc/download.adoc
@@ -69,7 +69,7 @@ gpg --verify apache-chainsaw-{ChainsawReleaseVersion}-src.tar.gz.asc apache-chai
 gpg --verify apache-chainsaw-{ChainsawReleaseVersion}-src.zip.asc apache-chainsaw-{ChainsawReleaseVersion}-src.zip
 ----
 
-Apache Log4j {ChainsawReleaseVersion} is signed by {Log4jReleaseManager} ({Log4jReleaseKey}).
+Apache Chainsaw {ChainsawReleaseVersion} is signed by {ChainsawReleaseManager} ({ChainsawReleaseKey}).
 
 Alternatively, you can verify the SHA512 signature on the files. A unix
 program called sha512sum is included in many unix distributions.