Make project autorelease when deploying to Nexus
This commit is contained in:
parent
9645f6dec2
commit
8d64142aba
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -179,7 +179,7 @@
|
|||
<configuration>
|
||||
<serverId>ossrh</serverId>
|
||||
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
||||
<autoReleaseAfterClose>false</autoReleaseAfterClose>
|
||||
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
@ -213,7 +213,7 @@
|
|||
<doCheck>false</doCheck>
|
||||
<doUpdate>false</doUpdate>
|
||||
<shortRevisionLength>7</shortRevisionLength>
|
||||
<revisionOnScmFailure>true</revisionOnScmFailure>
|
||||
<revisionOnScmFailure>Detached</revisionOnScmFailure>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Add table
Reference in a new issue