aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorDanny van Bruggen <hexagonaal@gmail.com>2017-11-07 22:37:36 +0100
committerDanny van Bruggen <hexagonaal@gmail.com>2017-11-07 22:37:36 +0100
commit15285d0b239abb6bac2824fe9318f7f29fdb1af1 (patch)
treef3405b3461d2625bd977ad8ca88a23578a8ad805 /pom.xml
parent613e2b9718536259772fbdd62b3b6d10c0cda5d7 (diff)
downloadjavaparser-15285d0b239abb6bac2824fe9318f7f29fdb1af1.tar.gz
Upgrade to JavaCC 7.0.3 using the excellent maven plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 32e208855..99902dfb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
<java.version>1.8</java.version>
<!-- Maven Plugins -->
- <javacc-maven-plugin.version>2.8.2</javacc-maven-plugin.version>
+ <javacc-maven-plugin.version>3.0.0</javacc-maven-plugin.version>
<maven-clean-plugin.version>3.0.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>