cbrun / baseliner

Tool to enrich MANIFEST.MF's export packages with computed versions
Eclipse Public License 1.0
3 stars 0 forks source link

Upgrade bundle version when at least one package has a breaking change #6

Closed cbrun closed 9 years ago

cbrun commented 9 years ago

Right now the baseliner compute the bundle version only by checking the highest number version of the exported packages (ignoring those with x:internal). It is wrong, as a package which is v1.0 in a bundle 2.0,gets an incompatible change and upgrade to 2.0 => the bundle version did not change whereas it should as an adopter depending on it will have an API incompatible change.