mirror of https://github.com/apache/maven.git
o Synced version with main build (given that auth is currently broken and Hudson uses a secured repo, we better re-use stuff that has already been resolved...)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@793346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2dad08c7a8
commit
d8b7706ad5
|
@ -30,7 +30,7 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<version>3.8.2</version>
|
||||
<scope>test</scope>
|
||||
<type>mkleint</type>
|
||||
</dependency>
|
||||
|
@ -40,7 +40,7 @@ under the License.
|
|||
<plugin>
|
||||
<!-- it's here just for the extensions tag -->
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.4.3</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue