aboutsummaryrefslogtreecommitdiff
path: root/tool/pom.xml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:08 +0000
commit20a7ad2e7190ebc2ab14e313ba7638ae71a3fc30 (patch)
tree175590417700c14fe86aac39848f249e79c1c6ba /tool/pom.xml
parent19416cd9acec2b0db470bde608db38fb46939bba (diff)
parent16467b971bd3e2009fad32dd79016f2c7e421deb (diff)
downloadantlr-android14-mainline-mediaprovider-release.tar.gz
Change-Id: I59171ea9581b3c42df79a6dcf2ecb2b0fd58c451
Diffstat (limited to 'tool/pom.xml')
-rw-r--r--tool/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/tool/pom.xml b/tool/pom.xml
index cc5134d..3098aeb 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
</parent>
<dependencies>
@@ -63,14 +63,10 @@
<build>
<plugins>
-
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
- <version>3.5</version>
- <configuration>
- <libDirectory>target/generated-sources/antlr/org/antlr/grammar/v3</libDirectory>
- </configuration>
+ <version>3.5.2</version>
<executions>
<execution>
<goals>