summaryrefslogtreecommitdiff
path: root/tool-testsuite/pom.xml
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2016-03-22 17:34:38 +0100
committerEmmanuel Bourg <ebourg@apache.org>2016-03-22 17:34:38 +0100
commitf1e1398c68195f255332e40060950fbc3dc3985a (patch)
tree0a9da5c8d6048e763b0d3814f38dbdbef7854fdb /tool-testsuite/pom.xml
parent8f26ca6983190b53e7667d2cbf5344de1d87d51c (diff)
parent1a7b7906cbb3c334e0e8fe1dfdb68f16fefa8555 (diff)
Merge tag 'upstream/4.5.2'
Upstream version 4.5.2
Diffstat (limited to 'tool-testsuite/pom.xml')
-rw-r--r--tool-testsuite/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml
index e21d6f8..81b4525 100644
--- a/tool-testsuite/pom.xml
+++ b/tool-testsuite/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
- <version>4.5.1</version>
+ <version>4.5.2-1</version>
</parent>
<artifactId>antlr4-tool-testsuite</artifactId>
<name>ANTLR 4 Tool Tests</name>
@@ -76,6 +76,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12.4</version>
<configuration>
<systemPropertyVariables>
<antlr-python2-runtime>../../antlr4-python2/src</antlr-python2-runtime>