1
0
Fork 0
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:
Jonah Graham 2023-09-15 09:11:14 -04:00
parent 49a7a341f9
commit 92beadb855

View file

@ -564,6 +564,8 @@
<baselines>
<repository>
<url>${api-baseline.repo}</url>
</repository>
<repository>
<url>${api-baseline.repo.simrel}</url>
</repository>
</baselines>