Skip to content

Commit

Permalink
build: upgrade javadoc plugin to 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Nov 5, 2024
1 parent e963f24 commit bce3f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.11.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
Expand Down

0 comments on commit bce3f4e

Please sign in to comment.