mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
![]() Using:
```
mvn org.eclipse.tycho.extras:tycho-version-bump-plugin:4.0.12:update-manifest
```
and then multiple iterations to bump the bundle-version:
```
mvn verify org.eclipse.tycho:tycho-versions-plugin:4.0.12:bump-versions -Dtycho.bump-versions.increment=100 -DskipDoc=true -DskipTests=true -P baseline-compare-and-replace -fae -Djgit.dirtyWorkingTree-cdtDefault=warning
```
Make sure bounds of all dependencies match what we built against. This
prevents issues such as Bug 536448 from recurring. In 2025-06 there
are a number of Eclipse Platform changes that make CDT susceptible
to these types of issues again.
Note that this change is similar to previous iterations, such
as
|
||
---|---|---|
.. | ||
aggregator | ||
org.eclipse.cdt.jsoncdb.arm | ||
org.eclipse.cdt.jsoncdb.arm.tests | ||
org.eclipse.cdt.jsoncdb.core | ||
org.eclipse.cdt.jsoncdb.core.doc | ||
org.eclipse.cdt.jsoncdb.core.tests | ||
org.eclipse.cdt.jsoncdb.core.ui | ||
org.eclipse.cdt.jsoncdb.freescale | ||
org.eclipse.cdt.jsoncdb.freescale.tests | ||
org.eclipse.cdt.jsoncdb.hpenonstop | ||
org.eclipse.cdt.jsoncdb.hpenonstop.tests | ||
org.eclipse.cdt.jsoncdb.intel | ||
org.eclipse.cdt.jsoncdb.microsoft | ||
org.eclipse.cdt.jsoncdb.microsoft.tests | ||
org.eclipse.cdt.jsoncdb.nvidia | ||
org.eclipse.cdt.jsoncdb.nvidia.tests | ||
pom.xml |