Repository: maven-surefire
Updated Branches:
  refs/heads/master b9a926d7b -> 2c9edf062


Make JUnit4VersionsIT acutally use the versions set by the test code


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2c9edf06
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/2c9edf06
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/2c9edf06

Branch: refs/heads/master
Commit: 2c9edf062aa5188a9437972f4eac09c1f20172d3
Parents: b9a926d
Author: Benedikt Ritter <benerit...@gmail.com>
Authored: Sat Sep 10 14:30:09 2016 +0200
Committer: Benedikt Ritter <benerit...@gmail.com>
Committed: Sat Sep 10 14:30:09 2016 +0200

----------------------------------------------------------------------
 surefire-integration-tests/src/test/resources/junit4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2c9edf06/surefire-integration-tests/src/test/resources/junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/src/test/resources/junit4/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4/pom.xml
index 33a9262..3d1f971 100644
--- a/surefire-integration-tests/src/test/resources/junit4/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit4/pom.xml
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>${junitVersion}</version>
+      <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to