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

Wrong snapshot format in generated Maven dependencies #17

Open
mmosconi1 opened this issue Nov 22, 2023 · 1 comment
Open

Wrong snapshot format in generated Maven dependencies #17

mmosconi1 opened this issue Nov 22, 2023 · 1 comment

Comments

@mmosconi1
Copy link

We have in our Manifests version ranges like
bundle-version="[2.15.0.qualifier,2.15.99)"
which used to expand to
[2.15.0-SNAPSHOT,2.15.99)
in Maven .pom files generated by the cbiAggr (with snapshot="true" set in the MavenMapping).

Recent cbiAggr now generates
[2.15.0.SNAPSHOT,2.15.99)
which is not the correct snapshot version format (note the '.' instead of '-').

This may be related to the changes made in/around f2d7927, but not sure.

cc @stephan-herrmann

@merks
Copy link
Contributor

merks commented Nov 22, 2023

That was done very long ago. I have no way to reproduce this.

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

No branches or pull requests

2 participants