Changes in 7.2.3 (original) (raw)
This is a hotfix for 7.2.2. Here we have reverted the Sonatype Publishing Code removal of 7.2.2 which turned out was not a good idea.
7.2.3 is basically a 7.2.1 but with a slight difference:
- The Sonatype Release feature (
sonatypeMode = manualorsonatypeMode = autopublish) will output a warningDeprecated Sonatype Publishing. This feature will be removed. - which might fail your build (if your build is configured strict to fail on warnings)
- affected were only users who already started using bnd workspace builds with
MavenBndRepositoryand thesonatypeMode.
To suppress the warning you can use -fixupmessages.sonatype: "*Deprecated Sonatype Publishing*".
WARNING: The Sonatype Publishing feature will be removed in the future. Please stop using it and switch to alternative ways of publishing to Sonatype Central Publishing Portal, e.g. using a script.
Sorry for the trouble to everybody who was affected by this.