mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
[releng] Update dependencies to latest 2025-06 for RC2 (#1184)
This commit is contained in:
parent
b4d81a130e
commit
74e7b50427
18 changed files with 32 additions and 22 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.207.200,4)",
|
|||
org.eclipse.cdt.launch;bundle-version="[11.0.0,12)",
|
||||
org.eclipse.debug.core;bundle-version="[3.23.0,4)",
|
||||
org.eclipse.core.resources;bundle-version="[3.22.200,4)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.cdt.native.serial;bundle-version="[12.1.0,13)",
|
||||
org.eclipse.launchbar.ui;bundle-version="[2.5.600,3)"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.207.200,4)",
|
|||
org.eclipse.cdt.debug.core;bundle-version="[9.0.0,10)",
|
||||
org.eclipse.cdt.debug.ui;bundle-version="[8.5.700,9)",
|
||||
org.eclipse.ui.console;bundle-version="[3.14.300,4)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)"
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
|
@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
|
|||
org.eclipse.cdt.gdb;bundle-version="[7.2.300,8)",
|
||||
org.eclipse.cdt.dsf.gdb;bundle-version="[7.1.500,8)",
|
||||
org.eclipse.core.variables;bundle-version="[3.6.500,4)",
|
||||
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-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -6,7 +6,7 @@ Bundle-Version: 1.0.100.qualifier
|
|||
Fragment-Host: org.eclipse.launchbar.core;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Require-Bundle: 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)"
|
||||
Automatic-Module-Name: org.eclipse.launchbar.core.tests
|
||||
Bundle-Localization: fragment
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
12
pom.xml
12
pom.xml
|
@ -22,7 +22,7 @@
|
|||
|
||||
<properties>
|
||||
<required-maven-version>3.9.1</required-maven-version>
|
||||
<tycho-version>4.0.12</tycho-version>
|
||||
<tycho-version>4.0.13</tycho-version>
|
||||
<cbi-plugins.version>1.5.2</cbi-plugins.version>
|
||||
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
|
||||
<cdt-site>https://ci.eclipse.org/cdt/job/cdt/job/main/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
|
||||
|
@ -819,6 +819,16 @@
|
|||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-versions-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho.extras</groupId>
|
||||
<artifactId>tycho-version-bump-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
</plugin>
|
||||
<!-- enable source bundle generation -->
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<unit id="org.eclipse.license.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.36-I-builds/I20250515-1800/" />
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.36-I-builds/I20250528-1830" />
|
||||
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0" />
|
||||
<unit id="org.eclipse.jdt.annotation" version="0.0.0" />
|
||||
<unit id="org.eclipse.sdk.feature.group" version="0.0.0" />
|
||||
|
@ -22,11 +22,11 @@
|
|||
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly/" />
|
||||
<repository location="https://download.eclipse.org/linuxtools/update-2025-06-docker-rc2" />
|
||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/lsp4e/snapshots/" />
|
||||
<repository location="https://download.eclipse.org/lsp4e/releases/0.27.4" />
|
||||
<unit id="org.eclipse.lsp4e" version="0.0.0" />
|
||||
<unit id="org.eclipse.lsp4e.debug" version="0.0.0" />
|
||||
</location>
|
||||
|
@ -46,7 +46,7 @@
|
|||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<!-- We explicitly have CDT in target platform so that developers can develop org.eclipse.cdt.core/ui without requiring all the projects from CDT in their workspace. -->
|
||||
<repository location="https://download.eclipse.org/tools/cdt/builds/12.1/cdt-12.1.0-m2/"/>
|
||||
<repository location="https://download.eclipse.org/tools/cdt/builds/12.1/cdt-12.1.0-rc1/"/>
|
||||
<unit id="org.eclipse.cdt.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
|
@ -118,7 +118,7 @@
|
|||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>5.17.0</version>
|
||||
<version>5.18.0</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.9.400,4)",
|
|||
org.eclipse.equinox.security;bundle-version="[1.4.600,2)",
|
||||
org.eclipse.tm.terminal.view.core;bundle-version="[4.10.400,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.view.ui;bundle-version="[4.11.600,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.ui;bundle-version="[3.207.200,4)",
|
||||
org.eclipse.cdt.native.serial;bundle-version="[12.1.0,13)"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
|
|
|
@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.9.400,4)",
|
|||
org.eclipse.tm.terminal.view.core;bundle-version="[4.10.400,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.view.ui;bundle-version="[4.11.600,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.connector.process;bundle-version="[4.9.200,5)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.ui;bundle-version="[3.207.200,4)"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.9.400,4)",
|
|||
org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
|
||||
org.eclipse.tm.terminal.view.core;bundle-version="[4.10.400,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.view.ui;bundle-version="[4.11.600,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.ui;bundle-version="[3.207.200,4)"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -7,7 +7,7 @@ Bundle-Vendor: %providerName
|
|||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui;bundle-version="[3.207.200,4)",
|
||||
org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.remote.core;bundle-version="[4.2.300,5)",
|
||||
org.eclipse.remote.ui;bundle-version="[2.3.300,3)",
|
||||
org.eclipse.core.resources;bundle-version="[3.22.200,4)",
|
||||
|
|
|
@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.9.400,4)",
|
|||
org.eclipse.equinox.security;bundle-version="[1.4.600,2)",
|
||||
org.eclipse.tm.terminal.view.core;bundle-version="[4.10.400,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.view.ui;bundle-version="[4.11.600,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.ui;bundle-version="[3.207.200,4)",
|
||||
com.jcraft.jsch;bundle-version="[0.1.31,1.0.0)",
|
||||
org.eclipse.jsch.core;bundle-version="[1.5.600,2.0.0)"
|
||||
|
|
|
@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.9.400,4)",
|
|||
org.eclipse.equinox.security;bundle-version="[1.4.600,2)",
|
||||
org.eclipse.tm.terminal.view.core;bundle-version="[4.10.400,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.view.ui;bundle-version="[4.11.600,5)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.ui;bundle-version="[3.207.200,4)"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -6,7 +6,7 @@ Bundle-Version: 4.6.100.qualifier
|
|||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.junit;bundle-version="[4.13.2,5)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
|
||||
org.eclipse.ui;bundle-version="[3.207.200,4)",
|
||||
org.opentest4j;bundle-version="[1.3.0,2)"
|
||||
|
|
|
@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.9.400,4)",
|
|||
org.eclipse.debug.ui;bundle-version="[3.18.800,4)";resolution:=optional,
|
||||
org.eclipse.egit.ui;bundle-version="[7.3.0,8)";resolution:=optional,
|
||||
org.eclipse.tm.terminal.view.core;bundle-version="[4.10.0,5.0.0)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.5.0,6.0.0)",
|
||||
org.eclipse.tm.terminal.control;bundle-version="[5.6.0,6.0.0)",
|
||||
org.eclipse.ui;bundle-version="[3.207.200,4)",
|
||||
org.eclipse.ui.ide;bundle-version="[3.22.600,4)";resolution:=optional,
|
||||
org.eclipse.ui.editors;bundle-version="[3.20.0,4)";resolution:=optional,
|
||||
|
|
Loading…
Add table
Reference in a new issue