Skip to content

Commit c593c69

Browse files
authored
Merge pull request #15 from fireflyframework/fix/maven-central-wait-until
fix: change Maven Central waitUntil to uploaded
2 parents b9b332f + 040ab2e commit c593c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
<configuration>
463463
<publishingServerId>central</publishingServerId>
464464
<autoPublish>true</autoPublish>
465-
<waitUntil>published</waitUntil>
465+
<waitUntil>uploaded</waitUntil>
466466
<checksums>required</checksums>
467467
</configuration>
468468
</plugin>

0 commit comments

Comments
 (0)