This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 752-release-automation in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 48abfdf256fce8dc043122da82afd4ac80cbf924 Author: Bertil Chapuis <[email protected]> AuthorDate: Thu Mar 14 09:24:28 2024 +0100 Remove the sonatype plugin --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index dba5b9cc..309d0994 100644 --- a/pom.xml +++ b/pom.xml @@ -698,17 +698,6 @@ limitations under the License. </execution> </executions> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>${version.plugin.nexus-staging-maven-plugin}</version> - <extensions>true</extensions> - <configuration> - <serverId>maven</serverId> - <nexusUrl>https://oss.sonatype.org/</nexusUrl> - <autoReleaseAfterClose>false</autoReleaseAfterClose> - </configuration> - </plugin> </plugins> </build> </profile>
