Skip to content

Commit

Permalink
Merge pull request #167 from open-dis/dependabot/maven/org.apache.mav…
Browse files Browse the repository at this point in the history
…en.plugins-maven-javadoc-plugin-3.10.1

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1
  • Loading branch information
leif81 authored Oct 7, 2024
2 parents 8a261a0 + cb2fc6b commit aa4dab9
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 @@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<source>8</source> <!-- workaround https://stackoverflow.com/a/60322437/52176 -->
<additionalparam>-Xdoclint:none</additionalparam>
Expand All @@ -153,7 +153,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit aa4dab9

Please sign in to comment.