Skip to content

Upgrading Versions

Jonas Hungershausen edited this page Aug 1, 2019 · 1 revision

Dartboard uses [SemVer](https://semver.org/) for the versioning of the plugin.

To update the version of the plugin, edit the following files:

  • org.eclipse.dartboard.update/category.xml: Update the version parameter to the <feature> tag

  • org.eclipse.dartboard.feature/feature.xml: Update the version parameter to the <feature> tag

  • org.eclipse.dartboard.update/pom.xml: Update the <version> tag of the <parent> tag

  • pom.xml: Update the <version> tag

  • org.eclipse.dartboard/META-INF/MANIFEST.MF: Update the Bundle-Version parameter

Keep in mind that (apart from the qualifier) the versions in the above files should match.

Clone this wiki locally