Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] need to increment the minor version in org.eclipse.cdt.ui

I am in the process to setup my environment for CDT development and I am getting the following API baseline error on the org.eclipse.cdt.ui bundle manifest.

  "The minor version should be incremented in version 5.5.0, since new APIs have been added since version 5.5.0"

Looking at the git history we can see that o.e.cdt.ui was moved to 5.5.0 on branch cdt_8_1 but it remains at the same version level in the master branch.

So it seems it really needs to be bumped to e.g. 5.6.0 on the master branch as the error suggest.

Any thoughts ?

/Alvaro



Back to the top