Skip to content

Commit f8c4a4f

Browse files
committed
ci: bump central-publishing-maven-plugin 0.7.0 -> 0.11.0
0.7.0 throws UnrecognizedPropertyException on Sonatype's new DeploymentApiResponse 'warnings' field — the v1.1.0 release published the artifacts fine but the plugin then false-failed parsing the success response. 0.11.0 (the version the core repo already uses) handles it, so future releases won't report a false failure.
1 parent 37a7785 commit f8c4a4f

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
@@ -232,7 +232,7 @@
232232
<plugin>
233233
<groupId>org.sonatype.central</groupId>
234234
<artifactId>central-publishing-maven-plugin</artifactId>
235-
<version>0.7.0</version>
235+
<version>0.11.0</version>
236236
<extensions>true</extensions>
237237
<configuration>
238238
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)