upgrade parent and maven-site-plugin

This commit is contained in:
Hervé Boutemy 2013-05-19 00:35:28 +02:00
parent b6a2d25d2c
commit 59dcfc80cd
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>22</version>
<version>23</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
@ -60,6 +60,11 @@ under the License.
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>