Skip to content

Commit

Permalink
Specify versions for plugins in the bom pom.xml (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Aug 12, 2019
1 parent b4e774c commit c33ffc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google-api-client-bom/pom.xml
Expand Up @@ -126,13 +126,17 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit c33ffc3

Please sign in to comment.