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

Add a BOM file for Eclipse release 2022-09 #24

Closed jmini closed 1 year ago

jmini commented 1 year ago

The Eclipse release 2022-09 is out. Version number: 4.25

A new BOM file should be generated for this release:

<dependency>
    <groupId>fr.jmini.ecentral</groupId>
    <artifactId>eclipse-platform-dependencies</artifactId>
    <version>4.25</version>
    <packaging>pom</packaging>
<dependency>
amergey commented 1 year ago

I noticed some eclipse bundles are missing from the bom in previous version (RAP for example, but there are others), how can I proceed, may I create issues, so you can check if it is relevant to include them or not ? or do you prefer a PR ?

jmini commented 1 year ago

@amergey let's discuss this in a dedicated issue: https://github.com/jmini/ecentral/issues/25