From 5e4019c694315eb524136c2f6df702cd5eae8e6f Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Sun, 29 Mar 2026 10:40:11 +0530 Subject: [PATCH] build: add distributionManagement for Maven Central publishing --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 6f06c08..ce76d0b 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,17 @@ + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + +