Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ec37e22
)
Fix ANTLR version issue
14/128314/1
author
Lathish
<lathishbabu.ganesan@est.tech>
Tue, 12 Apr 2022 13:39:02 +0000
(14:39 +0100)
committer
aditya puthuparambil
<aditya.puthuparambil@bell.ca>
Fri, 22 Apr 2022 13:03:06 +0000
(13:03 +0000)
- Updated ANTLR compiler version to 4.9.2 to be compatible with runtime version
Issue-ID: CPS-961
Change-Id: I78a3fe541c9edcfc891fb045a60ed117d3aa5b08
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
(cherry picked from commit
3a13b2e965569304822fe4d56838a4fee4e7ad44
)
cps-path-parser/pom.xml
patch
|
blob
|
history
diff --git
a/cps-path-parser/pom.xml
b/cps-path-parser/pom.xml
index
4584222
..
994b909
100644
(file)
--- a/
cps-path-parser/pom.xml
+++ b/
cps-path-parser/pom.xml
@@
-34,6
+34,7
@@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
+ <version>4.9.2</version>
<executions>
<execution>
<goals>