Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3…
Browse files Browse the repository at this point in the history
….1.1 (#287)
  • Loading branch information
renovate-bot authored and chingor13 committed Jul 8, 2019
1 parent 19a9ba5 commit fcbc426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -76,7 +76,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<reportSets>
<reportSet>
<id>html</id>
Expand Down Expand Up @@ -322,7 +322,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit fcbc426

Please sign in to comment.