For example, version strings x.y and x.y.z are considered "compatible", and this listener will not throw an exception. Likewise, version strings x.y-SNAPSHOT and x.y.z are considered "compatible" because the major and minor components x.y are the same in each.
For the purposes of this listener, version numbers are assumed to have the form major.minor.patch.revision-suffix, with the individual components defined as follows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|