Skip to content

Commit

Permalink
Fix multiple repositories in API baseline
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonahgraham committed Sep 15, 2023
1 parent 49a7a34 commit 92beadb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,8 @@
<baselines>
<repository>
<url>${api-baseline.repo}</url>
</repository>
<repository>
<url>${api-baseline.repo.simrel}</url>
</repository>
</baselines>
Expand Down

0 comments on commit 92beadb

Please sign in to comment.