Skip to content

Commit

Permalink
v 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed Sep 5, 2022
1 parent 7277f11 commit 9981c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.khubla.antlr</groupId>
<artifactId>antlr4test-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.22-SNAPSHOT</version>
<version>1.22</version>
<name>khubla.com Antlr4 test mojo</name>
<description>antlr4test-maven-plugin is a maven mojo for testing Antlr4 grammars</description>
<url>https://github.com/antlr/antlr4test-maven-plugin</url>
Expand Down Expand Up @@ -38,7 +38,7 @@
</organization>
<properties>
<maven.version>3.6.2</maven.version>
<antlr.version>4.10.1</antlr.version>
<antlr.version>4.11.1</antlr.version>
<org.easymock.version>4.3</org.easymock.version>
<target.jvm>11</target.jvm>
</properties>
Expand Down

0 comments on commit 9981c93

Please sign in to comment.