java.lang.Object
io.helidon.pico.runtime.Versions
Keeps track of the Pico Interop Versions.
Since Pico performs code-generation, each previously generated artifact version may need to be discoverable in order to determine interoperability with previous release versions. This class will only track version changes for anything that might affect interoperability - it will not be rev'ed for general code enhancements and fixes.
Please note that this version is completely independent of the Helidon version and other features and modules within Helidon.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe current release isPICO_VERSION_1.static final StringVersion 1 - the initial release of Pico. -
Method Summary
-
Field Details
-
PICO_VERSION_1
Version 1 - the initial release of Pico.- See Also:
-
CURRENT_PICO_VERSION
The current release isPICO_VERSION_1.- See Also:
-