mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
21.53.2023 c25b0be92020255b878c01838c30261520de7a1c
nexus-staging-maven-plugin 1.6.13 + disable auto release (#305)

1 files modified
4 ■■■■ changed files
pom.xml 4 ●●●● patch | view | raw | blame | history
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>