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

vy pushed a commit to branch release/11.1.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/release/11.1.0 by this push:
     new c4346df  Cosmetic fixes
c4346df is described below

commit c4346df0467492c940786ac6c78ff4009431c490
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 15 15:12:13 2024 +0200

    Cosmetic fixes
---
 .github/workflows/build-reusable.yaml                       | 2 +-
 src/changelog/11.1.0/remove_java_architecture_packaging.xml | 4 ++--
 src/changelog/11.1.0/zulu.xml                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-reusable.yaml 
b/.github/workflows/build-reusable.yaml
index 0962006..df57b13 100644
--- a/.github/workflows/build-reusable.yaml
+++ b/.github/workflows/build-reusable.yaml
@@ -121,7 +121,7 @@ jobs:
             -DskipTests=true \
             clean verify artifact:compare
 
-      # We reproducibility results if the build fails.
+      # Upload reproducibility results if the build fails.
       - name: Upload reproducibility results
         if: failure() && steps.reproducibility.conclusion == 'failure'
         uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 
  # 4.3.3
diff --git a/src/changelog/11.1.0/remove_java_architecture_packaging.xml 
b/src/changelog/11.1.0/remove_java_architecture_packaging.xml
index a48e7ca..9f665a2 100644
--- a/src/changelog/11.1.0/remove_java_architecture_packaging.xml
+++ b/src/changelog/11.1.0/remove_java_architecture_packaging.xml
@@ -2,6 +2,6 @@
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns="https://logging.apache.org/xml/ns";
        xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
-       type="fixed">
-  <description format="asciidoc">Use default Java SE architecture and 
packaging (JDK) in workflows.</description>
+       type="changed">
+  <description format="asciidoc">Use default Java SE architecture and 
packaging (JDK) in workflows</description>
 </entry>
diff --git a/src/changelog/11.1.0/zulu.xml b/src/changelog/11.1.0/zulu.xml
index f1aeff7..889589b 100644
--- a/src/changelog/11.1.0/zulu.xml
+++ b/src/changelog/11.1.0/zulu.xml
@@ -4,5 +4,5 @@
        xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
        type="changed">
   <issue id="169" link="https://github.com/apache/logging-parent/pull/169"/>
-  <description format="asciidoc">Change the JDK distribution used in CI from 
Temurin to Zulu</description>
+  <description format="asciidoc">Change the JDK distribution used in workflows 
from Temurin to Zulu</description>
 </entry>

Reply via email to