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

[tycho-version-plugin] version bound is not updated properly #3336

Closed
laeubi opened this issue Jan 9, 2024 · 0 comments · Fixed by #3344
Closed

[tycho-version-plugin] version bound is not updated properly #3336

laeubi opened this issue Jan 9, 2024 · 0 comments · Fixed by #3344
Labels
sponsored The bugfix or feature was gently sponsored by an individual or company

Comments

@laeubi
Copy link
Member

laeubi commented Jan 9, 2024

When using updateVersionRangeMatchingBounds this can result in not proper version range updates, for example assume the following:

Require-Bundle: my.runtime;bundle-version="[5.5.0,5.5.1)"

and running

mvn org.eclipse.tycho:tycho-versions-plugin:4.0.4:set-version -DnewVersion=5.6.0-SNAPSHOT -DupdateVersionRangeMatchingBounds=true

it results in

Require-Bundle: my.runtime;bundle-version="[5.6.0,5.5.1)"

while the correct update would be:

Require-Bundle: my.runtime;bundle-version="[5.6.0,5.6.1)"

@laeubi laeubi changed the title [tycho-version-plugin] [tycho-version-plugin] version bound is not updated properly Jan 9, 2024
laeubi added a commit to laeubi/tycho that referenced this issue Jan 18, 2024
@laeubi laeubi linked a pull request Jan 18, 2024 that will close this issue
@laeubi laeubi added the sponsored The bugfix or feature was gently sponsored by an individual or company label Jan 18, 2024
github-actions bot pushed a commit that referenced this issue Jan 18, 2024
laeubi added a commit that referenced this issue Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsored The bugfix or feature was gently sponsored by an individual or company
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant