Skip to content

[releng] Prepare repo for 12.2 development #1185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>4.0.12</version>
<version>4.0.13</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To build CDT plug-ins you need a standard Maven & Java development environment.
The CI build automatically run code cleanliness checks. To run them on your computer it is recommended to use the Docker image, for example like this from the root of the checked out CDT repo:

```sh
docker run --rm -it -v $(git rev-parse --show-toplevel):/work -w /work/$(git rev-parse --show-prefix) --cap-add=SYS_PTRACE --security-opt seccomp=unconfined quay.io/eclipse-cdt/cdt-infra:latest releng/scripts/check_code_cleanliness.sh
docker run --rm -it -v $(git rev-parse --show-toplevel):/work -w /work/$(git rev-parse --show-prefix) quay.io/eclipse-cdt/cdt-infra:latest releng/scripts/check_code_cleanliness.sh
```

#### Diagnosing code cleanliness failures
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.autotools-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.autotools"
label="%featureName"
version="12.1.0.qualifier"
version="12.2.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
Original file line number Diff line number Diff line change
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: 12.1.0.qualifier
Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4)",
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.cdt.autotools.docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>12.1.0-SNAPSHOT</version>
<version>12.2.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.build.gcc.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.build.gcc.core;singleton:=true
Bundle-Version: 2.1.600.qualifier
Bundle-Version: 2.1.700.qualifier
Bundle-Activator: org.eclipse.cdt.build.gcc.core.internal.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.core.autotools-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.core.autotools"
label="%featureName"
version="12.1.0.qualifier"
version="12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.gnu.build"
label="%featureName"
version="12.1.0.qualifier"
version="12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.meson"
label="%featureName"
version="12.1.0.qualifier"
version="12.2.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
Original file line number Diff line number Diff line change
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: 12.1.0.qualifier
Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4)",
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.cdt.meson.docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>12.1.0-SNAPSHOT</version>
<version>12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.meson.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.cdt.meson.ui;singleton:=true
Bundle-Version: 1.2.500.qualifier
Bundle-Version: 1.2.600.qualifier
Bundle-Vendor: %vendorName
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Activator: org.eclipse.cdt.meson.ui.Activator
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt.build-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmake/aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
</parent>

<artifactId>cmake-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmake/org.eclipse.cdt.cmake-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.cmake"
label="%featureName"
version="12.1.0.qualifier"
version="12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cmake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
</parent>

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

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
org.eclipse.core.resources;bundle-version="[3.22.200,4)",
org.eclipse.cdt.codan.ui.cxx;bundle-version="[3.7.100,4)",
org.junit;bundle-version="[4.13.2,5)",
org.mockito.mockito-core;bundle-version="[5.17.0,6)",
org.mockito.mockito-core;bundle-version="[5.18.0,6.0.0)",
org.eclipse.cdt.core;bundle-version="[9.1.0,10)"
Fragment-Host: org.eclipse.cdt.codan.checkers.ui
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion codan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt.codan-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
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: 12.1.0.qualifier
Bundle-Version: 12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down
Original file line number Diff line number Diff line change
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: 12.1.0.qualifier
Bundle-Version: 12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down
Original file line number Diff line number Diff line change
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: 12.1.0.qualifier
Bundle-Version: 12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>12.1.0-SNAPSHOT</version>
<version>12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.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
Original file line number Diff line number Diff line change
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: 12.1.0.qualifier
Bundle-Version: 12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>12.1.0-SNAPSHOT</version>
<version>12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.22.200,4)",
org.eclipse.cdt.make.core;bundle-version="[8.0.0,9)",
org.eclipse.cdt.meson.core;bundle-version="[1.2.300,2)",
org.eclipse.cdt.core.autotools.core;bundle-version="[1.3.300,2)",
org.mockito.mockito-core;bundle-version="[5.17.0,6)"
org.mockito.mockito-core;bundle-version="[5.18.0,6.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.win32.aarch64
Bundle-SymbolicName: org.eclipse.cdt.core.win32.aarch64;singleton:=true
Bundle-Version: 12.1.0.qualifier
Bundle-Version: 12.2.0.qualifier
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=aarch64))
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.win32.aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.win32.aarch64</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
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: 12.1.0.qualifier
Bundle-Version: 12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>12.1.0-SNAPSHOT</version>
<version>12.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version>
<version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
Bundle-Version: 9.1.0.qualifier
Bundle-Version: 9.1.100.qualifier
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="[3.28.0,4)",
org.eclipse.ltk.ui.refactoring;bundle-version="[3.13.600,4)",
org.eclipse.osgi;bundle-version="[3.23.100,4)",
org.eclipse.e4.core.contexts;bundle-version="[1.13.100,2.0.0)",
org.mockito.mockito-core;bundle-version="[5.17.0,6)"
org.mockito.mockito-core;bundle-version="[5.18.0,6.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Loading
Loading