-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove version overrides in Maven plugin modules #230
Comments
reckart
added a commit
that referenced
this issue
Jul 28, 2022
…errides-in-Maven-plugin-modules Issue #230: Remove version overrides in Maven plugin modules
reckart
added a commit
that referenced
this issue
Jul 28, 2022
…-descriptors * main: Issue #230: Remove version overrides in Maven plugin modules
reckart
added a commit
that referenced
this issue
Jul 29, 2022
…onments * main: Issue #226: Provide SPI interfaces to locate descriptors Issue #230: Remove version overrides in Maven plugin modules Issue #226: Provide SPI interfaces to locate descriptors [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1) [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1) [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1) [UIMA-6480] Add tests with empty arrays to CAS de/ser-suite [UIMA-6480] Add tests with empty arrays to CAS de/ser-suite [UIMA-6479] PearPackagingMavenPlugin has ancient JUnit dependency [UIMA-6473] CasToComparableText is broken [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8 % Conflicts: % uimaj-parent/pom.xml
reckart
added a commit
that referenced
this issue
Aug 15, 2022
…ctFS-should-not-survive * main: (57 commits) Issue #228 - Move the UimaDecompiler class Issue #226: Provide SPI interfaces to locate descriptors Issue #228 - Move the UimaDecompiler class Issue #230: Remove version overrides in Maven plugin modules Issue #226: Provide SPI interfaces to locate descriptors [UIMA-6481] Enable issue management in GitHub repos [UIMA-6474] Switch to getDataPathElements() in UimaContext [UIMA-6474] Switch to getDataPathElements() in UimaContext [UIMA-6474] Switch to getDataPathElements() in UimaContext [No Jira] Remove outdated figure [UIMA-6436] Move maintainer documentation from website into maintainer guide [UIMA-6459] Upgrade dependencies [UIMA-6436] Move maintainer documentation from website into maintainer guide [UIMA-6436] Move maintainer documentation from website into maintainer guide [UIMA-6436] Move maintainer documentation from website into maintainer guide [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8 [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules [UIMA-6436] Move maintainer documentation from website into maintainer guide [UIMA-6436] Move maintainer documentation from website into maintainer guide [UIMA-6436] Move maintainer documentation from website into maintainer guide ...
reckart
added a commit
that referenced
this issue
Oct 14, 2022
…manceTuning.properties * main: (74 commits) Issue #252: Potential failure to look up FsGenerator3 in OSGI-like contexts Issue #225: Improve deployment in OSGi environments Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #247 - RelativePathResolver should consider TCCL #245 - Utility method for loading type systems in SPI providers #245 - Utility method for loading type systems in SPI providers #245 - Utility method for loading type systems in SPI providers #245 - Utility method for loading type systems in SPI providers Issue #225: Improve deployment in OSGi environments Issue #225: Improve deployment in OSGi environments Issue #226: Provide SPI interfaces to locate descriptors Issue #226: Provide SPI interfaces to locate descriptors [UIMA-6481] Enable issue management in GitHub repos Issue #226: Provide SPI interfaces to locate descriptors Issue #226: Provide SPI interfaces to locate descriptors Issue #228 - Move the UimaDecompiler class Issue #226: Provide SPI interfaces to locate descriptors Issue #228 - Move the UimaDecompiler class Issue #230: Remove version overrides in Maven plugin modules ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the refactoring action
Remove the version overrides in Maven plugin modules for
maven-plugin-annotations
.Expected benefit
This version is managed upstream and must match the version of other maven plugin-related dependencies. If we override it, we risk incompatibility. Not overriding should improve compatibility and reduce maintenance effort.
The text was updated successfully, but these errors were encountered: