Skip to content

Commit

Permalink
pom: Try with Saxon 11.6
Browse files Browse the repository at this point in the history
Revert previous change as it has no impact.
  • Loading branch information
bertrand-lorentz committed Dec 13, 2023
1 parent c05aa81 commit 75f24a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
distribution: 'adopt'
- name: Build package
run: mvn --batch-mode -DM2_SETTINGS=.github/workflows/settings.xml clean install # Property "M2_SETTINGS" is used by the SDK downloader in tests.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<version.logback>1.2.11</version.logback>
<version.picocli>4.6.3</version.picocli>
<version.slf4j>1.7.36</version.slf4j>
<version.saxon-he>11.3</version.saxon-he>
<version.saxon-he>11.6</version.saxon-he>
<version.xmlresolver>4.2.0</version.xmlresolver>

<!-- Versions - Plugins -->
Expand Down

0 comments on commit 75f24a2

Please sign in to comment.