diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8d1f3e8..6d37f27 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,7 +3,7 @@ - Use junit-jupiter-api in test scope only #160 - Remove unnecessary logger - Update github actions -- Change to central portal publishing - Add a new method to return the elements from a PRJ string - Remove old sonatype url -- Clean up the code +- Clean up the code- +- Fix central portal publishing diff --git a/pom.xml b/pom.xml index 15ecf5f..e8da07f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,11 @@ + + repo1.maven.org + Maven2 repository 1 + https://repo1.maven.org/maven2 + Central Portal Snapshots central-portal-snapshots @@ -89,7 +94,15 @@ - + + + central + https://repo1.maven.org/maven2 + + true + + + org.junit.jupiter @@ -269,6 +282,15 @@ org.apache.maven.plugins maven-javadoc-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + @@ -285,16 +307,4 @@ - - - - central - https://central.sonatype.com/repository/maven-snapshots/ - - - central - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - -