diff --git a/kafka-admin-client/pom.xml b/kafka-admin-client/pom.xml index 5f314e8..017a615 100644 --- a/kafka-admin-client/pom.xml +++ b/kafka-admin-client/pom.xml @@ -115,6 +115,35 @@ + + maven-deploy-plugin + ${maven.deploy.plugin.version} + + true + + + + default-deploy + none + + deploy + + + true + + + + + + org.sonatype.central + central-publishing-maven-plugin + ${central.publishing.maven.plugin.version} + true + + ossrh + false + + pl.project13.maven git-commit-id-plugin @@ -300,35 +329,6 @@ - - maven-deploy-plugin - ${maven.deploy.plugin.version} - - true - - - - default-deploy - none - - deploy - - - true - - - - - - org.sonatype.central - central-publishing-maven-plugin - ${central.publishing.maven.plugin.version} - true - - ossrh - false - -