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:
Benjamin Bentmann 2009-07-12 13:27:11 +00:00
parent 2dad08c7a8
commit d8b7706ad5
1 changed files with 2 additions and 2 deletions

View File

@ -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>