mirror of https://github.com/apache/maven.git
upgrade surefire version to 2.8.1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
981447c410
commit
d414ea7c20
11
its/pom.xml
11
its/pom.xml
|
@ -46,4 +46,15 @@ under the License.
|
|||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/</url>
|
||||
</scm>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.8.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue