diff --git a/flytekit-bom/pom.xml b/flytekit-bom/pom.xml index aa46c1bc..92a3748c 100644 --- a/flytekit-bom/pom.xml +++ b/flytekit-bom/pom.xml @@ -214,6 +214,18 @@ com.diffplug.spotless spotless-maven-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true + + central + https://central.sonatype.com/repository/maven-snapshots/ + true + published + + @@ -274,18 +286,6 @@ - - org.sonatype.central - central-publishing-maven-plugin - 0.10.0 - true - - central - https://central.sonatype.com/repository/maven-snapshots/ - true - published - - diff --git a/pom.xml b/pom.xml index cdbf47b5..2f4a223e 100644 --- a/pom.xml +++ b/pom.xml @@ -741,6 +741,18 @@ maven-jar-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true + + central + https://central.sonatype.com/repository/maven-snapshots/ + true + published + + @@ -828,18 +840,6 @@ - - org.sonatype.central - central-publishing-maven-plugin - 0.10.0 - true - - central - https://central.sonatype.com/repository/maven-snapshots/ - true - published - -