From d86262c5fc4ca748731d5919d575c8f013a714f8 Mon Sep 17 00:00:00 2001 From: lprimak Date: Tue, 26 Dec 2023 12:23:54 -0600 Subject: [PATCH] [MPOM-452] Use properties for snapshot and release repository IDs as well --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1e12bc8d..3863ecd5 100644 --- a/pom.xml +++ b/pom.xml @@ -68,20 +68,22 @@ under the License. - apache.releases.https + ${distMgmtReleasesId} ${distMgmtReleasesName} ${distMgmtReleasesUrl} - apache.snapshots.https + ${distMgmtSnapshotsId} ${distMgmtSnapshotsName} ${distMgmtSnapshotsUrl} + apache.releases.https Apache Release Distribution Repository https://repository.apache.org/service/local/staging/deploy/maven2 + apache.snapshots.https Apache Development Snapshot Repository https://repository.apache.org/content/repositories/snapshots https://www.apache.org/images/asf_logo_wide_2016.png