From c25b0be92020255b878c01838c30261520de7a1c Mon Sep 17 00:00:00 2001 From: vharseko <vharseko@3a-systems.ru> Date: Thu, 21 Sep 2023 08:53:36 +0000 Subject: [PATCH] nexus-staging-maven-plugin 1.6.13 + disable auto release (#305) --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9a20d64..b60f4c2 100644 --- a/pom.xml +++ b/pom.xml @@ -322,12 +322,12 @@ <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.12</version> + <version>1.6.13</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> - <autoReleaseAfterClose>true</autoReleaseAfterClose> + <autoReleaseAfterClose>false</autoReleaseAfterClose> <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes> <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure> -- Gitblit v1.10.0