diff --git a/pom.xml b/pom.xml
index 9a1a2d597..3c1974d09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,23 +46,18 @@
2.0
1.20.0
3.4.3
- 1.7.0
+ 0.8.0
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
+ central
+ https://central.sonatype.com/repository/maven-snapshots/
localDocsDirectory
file:${maven.multiModuleProjectDirectory}/docs/
-
-
@@ -164,24 +159,20 @@
${maven-resources-plugin.version}
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus-staging-maven-plugin.version}
+ org.sonatype.central
+ central-publishing-maven-plugin
+ ${central-publishing-maven-plugin.version}
true
- ossrh
- https://oss.sonatype.org/
- true
+ central
+ true
+ published
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- false
-
+
org.jacoco
jacoco-maven-plugin
diff --git a/settings.xml b/settings.xml
index cad39afb1..7a2bfd84d 100644
--- a/settings.xml
+++ b/settings.xml
@@ -1,5 +1,5 @@
@@ -7,7 +7,7 @@ GPG_PWD: the password to access the GPG key
- ossrh
+ central
${env.OSSRH_USER_TOKEN}
${env.OSSRH_PWD_TOKEN}