Skip to content

Commit

Permalink
Set version to 1.2.8 (release).
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Sep 17, 2020
1 parent 8d95524 commit 438b283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.harctoolbox</groupId>
<artifactId>IrpTransmogrifier</artifactId>
<packaging>jar</packaging>
<version>1.2.8-SNAPSHOT</version>
<version>1.2.8</version>
<name>${project.artifactId}</name>
<licenses>
<license>
Expand Down Expand Up @@ -188,7 +188,7 @@
</dependencies>
</plugin>

<!-- Generate target/generated-sources/antlr4/org/harctoolbox/IrpMaster/TODO[Parser,Lexer].java from
<!-- Generate target/generated-sources/antlr4/org/harctoolbox/irp/Irp[Parser,Lexer].java from
src/main/antrlr4/Irp.g4 -->
<plugin>
<groupId>org.antlr</groupId>
Expand Down Expand Up @@ -492,7 +492,7 @@
<dependencies>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId> <!-- invokes ST4 -->
<artifactId>antlr4</artifactId> <!-- transitively includes ST4, antlr-runtime, antlr4-runtime -->
<version>4.7.2</version>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 438b283

Please sign in to comment.