forked from jasder/antlr
Use a template to fill in the correct version reference
This commit is contained in:
parent
79551fd1e0
commit
6218e7a053
|
@ -27,7 +27,7 @@ Libraries
|
|||
<plugin>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr4-maven-plugin</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>${project.version}</version>
|
||||
|
||||
<executions>
|
||||
<execution>
|
|
@ -8,7 +8,7 @@ Simple configuration
|
|||
<plugin>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr4-maven-plugin</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>${project.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
Loading…
Reference in New Issue