o Updated to maven-verifier:1.2-SNAPSHOT for consistency with core-integration-tests

o Updated to junit:3.8.2

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@697513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-09-21 13:35:55 +00:00
parent a0419c5790
commit fae9bff74b
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>
</dependencies>
</project>