use surefire version property from parent pom

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1378106 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-28 12:34:20 +00:00
parent 8e8f344a46
commit 3f0f346144
1 changed files with 2 additions and 2 deletions

View File

@ -795,12 +795,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</version>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.12.2</version>
<version>${surefireVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>