mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Fix multiple repositories in API baseline
This happened to work before because the contents of api-baseline.repo was in api-baseline.repo.simrel so the error in the pom.xml went undetected until #551 issue meant api-baseline.repo wasn't in api-baseline.repo.simrel
This commit is contained in:
parent
49a7a341f9
commit
92beadb855
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
@ -564,6 +564,8 @@
|
|||
<baselines>
|
||||
<repository>
|
||||
<url>${api-baseline.repo}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<url>${api-baseline.repo.simrel}</url>
|
||||
</repository>
|
||||
</baselines>
|
||||
|
|
Loading…
Add table
Reference in a new issue