Skip to content

Commit

Permalink
Fix for #3588 -- Update root pom.xml for testing Antlr 4.11.1 (#3596)
Browse files Browse the repository at this point in the history
* Fix for #3588

* Add comment.
  • Loading branch information
kaby76 authored Jul 11, 2023
1 parent 56fe646 commit 2da46b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Empty file removed abb/examples/robdata.sys.errors
Empty file.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>

<!-- The Antlr tool version is specified with
antlr.version. The Antlr runtime is tied to the
version of antlr4test-maven-plugin.version. When Antlr
is release, the plugin has to be updated. -->
<antlr4test-maven-plugin.version>1.22</antlr4test-maven-plugin.version>
<antlr.version>4.13.0</antlr.version>
<antlr.version>4.11.1</antlr.version>

<junit.version>4.13.2</junit.version>
</properties>
<prerequisites>
Expand Down

0 comments on commit 2da46b1

Please sign in to comment.