Skip to content

Commit

Permalink
Fix maven-javadoc-plugin upgrade (openhab#16715)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Paul Smedley <paul@smedley.id.au>
  • Loading branch information
jlaur authored and psmedley committed Jun 15, 2024
1 parent 4ed5853 commit 5bf224b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Import-Package: \\
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.12.0</version>
<version>3.6.3</version>
<configuration>
<failOnError>!${quality.skip}</failOnError>
<tags>
Expand Down

0 comments on commit 5bf224b

Please sign in to comment.