We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When 2022-06 was published, there were 2 broken pom (referencing non-existing dependencies because of a wrong groupId).
2022-06
groupId
1) org.eclipse.equinox.preferences
org.eclipse.platform:org.eclipse.equinox.preferences:3.10.0 -> there was a new version published 3.10.1
org.eclipse.platform:org.eclipse.equinox.preferences:3.10.0
3.10.1
See org.eclipse.equinox.preferences-3.10.0.pom on maven central.
Original issue eclipse-equinox/equinox.bundles#54
2) org.eclipse.osgi.util
org.eclipse.platform:org.eclipse.osgi.util:3.7.0. -> there was a new version published 3.7.1
org.eclipse.platform:org.eclipse.osgi.util:3.7.0
3.7.1
See: org.eclipse.osgi.util-3.7.0.pom on maven central.
Original issue eclipse-equinox/equinox.framework#70
Those versions has to be hardcoded so that the BOM file is generated with the versions that work.
The text was updated successfully, but these errors were encountered:
Hard-code versions for the 2022-06 release
614a8de
Fixes #15
Hard-code versions for the 2022-06 release (#19)
e0222b7
Successfully merging a pull request may close this issue.
When
2022-06
was published, there were 2 broken pom (referencing non-existing dependencies because of a wronggroupId
).1) org.eclipse.equinox.preferences
org.eclipse.platform:org.eclipse.equinox.preferences:3.10.0
-> there was a new version published3.10.1
See org.eclipse.equinox.preferences-3.10.0.pom on maven central.
Original issue eclipse-equinox/equinox.bundles#54
2) org.eclipse.osgi.util
org.eclipse.platform:org.eclipse.osgi.util:3.7.0
. -> there was a new version published3.7.1
See: org.eclipse.osgi.util-3.7.0.pom on maven central.
Original issue eclipse-equinox/equinox.framework#70
Those versions has to be hardcoded so that the BOM file is generated with the versions that work.
The text was updated successfully, but these errors were encountered: