-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(main) Use latest Maven Doxia #719
Merged
abelsromero
merged 1 commit into
asciidoctor:main
from
abelsromero:use-latest-maven-doxia
Jan 1, 2024
Merged
(main) Use latest Maven Doxia #719
abelsromero
merged 1 commit into
asciidoctor:main
from
abelsromero:use-latest-maven-doxia
Jan 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abelsromero
force-pushed
the
use-latest-maven-doxia
branch
from
January 1, 2024 11:52
1ac90df
to
74551ab
Compare
Similar to PR asciidoctor#717, to ease project maintenance we can automate Doxia dependencies and use CI to validate backward compatibility.
abelsromero
force-pushed
the
use-latest-maven-doxia
branch
from
January 1, 2024 11:54
74551ab
to
b1699f9
Compare
abelsromero
added a commit
to abelsromero/asciidoctor-maven-plugin
that referenced
this pull request
Jan 1, 2024
Similar to PRs asciidoctor#717 and asciidoctor#719, to ease project maintenance we can automate Maven (core and transitives) dependencies and use CI to validate backward compatibility. * Deleted direct references to dependencies that are provided by maven-core: ideally we'd like to refer them if we use them, but ther lack of a BOM make it un-practical. * Rename build properties for ease of use.
abelsromero
added a commit
to abelsromero/asciidoctor-maven-plugin
that referenced
this pull request
Jan 1, 2024
Similar to PRs asciidoctor#717 and asciidoctor#719, to ease project maintenance we can automate Maven (core and transitives) dependencies and use CI to validate backward compatibility. * Remove maven exclusion from Dependabot. * Deleted direct references to dependencies that are provided by maven-core: ideally we'd like to refer them if we use them, but ther lack of a BOM make it un-practical. * Rename build properties for ease of use. * Fix mising 'url' in 'asciidoctor-parser-doxia-module' module.
abelsromero
added a commit
to abelsromero/asciidoctor-maven-plugin
that referenced
this pull request
Jan 1, 2024
Similar to PRs asciidoctor#717 and asciidoctor#719, to ease project maintenance we can automate Maven (core and transitives) dependencies and use CI to validate backward compatibility. * Remove maven exclusion from Dependabot. * Deleted direct references to dependencies that are provided by maven-core: ideally we'd like to refer them if we use them, but ther lack of a BOM make it un-practical. * Rename build properties for ease of use. * Fix mising 'url' in 'asciidoctor-parser-doxia-module' module.
8 tasks
abelsromero
added a commit
to abelsromero/asciidoctor-maven-plugin
that referenced
this pull request
Jan 1, 2024
Similar to PRs asciidoctor#717 and asciidoctor#719, to ease project maintenance we can automate Maven (core and transitives) dependencies and use CI to validate backward compatibility. * Remove maven exclusion from Dependabot. * Deleted direct references to dependencies that are provided by maven-core: ideally we'd like to refer them if we use them, but ther lack of a BOM make it un-practical. * Rename build properties for ease of use. * Fix mising 'url' in 'asciidoctor-parser-doxia-module' module.
abelsromero
added a commit
that referenced
this pull request
Jan 1, 2024
Similar to PRs #717 and #719, to ease project maintenance we can automate Maven (core and transitives) dependencies and use CI to validate backward compatibility. * Remove maven exclusion from Dependabot. * Deleted direct references to dependencies that are provided by maven-core: ideally we'd like to refer them if we use them, but ther lack of a BOM make it un-practical. * Rename build properties for ease of use. * Fix mising 'url' in 'asciidoctor-parser-doxia-module' module.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (check at least one)
What is the goal of this pull request?
Similar to PR #717, to ease project maintenance
we can automate Doxia dependencies and use CI
to validate backward compatibility.
Are there any alternative ways to implement this?
no
Are there any implications of this pull request? Anything a user must know?
n/a
Is it related to an existing issue?
Finally, please add a corresponding entry to CHANGELOG.adoc