From 6b559eb3d245fd31c2079e3dd02bde118b742f7b Mon Sep 17 00:00:00 2001 From: zstan Date: Tue, 18 Aug 2026 13:18:59 +0300 Subject: [PATCH 1/2] IGNITE-28995 Fix publication of apache ignite snapshot --- modules/checkstyle/pom.xml | 21 +++++++++++++++++++++ parent/pom.xml | 20 ++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml index 474011ae010e6..8cc346d10c4d5 100644 --- a/modules/checkstyle/pom.xml +++ b/modules/checkstyle/pom.xml @@ -29,9 +29,30 @@ ignite-checkstyle ${revision} + + + ${distMgmtReleasesId} + ${distMgmtReleasesName} + ${distMgmtReleasesUrl} + + + ${distMgmtSnapshotsId} + ${distMgmtSnapshotsName} + ${distMgmtSnapshotsUrl} + + + 17 17 + + 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 + pom-installed.xml 2.19.0-SNAPSHOT 12.3.1 diff --git a/parent/pom.xml b/parent/pom.xml index e1970c32db894..a64e5c51f25de 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -38,10 +38,30 @@ ${revision} pom + + + ${distMgmtReleasesId} + ${distMgmtReleasesName} + ${distMgmtReleasesUrl} + + + ${distMgmtSnapshotsId} + ${distMgmtSnapshotsName} + ${distMgmtSnapshotsUrl} + + + 17 17 + 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 + 2.19.0-SNAPSHOT From c739e3e79166784e82f6d2a07f067fcabc056ab6 Mon Sep 17 00:00:00 2001 From: zstan Date: Wed, 19 Aug 2026 08:35:44 +0300 Subject: [PATCH 2/2] Triggering CI build