diff --git a/kernel-bio-converter/pom.xml b/kernel-bio-converter/pom.xml index 2e73b1d..27e33e8 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 @@ -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 @@ -411,6 +421,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