From 92beadb855ff5073adbc685c4ecbe788382fedbf Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 15 Sep 2023 09:11:14 -0400 Subject: [PATCH] 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 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 7f02067411f..e8226e3a600 100644 --- a/pom.xml +++ b/pom.xml @@ -564,6 +564,8 @@ ${api-baseline.repo} + + ${api-baseline.repo.simrel}