From 501e870f8baa9902277b889fbd833c1b8338a316 Mon Sep 17 00:00:00 2001 From: PRAFUL RAKHADE <99539100+prafulrakhade@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:14:08 +0530 Subject: [PATCH 1/2] [MOSIP-41674] Updated the changes for mosip namespace migration from maven legacy sonartype to maven ossrh central Signed-off-by: techno-467 --- kernel-bio-converter/pom.xml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/kernel-bio-converter/pom.xml b/kernel-bio-converter/pom.xml index 2e73b1d..1776db6 100644 --- a/kernel-bio-converter/pom.xml +++ b/kernel-bio-converter/pom.xml @@ -53,7 +53,7 @@ 3.0.2 3.1.0 2.22.0 - 1.6.7 + 0.7.0 3.2.5 3.7.0.1746 @@ -224,11 +224,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://central.sonatype.com/api/v1/publisher @@ -411,6 +411,35 @@ + + + ossrh + LegacyMavenSnapshot + https://oss.sonatype.org/content/repositories/snapshots + default + + true + + + + ossrh-central + MavenCentralRepository + https://central.sonatype.com/repository/maven-snapshots + default + + true + + + + central + MavenCentral + default + https://repo1.maven.org/maven2 + + false + + + sonar From 516eb47bfbc9e6b1858fd2e977d05502caad622d Mon Sep 17 00:00:00 2001 From: PRAFUL RAKHADE <99539100+prafulrakhade@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:46:46 +0530 Subject: [PATCH 2/2] [MOSIP-41674] Updated the changes for mosip namespace migration from maven legacy sonartype to maven ossrh central Signed-off-by: techno-467 --- kernel-bio-converter/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kernel-bio-converter/pom.xml b/kernel-bio-converter/pom.xml index 1776db6..27e33e8 100644 --- a/kernel-bio-converter/pom.xml +++ b/kernel-bio-converter/pom.xml @@ -350,6 +350,16 @@ ${project.basedir}/.git + + org.sonatype.central + central-publishing-maven-plugin + ${central.publishing.maven.plugin.version} + true + + ossrh + false + + org.apache.maven.plugins maven-gpg-plugin