Skip to content

Commit ebd51ab

Browse files
committed
- changed 'published' to 'validated' on deploy to central
1 parent c78e42c commit ebd51ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
<deploymentName>${project.artifactId}-${project.version}</deploymentName>
7171
<publishingServerId>central</publishingServerId>
7272
<autoPublish>true</autoPublish>
73-
<waitUntil>published</waitUntil>
73+
<!-- the 'published' status takes a while to achieve -->
74+
<waitUntil>validated</waitUntil>
7475
</configuration>
7576
</plugin>
7677
</plugins>

0 commit comments

Comments
 (0)