1
0

Specify a version for maven-failsafe-plugin because one is not specified in commons-parent. This makes sure the build is reproducible and removes a warning when building with Maven 3.

Use surefire version 2.12, same as in the latest commons-parent.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1370551 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2012-08-07 21:48:17 +00:00
parent a4f2277bfa
commit 8235431c0b

View File

@@ -345,6 +345,7 @@ under the License.
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${commons.surefire.version}</version>
<executions>
<execution>
<id>integration-test</id>
@@ -511,5 +512,6 @@ under the License.
<commons.binary.suffix>-bin</commons.binary.suffix>
<commons.jira.id>LOGGING</commons.jira.id>
<commons.jira.pid>12310484</commons.jira.pid>
<commons.surefire.version>2.12</commons.surefire.version>
</properties>
</project>