eclipse / microprofile-reactive-streams-operators

Microprofile project
Apache License 2.0
80 stars 33 forks source link

Enable bnd baseline plugin and set package versions correctly #151

Closed Azquelt closed 4 years ago

Azquelt commented 4 years ago

As the build uses bnd to create OSGi bundles for the API and core jars, we should be using the bnd baseline plugin to ensure that we set the OSGi version of our packages correctly.

Currently all packages are automatically set to the project version, regardless of whether or not there are binary incompatible changes.