Skip to content

Commit 10e5c7c

Browse files
committed
[bugfix] Make build compatible with Java18 and beyond.
1 parent 1df7496 commit 10e5c7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exist-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,9 +1067,9 @@ The BaseX Team. The original license statement is also included below.]]></pream
10671067
</plugin>
10681068

10691069
<plugin>
1070-
<groupId>org.codehaus.mojo</groupId>
1070+
<groupId>org.omnifaces</groupId>
10711071
<artifactId>antlr-maven-plugin</artifactId>
1072-
<version>2.2</version>
1072+
<version>2.3</version>
10731073
<configuration>
10741074
<grammars>
10751075
org/exist/xquery/parser/XQuery.g,org/exist/xquery/parser/XQueryTree.g,org/exist/xquery/parser/DeclScanner.g,org/exist/xquery/xqdoc/parser/XQDocParser.g

extensions/modules/simpleql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
<build>
6868
<plugins>
6969
<plugin>
70-
<groupId>org.codehaus.mojo</groupId>
70+
<groupId>org.omnifaces</groupId>
7171
<artifactId>antlr-maven-plugin</artifactId>
72-
<version>2.2</version>
72+
<version>2.3</version>
7373
<configuration>
7474
<grammars>org/exist/xquery/modules/simpleql/SimpleQLParser.g</grammars>
7575
</configuration>

0 commit comments

Comments
 (0)