Skip to content

Commit bce3f4e

Browse files
committed
build: upgrade javadoc plugin to 3.11.1
1 parent e963f24 commit bce3f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,11 @@
368368
<plugin>
369369
<groupId>org.apache.maven.plugins</groupId>
370370
<artifactId>maven-javadoc-plugin</artifactId>
371-
<version>3.10.0</version>
371+
<version>3.11.1</version>
372372
<executions>
373373
<execution>
374374
<id>attach-javadocs</id>
375-
<phase>verify</phase>
375+
<phase>package</phase>
376376
<goals>
377377
<goal>jar</goal>
378378
</goals>

0 commit comments

Comments
 (0)