Skip to content

Commit 6cb979c

Browse files
committed
build: upgrade javadoc plugin to 3.11.1
1 parent 55b2b34 commit 6cb979c

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
@@ -367,11 +367,11 @@
367367
<plugin>
368368
<groupId>org.apache.maven.plugins</groupId>
369369
<artifactId>maven-javadoc-plugin</artifactId>
370-
<version>3.10.0</version>
370+
<version>3.11.1</version>
371371
<executions>
372372
<execution>
373373
<id>attach-javadocs</id>
374-
<phase>verify</phase>
374+
<phase>package</phase>
375375
<goals>
376376
<goal>jar</goal>
377377
</goals>

0 commit comments

Comments
 (0)