plugin.[pluginId].version

Background

Plugins must be versioned and by default are assumed to be version 1.0.0.

Versions must follow the semver format, in general that looks like:

 major.minor.patch

or if you want extra information

 major.minor.patch-RELEASE

Setting the key

Set this configuration key in the results page (preferred) or search package configuration.

Use the configuration key editor to add or edit the plugin.[pluginId].version key, and set the value. This can be set to any valid com.funnelback.plugin.PluginVersion value.

Default value

By default all plugins are 1.0.0 e.g.

plugin.PLUGIN_ID.version=1

Examples

Use version 27 of the RFC1149Gatherer plugin.

plugin.RFC1149Gatherer.version=27