fixed site generation: downgraded parent pom, upgraded m-assembly-p

This commit is contained in:
Hervé Boutemy 2017-03-19 14:44:33 +01:00
parent a4157428d7
commit fea81d8a27
1 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>30</version>
<version>27</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
@ -536,6 +536,11 @@ under the License.
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>