jmini / ecentral

Script and data around the Eclipse Platform artifacts published on maven central.
https://jmini.github.io/ecentral/
Eclipse Public License 2.0
6 stars 2 forks source link

Fixes for 2022-06 release #15

Closed jmini closed 2 years ago

jmini commented 2 years ago

When 2022-06 was published, there were 2 broken pom (referencing non-existing dependencies because of a wrong 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

See org.eclipse.equinox.preferences-3.10.0.pom on maven central.

Original issue https://github.com/eclipse-equinox/equinox.bundles/issues/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

See: org.eclipse.osgi.util-3.7.0.pom on maven central.

Original issue https://github.com/eclipse-equinox/equinox.framework/issues/70


Those versions has to be hardcoded so that the BOM file is generated with the versions that work.