Skip to content

Commit

Permalink
Merge pull request #312 from Marketcetera/dependabot/maven/branches/4…
Browse files Browse the repository at this point in the history
….1.x/org.apache.maven.plugins-maven-javadoc-plugin-3.3.0

Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
  • Loading branch information
colinduplantis committed Jun 22, 2021
2 parents f741f99 + 06938a4 commit 34f649c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
<!-- mvn javadoc:* -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<configuration>
<!-- add this to disable checking -->
<failOnError>false</failOnError>
Expand Down Expand Up @@ -1199,7 +1199,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -1283,7 +1283,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.3.0</version>
<configuration>
<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
<docletArtifact>
Expand Down

0 comments on commit 34f649c

Please sign in to comment.