Skip to content

Commit 10f06d8

Browse files
committed
update central-publishing-maven-plugin, set autoPublish=true
1 parent 3beb9b7 commit 10f06d8

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
@@ -353,10 +353,11 @@
353353
<plugin>
354354
<groupId>org.sonatype.central</groupId>
355355
<artifactId>central-publishing-maven-plugin</artifactId>
356-
<version>0.8.0</version>
356+
<version>0.9.0</version>
357357
<extensions>true</extensions>
358358
<configuration>
359359
<publishingServerId>ossrh</publishingServerId>
360+
<autoPublish>true</autoPublish>
360361
</configuration>
361362
</plugin>
362363

0 commit comments

Comments
 (0)