Skip to content
BJ Hargrave edited this page Feb 17, 2016 · 31 revisions

Bnd 3.2.0

See https://github.com/bndtools/bndtools/wiki/Changes-in-3.2.0 for Bndtools 3.2.0 changes.

Bnd Maven Plugin Changes

bnd-maven-plugin

  • When generating the Bundle-Version manifest header, previous versions of this plugin always replaced the string SNAPSHOT in the version qualifier with the value of the Bnd ${tstamp} macro. The plugin now instead sets the Bnd instruction -snapshot: ${tstamp}. This will replace the qualifier value of SNAPSHOT with the the value of the Bnd ${tstamp} macro. Using the -snapshot instruction allows the user to override the plugin behavior in the bnd.bnd file. For example, to retain the string SNAPSHOT as the version qualifier, set -snapshot: SNAPSHOT in the bnd.bnd file.

Bnd Gradle Plugin Changes

  • TBD

Other Notable Changes

  • TBD

Backwards compatibility

  • The bnd-maven-plugin changed how SNAPSHOT is replaced with ${tstamp} in the Bundle-Version header value. See above for details.

Known Issues

  • None at this time.
Clone this wiki locally