Use newer version of maven-project-info-reports-plugin

This fixes the Maven site target.
pull/48/head
Graham 5 years ago
parent dd2ba3592d
commit 27e7f27b93
  1. 5
      pom.xml

@ -145,6 +145,11 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>

Loading…
Cancel
Save