Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml
index e6d3a91544..e56e6bdf17 100644
--- a/tests/org.eclipse.swt.tests/pom.xml
+++ b/tests/org.eclipse.swt.tests/pom.xml
@@ -25,6 +25,7 @@
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
<tycho.testArgLine></tycho.testArgLine>
<test>AllTests</test>
+ <surefire.version>2.20.1</surefire.version>
</properties>
<build>
<plugins>
@@ -56,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.20</version>
+ <version>${surefire.version}</version>
<executions>
<execution>
<id>test</id>
@@ -72,7 +73,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
- <version>2.20</version>
+ <version>${surefire.version}</version>
</dependency>
</dependencies>
</plugin>

Back to the top