Skip to content

Commit

Permalink
Prep repo for 11.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Mar 7, 2024
1 parent b661f17 commit e8789de
Show file tree
Hide file tree
Showing 165 changed files with 226 additions and 204 deletions.
21 changes: 21 additions & 0 deletions NewAndNoteworthy/CDT-11.6.md
@@ -0,0 +1,21 @@
# Release Notes and New & Noteworthy page

This is the New & Noteworthy page for CDT 11.6 which is part of Eclipse 2024-06 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.6.0) for this release in the issue/PR tracker.

# Bugs Fixed in this Release

See [GitHub milestones](https://github.com/eclipse-cdt/cdt/milestone/10?closed=1)
1 change: 1 addition & 0 deletions NewAndNoteworthy/README.md
Expand Up @@ -2,6 +2,7 @@

What's new and noteworthy in:

- [CDT 11.6/2024-06](CDT-11.6.md)
- [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)
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.autotools-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.autotools"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%provider"
plugin="org.eclipse.cdt.autotools.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true
Bundle-Version: 11.5.0.qualifier
Bundle-Version: 11.6.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help,
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.cdt.autotools.docs/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.autotools.docs</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.core.autotools-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.core.autotools"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.core.autotools.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.gnu.build-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.gnu.build"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.build.gcc.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.meson-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.meson"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.meson.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.meson.docs/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.meson.docs;singleton:=true
Bundle-Version: 11.5.0.qualifier
Bundle-Version: 11.6.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help,
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.cdt.meson.docs/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.meson.docs</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.meson.ui.tests/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt.build-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmake/aggregator/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
</parent>

<artifactId>cmake-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmake/org.eclipse.cdt.cmake-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.cmake"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.cmake.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion cmake/org.eclipse.cdt.cmake.ui.tests/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cmake/pom.xml
Expand Up @@ -17,12 +17,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion codan/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt.codan-parent</artifactId>
Expand Down
Expand Up @@ -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.5.0.qualifier
Bundle-Version: 11.6.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.linux.aarch64/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.aarch64</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
Expand Up @@ -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.5.0.qualifier
Bundle-Version: 11.6.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))
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.linux.ppc64le/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.ppc64le</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
Expand Up @@ -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.5.0.qualifier
Bundle-Version: 11.6.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.linux.x86_64/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.x86_64</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.linux/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF
Expand Up @@ -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.5.0.qualifier
Bundle-Version: 11.6.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.macosx/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.macosx</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.native/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.tests/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -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.5.0.qualifier
Bundle-Version: 11.6.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
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.win32.x86_64/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.win32.x86_64</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.win32/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.ui.tests/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.build.crossgcc"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.build.crossgcc"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.launch.remote-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.launch.remote"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.launch.remote-feature/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.5.0-SNAPSHOT</version>
<version>11.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.launch.serial-feature/feature.xml
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.launch.serial.feature"
label="%featureName"
version="11.5.0.qualifier"
version="11.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.launch.serial.ui"
license-feature="org.eclipse.license"
Expand Down

0 comments on commit e8789de

Please sign in to comment.