Skip to content

Commit

Permalink
Use exact cdt-lsp release api-baseline
Browse files Browse the repository at this point in the history
as mentioned here:
eclipse-cdt#265 (comment)
  • Loading branch information
ghentschke committed May 30, 2024
1 parent 1828492 commit 1993d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<cbi-plugins.version>1.4.3</cbi-plugins.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.scmUrl>scm:git:https://github.com/eclipse-cdt/cdt-lsp</tycho.scmUrl>
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-latest/</comparator.repo>
<api-baseline.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-latest/</api-baseline.repo>
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-1.1/</comparator.repo>
<api-baseline.repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-1.1/</api-baseline.repo>
<api-baseline.repo.simrel>https://download.eclipse.org/releases/2024-03/</api-baseline.repo.simrel>
<!-- 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
Expand Down

0 comments on commit 1993d3a

Please sign in to comment.