Skip to content

Commit 95b25a9

Browse files
authored
Use exact cdt-lsp release api-baseline (#337)
as mentioned here: #265 (comment)
1 parent 1828492 commit 95b25a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<cbi-plugins.version>1.4.3</cbi-plugins.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<tycho.scmUrl>scm:git:https://github.com/eclipse-cdt/cdt-lsp</tycho.scmUrl>
25-
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-latest/</comparator.repo>
26-
<api-baseline.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-latest/</api-baseline.repo>
25+
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-1.1/</comparator.repo>
26+
<api-baseline.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-1.1/</api-baseline.repo>
2727
<api-baseline.repo.simrel>https://download.eclipse.org/releases/2024-03/</api-baseline.repo.simrel>
2828
<!-- these parameters are to control baseline replace and compare. On a local build you want
2929
to avoid baseline replace and compare, especially if you have different versions of Java than

0 commit comments

Comments
 (0)