Skip to content

Commit a203ab3

Browse files
author
Vitaliy Dmitriev
committed
ADH-8026: fixed distMgmtRelease* in pom.xml
1 parent 2eca342 commit a203ab3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@
280280
<!-- Please also update .scalafmt.conf when you change it here -->
281281
<spotless.scala.scalafmt.version>3.9.0</spotless.scala.scalafmt.version>
282282

283-
<distMgmtReleaseId>apache.releases.https</distMgmtReleaseId>
284-
<distMgmtReleaseName>Apache Release Distribution Repository</distMgmtReleaseName>
285-
<distMgmtReleaseUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtReleaseUrl>
283+
<distMgmtReleaseId>arenadata</distMgmtReleaseId>
284+
<distMgmtReleaseName>Arenadata GitHub Packages</distMgmtReleaseName>
285+
<distMgmtReleaseUrl>https://maven.pkg.github.com/arenadata/kyuubi</distMgmtReleaseUrl>
286286
<distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
287287
<distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
288288
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>

0 commit comments

Comments
 (0)