Skip to content
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

Add an 'update-manifest' mojo to align manifest versions to dependencies #4142

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Aug 15, 2024

It is recommended to use as the lower bound the dependency the code was
compiled with to avoid using newer code from dependencies, but managing
that manually can be a daunting task.

This now adds a new 'update-manifest' mojo that helps in calculate the
lower bound and update the manifest accordingly.

@laeubi laeubi changed the title Add update manifest mojo Add an 'update-manifest' mojo to align manifest versions to dependencies Aug 15, 2024
Copy link

Test Results

  600 files  ±0    600 suites  ±0   4h 33m 10s ⏱️ + 24m 21s
  429 tests ±0    422 ✅ ±0   7 💤 ±0  0 ❌ ±0 
1 287 runs  ±0  1 265 ✅ ±0  22 💤 ±0  0 ❌ ±0 

Results for commit 708edfd. ± Comparison against base commit e6b7f55.

It is recommended to use as the lower bound the dependency the code was
compiled with to avoid using newer code from dependencies, but managing
that manually can be a daunting task.

This now adds a new 'update-manifest' mojo that helps in calculate the
lower bound and update the manifest accordingly.
@laeubi laeubi marked this pull request as ready for review August 16, 2024 10:09
@laeubi laeubi enabled auto-merge (rebase) August 16, 2024 10:11
@laeubi laeubi merged commit 4f8d0eb into eclipse-tycho:main Aug 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant