Skip to content

Commit 239d4ba

Browse files
chore: do not wait for artifacts to be published (#960)
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
1 parent 3e36fa6 commit 239d4ba

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
@@ -275,7 +275,7 @@
275275
<configuration>
276276
<publishingServerId>central</publishingServerId>
277277
<autoPublish>true</autoPublish>
278-
<waitUntil>published</waitUntil>
278+
<waitUntil>uploaded</waitUntil>
279279
</configuration>
280280
</plugin>
281281
<!-- Set properties containing the scm revision -->

0 commit comments

Comments
 (0)