Skip to content

Commit b9b49b2

Browse files
committed
Change pom autoReleaseAfterClose to true so artifacts release automatically from maven central staging
1 parent 1dc3bc4 commit b9b49b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</scm>
1919

2020
<properties>
21-
<nexus.staging.autoReleaseAfterClose>false</nexus.staging.autoReleaseAfterClose>
21+
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)