Skip to content

Commit

Permalink
ci: disable autoReleaseAfterClose
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
  • Loading branch information
ThePrez committed Nov 2, 2023
1 parent d199d94 commit d03f4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>net.sf.jt400</groupId>
<artifactId>jt400</artifactId>
<packaging>jar</packaging>
<version>20.0.5</version>
<version>20.0.6</version>
<name>JTOpen</name>
<description>The Open Source version of the IBM Toolbox for Java</description>
<url>http://github.com/IBM/JTOpen</url>
Expand Down Expand Up @@ -710,7 +710,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit d03f4ca

Please sign in to comment.