diff --git a/NewAndNoteworthy/CDT-11.5.md b/NewAndNoteworthy/CDT-11.5.md new file mode 100644 index 00000000000..97649b4ed86 --- /dev/null +++ b/NewAndNoteworthy/CDT-11.5.md @@ -0,0 +1,22 @@ +# Release Notes and New & Noteworthy page + +This is the New & Noteworthy page for CDT 11.5 which is part of Eclipse 2024-03 Simultaneous Release + +--- + +# Release Notes + + +# API Changes, current and planned + +## Breaking API changes + +Please see [CHANGELOG-API](CHANGELOG-API.md) for details on the breaking API changes in this release as well as future planned API changes. + +# Noteworthy Issues and Pull Requests + +See [Noteworthy issues and PRs](https://github.com/eclipse-cdt/cdt/issues?q=is%3Aclosed+label%3Anoteworthy+milestone%3A11.5.0) for this release in the issue/PR tracker. + +# Bugs Fixed in this Release + +See [GitHub milestones](https://github.com/eclipse-cdt/cdt/milestone/9?closed=1) diff --git a/NewAndNoteworthy/README.md b/NewAndNoteworthy/README.md index bdaef9a5df1..c872421ac63 100644 --- a/NewAndNoteworthy/README.md +++ b/NewAndNoteworthy/README.md @@ -2,6 +2,7 @@ What's new and noteworthy in: +- [CDT 11.5/2024-03](CDT-11.5.md) - [CDT 11.4/2023-12](CDT-11.4.md) - [CDT 11.3/2023-09](CDT-11.3.md) - [CDT 11.2/2023-06](CDT-11.2.md) diff --git a/build/org.eclipse.cdt.autotools-feature/feature.xml b/build/org.eclipse.cdt.autotools-feature/feature.xml index a5bc7bf1978..6759bdc50ca 100644 --- a/build/org.eclipse.cdt.autotools-feature/feature.xml +++ b/build/org.eclipse.cdt.autotools-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.autotools.docs eclipse-plugin diff --git a/build/org.eclipse.cdt.core.autotools-feature/feature.xml b/build/org.eclipse.cdt.core.autotools-feature/feature.xml index e547c4c77b1..abd16fdbc4d 100644 --- a/build/org.eclipse.cdt.core.autotools-feature/feature.xml +++ b/build/org.eclipse.cdt.core.autotools-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.meson.docs eclipse-plugin diff --git a/build/org.eclipse.cdt.meson.ui.tests/pom.xml b/build/org.eclipse.cdt.meson.ui.tests/pom.xml index 264ca63c6de..a2c5e2441b3 100644 --- a/build/org.eclipse.cdt.meson.ui.tests/pom.xml +++ b/build/org.eclipse.cdt.meson.ui.tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/build/pom.xml b/build/pom.xml index 5edddf6c696..3fd8b5a730c 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.build-parent diff --git a/cmake/aggregator/pom.xml b/cmake/aggregator/pom.xml index a08a6b95867..ed915904e8d 100644 --- a/cmake/aggregator/pom.xml +++ b/cmake/aggregator/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cmake-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT cmake-aggregator diff --git a/cmake/org.eclipse.cdt.cmake-feature/feature.xml b/cmake/org.eclipse.cdt.cmake-feature/feature.xml index e6ac9b8ce94..ff09b4e5075 100644 --- a/cmake/org.eclipse.cdt.cmake-feature/feature.xml +++ b/cmake/org.eclipse.cdt.cmake-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/cmake/pom.xml b/cmake/pom.xml index 9e5f38623d6..343e9b8d8b5 100644 --- a/cmake/pom.xml +++ b/cmake/pom.xml @@ -17,12 +17,12 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt cmake-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT pom diff --git a/codan/pom.xml b/codan/pom.xml index 59d64d97415..9723b5844e1 100644 --- a/codan/pom.xml +++ b/codan/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.codan-parent diff --git a/core/org.eclipse.cdt.core.linux.aarch64/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.aarch64/META-INF/MANIFEST.MF index 59a5e39af56..fc197c2b2d5 100644 --- a/core/org.eclipse.cdt.core.linux.aarch64/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux.aarch64/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.linux.aarch64 Bundle-SymbolicName: org.eclipse.cdt.core.linux.aarch64;singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %providerName Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Bundle-Localization: plugin diff --git a/core/org.eclipse.cdt.core.linux.aarch64/pom.xml b/core/org.eclipse.cdt.core.linux.aarch64/pom.xml index b4ba1c4faeb..5b365b8679c 100644 --- a/core/org.eclipse.cdt.core.linux.aarch64/pom.xml +++ b/core/org.eclipse.cdt.core.linux.aarch64/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.core.linux.aarch64 eclipse-plugin diff --git a/core/org.eclipse.cdt.core.linux.ppc64le/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.ppc64le/META-INF/MANIFEST.MF index fd2bdf6c88a..d52bb0772d0 100644 --- a/core/org.eclipse.cdt.core.linux.ppc64le/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux.ppc64le/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc64le;singleton:=true Bundle-ManifestVersion: 2 Bundle-Localization: plugin Bundle-Name: %fragmentName.linux.ppc64le -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Bundle-Vendor: %providerName Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=ppc64le)) diff --git a/core/org.eclipse.cdt.core.linux.ppc64le/pom.xml b/core/org.eclipse.cdt.core.linux.ppc64le/pom.xml index cb79302ed8a..5058b261f97 100644 --- a/core/org.eclipse.cdt.core.linux.ppc64le/pom.xml +++ b/core/org.eclipse.cdt.core.linux.ppc64le/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.core.linux.ppc64le eclipse-plugin diff --git a/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF index 18d80bb33e0..ab14e6de99e 100644 --- a/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.linux.x86_64 Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86_64;singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %providerName Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Bundle-Localization: plugin diff --git a/core/org.eclipse.cdt.core.linux.x86_64/pom.xml b/core/org.eclipse.cdt.core.linux.x86_64/pom.xml index a8c23c513ed..700d514d394 100644 --- a/core/org.eclipse.cdt.core.linux.x86_64/pom.xml +++ b/core/org.eclipse.cdt.core.linux.x86_64/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.core.linux.x86_64 eclipse-plugin diff --git a/core/org.eclipse.cdt.core.linux/pom.xml b/core/org.eclipse.cdt.core.linux/pom.xml index 808cbdfd410..926018b3174 100644 --- a/core/org.eclipse.cdt.core.linux/pom.xml +++ b/core/org.eclipse.cdt.core.linux/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF index 7045a8d8add..33e06851d0d 100644 --- a/core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.macosx Bundle-SymbolicName: org.eclipse.cdt.core.macosx; singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %providerName Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Bundle-Localization: plugin diff --git a/core/org.eclipse.cdt.core.macosx/pom.xml b/core/org.eclipse.cdt.core.macosx/pom.xml index 01a86295080..23345309f20 100644 --- a/core/org.eclipse.cdt.core.macosx/pom.xml +++ b/core/org.eclipse.cdt.core.macosx/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.core.macosx eclipse-plugin diff --git a/core/org.eclipse.cdt.core.native/pom.xml b/core/org.eclipse.cdt.core.native/pom.xml index 52e9804bc0d..26d3775baa4 100644 --- a/core/org.eclipse.cdt.core.native/pom.xml +++ b/core/org.eclipse.cdt.core.native/pom.xml @@ -19,7 +19,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/core/org.eclipse.cdt.core.tests/pom.xml b/core/org.eclipse.cdt.core.tests/pom.xml index 30fee7ee702..eb531fbb169 100644 --- a/core/org.eclipse.cdt.core.tests/pom.xml +++ b/core/org.eclipse.cdt.core.tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/core/org.eclipse.cdt.core.win32.x86_64/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.win32.x86_64/META-INF/MANIFEST.MF index 756746b277f..e719b5b7fe0 100644 --- a/core/org.eclipse.cdt.core.win32.x86_64/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.win32.x86_64/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.win32.x86_64 Bundle-SymbolicName: org.eclipse.cdt.core.win32.x86_64;singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=x86_64)) Bundle-Vendor: %providerName diff --git a/core/org.eclipse.cdt.core.win32.x86_64/pom.xml b/core/org.eclipse.cdt.core.win32.x86_64/pom.xml index 08abe0acd2d..62e32abae88 100644 --- a/core/org.eclipse.cdt.core.win32.x86_64/pom.xml +++ b/core/org.eclipse.cdt.core.win32.x86_64/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.core.win32.x86_64 eclipse-plugin diff --git a/core/org.eclipse.cdt.core.win32/pom.xml b/core/org.eclipse.cdt.core.win32/pom.xml index 41651618873..0721e77a38e 100644 --- a/core/org.eclipse.cdt.core.win32/pom.xml +++ b/core/org.eclipse.cdt.core.win32/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/core/org.eclipse.cdt.core/.settings/.api_filters b/core/org.eclipse.cdt.core/.settings/.api_filters deleted file mode 100644 index e75372b8f80..00000000000 --- a/core/org.eclipse.cdt.core/.settings/.api_filters +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF index be0d224cdc8..9492fc2e2b4 100644 --- a/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true -Bundle-Version: 8.3.100.qualifier +Bundle-Version: 8.3.200.qualifier Bundle-Activator: org.eclipse.cdt.core.CCorePlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/core/org.eclipse.cdt.ui.tests/pom.xml b/core/org.eclipse.cdt.ui.tests/pom.xml index 26cf9be9ec6..2382ce1f005 100644 --- a/core/org.eclipse.cdt.ui.tests/pom.xml +++ b/core/org.eclipse.cdt.ui.tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 968cd9f6f03..d00b58ccb91 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt-parent diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml index b8b6c4dde24..efeecc37417 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml index ffd8ef8f256..90f5ae1b13d 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml index 8adde40f9bc..980d63053ae 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml index 21bca81af35..85763840d6d 100644 --- a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml +++ b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.cross-parent diff --git a/debug/org.eclipse.cdt.debug.application.doc/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.application.doc/META-INF/MANIFEST.MF index 01058c9f984..ad5cbd9c807 100644 --- a/debug/org.eclipse.cdt.debug.application.doc/META-INF/MANIFEST.MF +++ b/debug/org.eclipse.cdt.debug.application.doc/META-INF/MANIFEST.MF @@ -2,6 +2,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.cdt.debug.application.doc;singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %provider Bundle-Localization: plugin diff --git a/debug/org.eclipse.cdt.debug.application.doc/pom.xml b/debug/org.eclipse.cdt.debug.application.doc/pom.xml index 58a8813a752..f7fd7e3ebd1 100644 --- a/debug/org.eclipse.cdt.debug.application.doc/pom.xml +++ b/debug/org.eclipse.cdt.debug.application.doc/pom.xml @@ -16,11 +16,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.debug.application.doc eclipse-plugin diff --git a/debug/org.eclipse.cdt.debug.application.product/debug.product b/debug/org.eclipse.cdt.debug.application.product/debug.product index be6577b8992..d1bd0c3f189 100644 --- a/debug/org.eclipse.cdt.debug.application.product/debug.product +++ b/debug/org.eclipse.cdt.debug.application.product/debug.product @@ -11,7 +11,7 @@ SPDX-License-Identifier: EPL-2.0 --> - + diff --git a/debug/org.eclipse.cdt.debug.application.product/pom.xml b/debug/org.eclipse.cdt.debug.application.product/pom.xml index b0ae135ba1b..1fb7ed96e13 100644 --- a/debug/org.eclipse.cdt.debug.application.product/pom.xml +++ b/debug/org.eclipse.cdt.debug.application.product/pom.xml @@ -20,7 +20,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/debug/org.eclipse.cdt.debug.application.tests/pom.xml b/debug/org.eclipse.cdt.debug.application.tests/pom.xml index ef02b1abccf..b6e707e1a0b 100644 --- a/debug/org.eclipse.cdt.debug.application.tests/pom.xml +++ b/debug/org.eclipse.cdt.debug.application.tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/debug/org.eclipse.cdt.debug.application/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.application/META-INF/MANIFEST.MF index 463018d5074..598797a2999 100644 --- a/debug/org.eclipse.cdt.debug.application/META-INF/MANIFEST.MF +++ b/debug/org.eclipse.cdt.debug.application/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.cdt.debug.application;singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Activator: org.eclipse.cdt.debug.application.Activator Bundle-Vendor: %provider Require-Bundle: org.eclipse.ui, diff --git a/debug/org.eclipse.cdt.debug.application/plugin.properties b/debug/org.eclipse.cdt.debug.application/plugin.properties index 6e410ebbc71..cb687b898e8 100644 --- a/debug/org.eclipse.cdt.debug.application/plugin.properties +++ b/debug/org.eclipse.cdt.debug.application/plugin.properties @@ -41,6 +41,6 @@ DebugRemoteExecutableMenu.label=&Remote Executable... DebugCore.description=Debug a corefile DebugCore.name=Debug Core File DebugCoreMenu.label=Debug &Core File... -aboutText=Eclipse Stand-alone C/C++ GDB Graphical Debugger\n\nRelease 11.4.0\n +aboutText=Eclipse Stand-alone C/C++ GDB Graphical Debugger\n\nRelease 11.5.0\n ProductDesc=Eclipse Stand-alone C/C++ GDB Debugger ProductName=Stand-alone C/C++ GDB Debugger diff --git a/debug/org.eclipse.cdt.debug.application/pom.xml b/debug/org.eclipse.cdt.debug.application/pom.xml index 5da59bbb5c6..3bb9ce98007 100644 --- a/debug/org.eclipse.cdt.debug.application/pom.xml +++ b/debug/org.eclipse.cdt.debug.application/pom.xml @@ -17,10 +17,10 @@ org.eclipse.cdt org.eclipse.cdt.debug-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.debug.application eclipse-plugin diff --git a/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml b/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml index 307eb9deeca..9c88842399e 100644 --- a/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml +++ b/debug/org.eclipse.cdt.debug.standalone-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml index 0786111390a..fc0e857865c 100644 --- a/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml +++ b/debug/org.eclipse.cdt.gnu.debug-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.debug-parent diff --git a/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF b/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF index 676fa6982e2..f9147fe891b 100644 --- a/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF +++ b/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.doc.isv; singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Localization: plugin Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)" Bundle-ActivationPolicy: lazy diff --git a/doc/org.eclipse.cdt.doc.isv/pom.xml b/doc/org.eclipse.cdt.doc.isv/pom.xml index c0f43277429..e576346b2c1 100644 --- a/doc/org.eclipse.cdt.doc.isv/pom.xml +++ b/doc/org.eclipse.cdt.doc.isv/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.doc.isv eclipse-plugin @@ -124,7 +124,7 @@ -linkoffline ../../org.eclipse.platform.doc.isv/reference/api -public - -header "Eclipse CDT 11.4.0" + -header "Eclipse CDT 11.5.0" -bottom "Copyright (c) IBM Corp. and others 2004, 2021. All Rights Reserved." -tag 'noimplement:a:Restriction:' diff --git a/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF b/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF index d1e976441c7..3fbc8109363 100644 --- a/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF +++ b/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/doc/org.eclipse.cdt.doc.user/pom.xml b/doc/org.eclipse.cdt.doc.user/pom.xml index 65b8eb432fc..34a6bb16c00 100644 --- a/doc/org.eclipse.cdt.doc.user/pom.xml +++ b/doc/org.eclipse.cdt.doc.user/pom.xml @@ -16,11 +16,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.doc.user eclipse-plugin diff --git a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml index 35d1379f932..7124d372730 100644 --- a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml +++ b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/dsf-gdb/pom.xml b/dsf-gdb/pom.xml index 4b559fad3a6..b7ccb0f2361 100644 --- a/dsf-gdb/pom.xml +++ b/dsf-gdb/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.dsf-gdb-parent diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml b/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml index 6755c413c6b..fc22b28e734 100644 --- a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml +++ b/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/dsf/pom.xml b/dsf/pom.xml index c20af2fbb1a..e1153da5dda 100644 --- a/dsf/pom.xml +++ b/dsf/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.dsf-parent diff --git a/jsoncdb/aggregator/pom.xml b/jsoncdb/aggregator/pom.xml index a5c65a23254..99b29425bdc 100644 --- a/jsoncdb/aggregator/pom.xml +++ b/jsoncdb/aggregator/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt jsoncdb-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT jsoncdb-aggregator diff --git a/jsoncdb/pom.xml b/jsoncdb/pom.xml index 01b2fc48c5a..7a7de5a04ee 100644 --- a/jsoncdb/pom.xml +++ b/jsoncdb/pom.xml @@ -17,12 +17,12 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt jsoncdb-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT pom diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml index 3e1ef390eb8..3cec94a89a6 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml index 721c6c85e1c..25935befaa8 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml b/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml index 94279753ec7..e8158f0b3d5 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml b/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml index ffb0e9cea7f..2deca0c0137 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/jtag/pom.xml b/jtag/pom.xml index b80dd5f9076..c5127b2ece0 100644 --- a/jtag/pom.xml +++ b/jtag/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.jtag-parent diff --git a/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml b/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml index 46c70468d9c..a96af580da2 100644 --- a/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml +++ b/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/launch/org.eclipse.cdt.docker.launcher-feature/pom.xml b/launch/org.eclipse.cdt.docker.launcher-feature/pom.xml index fcaa37905ac..fee011aa50f 100644 --- a/launch/org.eclipse.cdt.docker.launcher-feature/pom.xml +++ b/launch/org.eclipse.cdt.docker.launcher-feature/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/launch/org.eclipse.cdt.docker.launcher/.settings/.api_filters b/launch/org.eclipse.cdt.docker.launcher/.settings/.api_filters deleted file mode 100644 index 0f884e7686c..00000000000 --- a/launch/org.eclipse.cdt.docker.launcher/.settings/.api_filters +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF b/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF index 602f44612cd..ba02f98cb39 100644 --- a/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF +++ b/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Plugin.name Bundle-SymbolicName: org.eclipse.cdt.docker.launcher;singleton:=true -Bundle-Version: 2.1.100.qualifier +Bundle-Version: 2.1.200.qualifier Bundle-Activator: org.eclipse.cdt.docker.launcher.DockerLaunchUIPlugin Bundle-Vendor: %Plugin.vendor Bundle-Localization: plugin diff --git a/launch/org.eclipse.cdt.flatpak.launcher-feature/feature.xml b/launch/org.eclipse.cdt.flatpak.launcher-feature/feature.xml index c452554f012..2d707ec1346 100644 --- a/launch/org.eclipse.cdt.flatpak.launcher-feature/feature.xml +++ b/launch/org.eclipse.cdt.flatpak.launcher-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/launch/org.eclipse.cdt.flatpak.launcher-feature/pom.xml b/launch/org.eclipse.cdt.flatpak.launcher-feature/pom.xml index 15f027854b1..6fe94b76984 100644 --- a/launch/org.eclipse.cdt.flatpak.launcher-feature/pom.xml +++ b/launch/org.eclipse.cdt.flatpak.launcher-feature/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/launch/pom.xml b/launch/pom.xml index 1d105a03f8e..1dc5ba83629 100644 --- a/launch/pom.xml +++ b/launch/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.launch-parent diff --git a/launchbar/org.eclipse.launchbar.remote/feature.xml b/launchbar/org.eclipse.launchbar.remote/feature.xml index e14246c54e0..4adc1f7501f 100644 --- a/launchbar/org.eclipse.launchbar.remote/feature.xml +++ b/launchbar/org.eclipse.launchbar.remote/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/launchbar/org.eclipse.launchbar/feature.xml b/launchbar/org.eclipse.launchbar/feature.xml index 1e66c242b14..a0b32eb46c7 100644 --- a/launchbar/org.eclipse.launchbar/feature.xml +++ b/launchbar/org.eclipse.launchbar/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.launchbar-parent diff --git a/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml b/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml index e71340f527f..4908a2ad8f7 100644 --- a/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml +++ b/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.llvm-parent diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml index afe4401187c..25b9db5914e 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml +++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.memory-parent diff --git a/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF b/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF index cbc810ac81f..c78f5705bab 100644 --- a/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF +++ b/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.native.serial -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-17 Export-Package: org.eclipse.cdt.serial diff --git a/native/org.eclipse.cdt.native.serial/pom.xml b/native/org.eclipse.cdt.native.serial/pom.xml index 3a2eb2c6b99..cc2be6cfa09 100644 --- a/native/org.eclipse.cdt.native.serial/pom.xml +++ b/native/org.eclipse.cdt.native.serial/pom.xml @@ -19,11 +19,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.native.serial eclipse-plugin diff --git a/native/pom.xml b/native/pom.xml index a1b0b3a1f44..7cfdfe92cf5 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.native-parent diff --git a/pom.xml b/pom.xml index e36239df2d3..96f8a9bae33 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT pom CDT Parent @@ -44,9 +44,9 @@ scm:git:https://github.com/eclipse-cdt/cdt -Xms256m -Xmx512m -ea --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED - https://download.eclipse.org/tools/cdt/releases/11.3/cdt-11.3.1/ - https://download.eclipse.org/tools/cdt/releases/11.3/cdt-11.3.1/ - https://download.eclipse.org/releases/latest/ + https://download.eclipse.org/tools/cdt/builds/11.4/cdt-11.4.0-rc2/ + https://download.eclipse.org/tools/cdt/builds/11.4/cdt-11.4.0-rc2/ + https://download.eclipse.org/releases/2023-12/ - + diff --git a/releng/org.eclipse.cdt.target/pom.xml b/releng/org.eclipse.cdt.target/pom.xml index b0fac1c031a..f52b1d2ffa7 100644 --- a/releng/org.eclipse.cdt.target/pom.xml +++ b/releng/org.eclipse.cdt.target/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/releng/org.eclipse.cdt.testing-feature/feature.xml b/releng/org.eclipse.cdt.testing-feature/feature.xml index ebb803e994e..dd7b90703bc 100644 --- a/releng/org.eclipse.cdt.testing-feature/feature.xml +++ b/releng/org.eclipse.cdt.testing-feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/releng/org.eclipse.cdt.testing-feature/pom.xml b/releng/org.eclipse.cdt.testing-feature/pom.xml index 2d6a19bfe41..3b3f8f5c57d 100644 --- a/releng/org.eclipse.cdt.testing-feature/pom.xml +++ b/releng/org.eclipse.cdt.testing-feature/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/releng/org.eclipse.cdt.testing.repo/pom.xml b/releng/org.eclipse.cdt.testing.repo/pom.xml index 1b4f62843f0..1d0d2c56b4f 100644 --- a/releng/org.eclipse.cdt.testing.repo/pom.xml +++ b/releng/org.eclipse.cdt.testing.repo/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/releng/org.eclipse.cdt.testing/pom.xml b/releng/org.eclipse.cdt.testing/pom.xml index e271984b486..356478b568d 100644 --- a/releng/org.eclipse.cdt.testing/pom.xml +++ b/releng/org.eclipse.cdt.testing/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/releng/org.eclipse.cdt/META-INF/MANIFEST.MF b/releng/org.eclipse.cdt/META-INF/MANIFEST.MF index 4ae7fd966f8..9f7edcb6151 100644 --- a/releng/org.eclipse.cdt/META-INF/MANIFEST.MF +++ b/releng/org.eclipse.cdt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt; singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Require-Bundle: org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)", diff --git a/releng/org.eclipse.cdt/pom.xml b/releng/org.eclipse.cdt/pom.xml index d4a6e0cd755..d49fe946f0c 100644 --- a/releng/org.eclipse.cdt/pom.xml +++ b/releng/org.eclipse.cdt/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/releng/pom.xml b/releng/pom.xml index 0c5f47bd7e1..ae59bf664c7 100644 --- a/releng/pom.xml +++ b/releng/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.releng-parent diff --git a/remote/org.eclipse.remote-feature/feature.xml b/remote/org.eclipse.remote-feature/feature.xml index 9b95c789452..bfa1584ceae 100644 --- a/remote/org.eclipse.remote-feature/feature.xml +++ b/remote/org.eclipse.remote-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/remote/org.eclipse.remote.doc.isv/META-INF/MANIFEST.MF b/remote/org.eclipse.remote.doc.isv/META-INF/MANIFEST.MF index b0d4d66535d..a15a5de29d0 100644 --- a/remote/org.eclipse.remote.doc.isv/META-INF/MANIFEST.MF +++ b/remote/org.eclipse.remote.doc.isv/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse Remote Development documentation plug-in Bundle-SymbolicName: org.eclipse.remote.doc.isv;singleton:=true -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: Eclipse PTP Require-Bundle: org.eclipse.remote.console, org.eclipse.remote.core, diff --git a/remote/org.eclipse.remote.doc.isv/pom.xml b/remote/org.eclipse.remote.doc.isv/pom.xml index 3e630a36d1a..9a28d2b65c0 100644 --- a/remote/org.eclipse.remote.doc.isv/pom.xml +++ b/remote/org.eclipse.remote.doc.isv/pom.xml @@ -6,11 +6,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.remote.doc.isv eclipse-plugin @@ -77,7 +77,7 @@ -linkoffline ../../org.eclipse.platform.doc.isv/reference/api -public - -header "Eclipse CDT's org.eclipse.remote 11.4.0" + -header "Eclipse CDT's org.eclipse.remote 11.5.0" -bottom "Copyright (c) IBM Corp. and others 2004, 2021. All Rights Reserved." -tag 'noimplement:a:Restriction:' diff --git a/remote/org.eclipse.remote.proxy-feature/feature.xml b/remote/org.eclipse.remote.proxy-feature/feature.xml index 1b526140e8d..972a7f9cdba 100644 --- a/remote/org.eclipse.remote.proxy-feature/feature.xml +++ b/remote/org.eclipse.remote.proxy-feature/feature.xml @@ -2,7 +2,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.remote.proxy.server.linux.ppc64le eclipse-plugin diff --git a/remote/org.eclipse.remote.proxy.server.linux.x86_64/META-INF/MANIFEST.MF b/remote/org.eclipse.remote.proxy.server.linux.x86_64/META-INF/MANIFEST.MF index fbefe3bbfa6..9eefcbb7f67 100644 --- a/remote/org.eclipse.remote.proxy.server.linux.x86_64/META-INF/MANIFEST.MF +++ b/remote/org.eclipse.remote.proxy.server.linux.x86_64/META-INF/MANIFEST.MF @@ -2,6 +2,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.remote.proxy.server.linux.x86_64 -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/remote/org.eclipse.remote.proxy.server.linux.x86_64/pom.xml b/remote/org.eclipse.remote.proxy.server.linux.x86_64/pom.xml index 8d301af9b44..6372dddeeec 100644 --- a/remote/org.eclipse.remote.proxy.server.linux.x86_64/pom.xml +++ b/remote/org.eclipse.remote.proxy.server.linux.x86_64/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.remote.proxy.server.linux.x86_64 eclipse-plugin diff --git a/remote/org.eclipse.remote.proxy.server.macosx.x86_64/META-INF/MANIFEST.MF b/remote/org.eclipse.remote.proxy.server.macosx.x86_64/META-INF/MANIFEST.MF index 9d46d2dc861..bdaf642abae 100644 --- a/remote/org.eclipse.remote.proxy.server.macosx.x86_64/META-INF/MANIFEST.MF +++ b/remote/org.eclipse.remote.proxy.server.macosx.x86_64/META-INF/MANIFEST.MF @@ -2,6 +2,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.remote.proxy.server.macosx.x86_64 -Bundle-Version: 11.4.0.qualifier +Bundle-Version: 11.5.0.qualifier Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/remote/org.eclipse.remote.proxy.server.macosx.x86_64/pom.xml b/remote/org.eclipse.remote.proxy.server.macosx.x86_64/pom.xml index 91fc5f27fb4..6f22d80052e 100644 --- a/remote/org.eclipse.remote.proxy.server.macosx.x86_64/pom.xml +++ b/remote/org.eclipse.remote.proxy.server.macosx.x86_64/pom.xml @@ -17,11 +17,11 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.remote.proxy.server.macosx.x86_64 eclipse-plugin diff --git a/remote/org.eclipse.remote.proxy.server.product/pom.xml b/remote/org.eclipse.remote.proxy.server.product/pom.xml index cedb2e4267a..7c9e4dfd8dc 100644 --- a/remote/org.eclipse.remote.proxy.server.product/pom.xml +++ b/remote/org.eclipse.remote.proxy.server.product/pom.xml @@ -6,7 +6,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/remote/org.eclipse.remote.serial-feature/feature.xml b/remote/org.eclipse.remote.serial-feature/feature.xml index 3b621167837..6eea09f704d 100644 --- a/remote/org.eclipse.remote.serial-feature/feature.xml +++ b/remote/org.eclipse.remote.serial-feature/feature.xml @@ -2,7 +2,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.remote-parent diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/feature.xml index 42da111b326..69883c5ac50 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/feature.xml @@ -15,7 +15,7 @@ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/feature.xml index 76f7795be8f..fd08974cadb 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/feature.xml @@ -14,7 +14,7 @@ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/feature.xml index afc920c4beb..6563ea899b2 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/feature.xml @@ -14,7 +14,7 @@ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml index 8013880aa13..a5c4184d6d0 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml @@ -15,7 +15,7 @@ diff --git a/terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml index dac65075208..e56762f1da6 100644 --- a/terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml @@ -16,7 +16,7 @@ org.eclipse.cdt terminal-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.tm.terminal.features diff --git a/terminal/plugins/pom.xml b/terminal/plugins/pom.xml index ac67d1c0821..04fc59297eb 100644 --- a/terminal/plugins/pom.xml +++ b/terminal/plugins/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt terminal-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.tm.terminal.plugins diff --git a/terminal/pom.xml b/terminal/pom.xml index abac159e55f..a255a899d5d 100644 --- a/terminal/pom.xml +++ b/terminal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT terminal-parent diff --git a/terminal/repo/pom.xml b/terminal/repo/pom.xml index c25b115653e..6b26dbfe9c8 100644 --- a/terminal/repo/pom.xml +++ b/terminal/repo/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT ../../pom.xml diff --git a/testsrunner/org.eclipse.cdt.testsrunner.feature/feature.xml b/testsrunner/org.eclipse.cdt.testsrunner.feature/feature.xml index 52615d11f22..cdee59fe2ab 100644 --- a/testsrunner/org.eclipse.cdt.testsrunner.feature/feature.xml +++ b/testsrunner/org.eclipse.cdt.testsrunner.feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.testsrunner-parent diff --git a/tools.templates/pom.xml b/tools.templates/pom.xml index 00003c45459..538057dfc6b 100644 --- a/tools.templates/pom.xml +++ b/tools.templates/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.tools.template-parent diff --git a/unittest/org.eclipse.cdt.unittest.feature/feature.xml b/unittest/org.eclipse.cdt.unittest.feature/feature.xml index f568d143273..e566b5ccaa4 100644 --- a/unittest/org.eclipse.cdt.unittest.feature/feature.xml +++ b/unittest/org.eclipse.cdt.unittest.feature/feature.xml @@ -12,7 +12,7 @@ diff --git a/unittest/pom.xml b/unittest/pom.xml index 07a106290b0..8be3282ba73 100644 --- a/unittest/pom.xml +++ b/unittest/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.unittest-parent diff --git a/util/pom.xml b/util/pom.xml index 5ff51de7d3c..4904fc87a55 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -17,7 +17,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.util-parent diff --git a/visualizer/org.eclipse.cdt.visualizer-feature/feature.xml b/visualizer/org.eclipse.cdt.visualizer-feature/feature.xml index ecbf708e65e..3972de4174b 100644 --- a/visualizer/org.eclipse.cdt.visualizer-feature/feature.xml +++ b/visualizer/org.eclipse.cdt.visualizer-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.visualizer-parent diff --git a/windows/org.eclipse.cdt.msw-feature/feature.xml b/windows/org.eclipse.cdt.msw-feature/feature.xml index d9b95ddb0ce..3b762919711 100644 --- a/windows/org.eclipse.cdt.msw-feature/feature.xml +++ b/windows/org.eclipse.cdt.msw-feature/feature.xml @@ -12,7 +12,7 @@ org.eclipse.cdt cdt-parent - 11.4.0-SNAPSHOT + 11.5.0-SNAPSHOT org.eclipse.cdt.windows-parent