Skip to content

Commit c4346df

Browse files
committed
Cosmetic fixes
1 parent 32942ae commit c4346df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
-DskipTests=true \
122122
clean verify artifact:compare
123123
124-
# We reproducibility results if the build fails.
124+
# Upload reproducibility results if the build fails.
125125
- name: Upload reproducibility results
126126
if: failure() && steps.reproducibility.conclusion == 'failure'
127127
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3

src/changelog/11.1.0/remove_java_architecture_packaging.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5-
type="fixed">
6-
<description format="asciidoc">Use default Java SE architecture and packaging (JDK) in workflows.</description>
5+
type="changed">
6+
<description format="asciidoc">Use default Java SE architecture and packaging (JDK) in workflows</description>
77
</entry>

src/changelog/11.1.0/zulu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="changed">
66
<issue id="169" link="https://github.com/apache/logging-parent/pull/169"/>
7-
<description format="asciidoc">Change the JDK distribution used in CI from Temurin to Zulu</description>
7+
<description format="asciidoc">Change the JDK distribution used in workflows from Temurin to Zulu</description>
88
</entry>

0 commit comments

Comments
 (0)