make all 4.5

This commit is contained in:
Terence Parr 2015-01-22 17:07:57 -08:00
parent 65e4dc47e1
commit 4dcc65d452
3 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
<packaging>maven-plugin</packaging>
<name>ANTLR 4 Maven plugin</name>

View File

@ -4,7 +4,7 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
<name>ANTLR 4 Runtime</name>
<description>The ANTLR 4 Runtime</description>

View File

@ -3,7 +3,7 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
<name>ANTLR 4 Tool</name>
<description>The ANTLR 4 grammar compiler.</description>
@ -103,7 +103,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>