Skip to content

Commit

Permalink
Update maven-javadoc-plugin to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and martint committed Jan 10, 2024
1 parent 6ebd080 commit aafadba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Airbase 149
- git-commit-id-maven-plugin 7.0.0 (from 6.0.0)
- spotbugs-maven-plugins 4.8.1.0 (from 4.7.3.6)
- maven-clean-plugin 3.3.2 (from 3.3.1)
- maven-javadoc-plugin 3.6.2 (from 3.6.0)
- maven-javadoc-plugin 3.6.3 (from 3.6.0)
- maven-pmd-plugin 3.21.2 (from 3.21.0)
- maven-release-plugin 3.0.1 (from 2.5)
- maven-source-plugin to 3.3.0 (from 3.0.1)
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<quiet>true</quiet>
<source>${project.build.targetJdk}</source>
Expand Down

0 comments on commit aafadba

Please sign in to comment.