Skip to content

Commit

Permalink
Cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed May 15, 2024
1 parent 32942ae commit c4346df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/changelog/11.1.0/remove_java_architecture_packaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion src/changelog/11.1.0/zulu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit c4346df

Please sign in to comment.