Skip to content

Commit fd06dca

Browse files
authored
[releng] Use final repos for API baseline and comparator (#1339)
Part of #1338
1 parent 7c75e44 commit fd06dca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<tycho.scmUrl>scm:git:https://github.com/eclipse-cdt/cdt</tycho.scmUrl>
4141
<!-- Some old tests, like CDescriptorOldTests, fail due to reflection access. Therefore we add-opens to make that pass -->
4242
<base.test.vmargs>-Xms256m -Xmx512m -ea --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED</base.test.vmargs>
43-
<comparator.repo>https://download.eclipse.org/tools/cdt/builds/12.2/cdt-12.2.0-rc2/</comparator.repo>
44-
<api-baseline.repo>https://download.eclipse.org/tools/cdt/builds/12.2/cdt-12.2.0-rc2/</api-baseline.repo>
43+
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/12.2/cdt-12.2.0/</comparator.repo>
44+
<api-baseline.repo>https://download.eclipse.org/tools/cdt/releases/12.2/cdt-12.2.0/</api-baseline.repo>
4545
<api-baseline.repo.simrel>https://download.eclipse.org/releases/2025-09/</api-baseline.repo.simrel>
4646
<!-- these parameters are to control baseline replace and compare. On a local build you want
4747
to avoid baseline replace and compare, especially if you have different versions of Java than

releng/org.eclipse.cdt.target/cdt-baseline.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<target name="cdt-baseline" sequenceNumber="39">
44
<locations>
55
<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="false" type="InstallableUnit">
6-
<repository location="https://download.eclipse.org/tools/cdt/builds/12.2/cdt-12.2.0-rc2/"/>
6+
<repository location="https://download.eclipse.org/tools/cdt/releases/12.2/cdt-12.2.0/"/>
77
<unit id="org.eclipse.cdt.autotools.feature.group" version="0.0.0"/>
88
<unit id="org.eclipse.cdt.build.crossgcc.feature.group" version="0.0.0"/>
99
<unit id="org.eclipse.cdt.cmake.feature.group" version="0.0.0"/>
@@ -51,7 +51,7 @@
5151
<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
5252
</location>
5353
<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="false" type="InstallableUnit">
54-
<repository location="https://download.eclipse.org/tools/cdt/builds/cdt-lsp-3.3/cdt-lsp-3.3.0-rc2/"/>
54+
<repository location="https://download.eclipse.org/tools/cdt/releases/cdt-lsp-3.3/cdt-lsp-3.3.0/"/>
5555
<unit id="org.eclipse.cdt.lsp.feature.feature.group" version="0.0.0"/>
5656
</location>
5757
</locations>

0 commit comments

Comments
 (0)