Skip to content

Commit b412449

Browse files
authored
chore: bump central-publishing-maven-plugin 0.8.0 -> 0.9.0 (kroxylicious#2908)
Hopefully this will restore the skipPublishing behaviour that we relied on to avoid publishing artefacts such as kroxylicious-systemtests before we moved to central-publishing. Signed-off-by: Keith Wall <kwall@apache.org>
1 parent 54269c3 commit b412449

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kroxylicious-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
<plugin>
271271
<groupId>org.sonatype.central</groupId>
272272
<artifactId>central-publishing-maven-plugin</artifactId>
273-
<version>0.8.0</version>
273+
<version>0.9.0</version>
274274
</plugin>
275275
<plugin>
276276
<groupId>io.github.git-commit-id</groupId>

kroxylicious-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
</configuration>
163163
</plugin>
164164
<!-- We don't actually care about javadoc for this module, but it needs to be present for
165-
central-publishing-maven-plugin's validatios to pass. so inspired by
165+
central-publishing-maven-plugin's validations to pass. so inspired by
166166
https://stackoverflow.com/a/59073656 we skip javadoc generation and attach an empty jar -->
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@
842842
<plugin>
843843
<groupId>org.sonatype.central</groupId>
844844
<artifactId>central-publishing-maven-plugin</artifactId>
845-
<version>0.8.0</version>
845+
<version>0.9.0</version>
846846
<extensions>true</extensions>
847847
</plugin>
848848
</plugins>

0 commit comments

Comments
 (0)