mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
[releng] Update comparator repo for CDT 10.6.0
Change-Id: I4e70999800cb031798a423d86637f399a1c7b257
This commit is contained in:
parent
dbd7558f17
commit
d2fd6f1087
5 changed files with 5 additions and 5 deletions
|
@ -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: 1.2.500.qualifier
|
||||
Bundle-Version: 1.2.600.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.debug.application.Activator
|
||||
Bundle-Vendor: %provider
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<version>10.6.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<version>1.2.500-SNAPSHOT</version>
|
||||
<version>1.2.600-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.debug.application</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name
|
||||
Bundle-SymbolicName: org.eclipse.cdt.debug.dap;singleton:=true
|
||||
Bundle-Version: 1.2.400.qualifier
|
||||
Bundle-Version: 1.2.500.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.jface.text,
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.2.400-SNAPSHOT</version>
|
||||
<version>1.2.500-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.debug.dap</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -47,7 +47,7 @@
|
|||
|
||||
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/cdt/org.eclipse.cdt</tycho.scmUrl>
|
||||
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
|
||||
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/10.4/cdt-10.4.1/</comparator.repo>
|
||||
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/10.5/cdt-10.5.0/</comparator.repo>
|
||||
<!-- these parameters are to control baseline replace and compare. On a local build you want
|
||||
to avoid baseline replace and compare, especially if you have different versions of Java than
|
||||
the baseline was built with. This is the default.
|
||||
|
|
Loading…
Add table
Reference in a new issue