diff --git a/.mvn/local-settings.xml b/.mvn/local-settings.xml index 84b37cf..07a451e 100644 --- a/.mvn/local-settings.xml +++ b/.mvn/local-settings.xml @@ -6,7 +6,7 @@ - ossrh + central ${env.OSSRH_USERNAME} ${env.OSSRH_PASSWORD} diff --git a/README.md b/README.md index e2e2ed1..4cd5dd1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This library is available on Maven Central. Use the following information to inc com.riscure trsfile - 2.2.6 + 2.2.7 #### Basic diff --git a/pom.xml b/pom.xml index af90018..ada9def 100644 --- a/pom.xml +++ b/pom.xml @@ -48,13 +48,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central + ${version} @@ -229,9 +229,5 @@ ossrh https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots -