Use a template to fill in the correct version reference

This commit is contained in:
Sam Harwell 2013-01-21 13:28:54 -06:00
parent 79551fd1e0
commit 6218e7a053
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Libraries
<plugin> <plugin>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId> <artifactId>antlr4-maven-plugin</artifactId>
<version>4.0-SNAPSHOT</version> <version>${project.version}</version>
<executions> <executions>
<execution> <execution>

View File

@ -8,7 +8,7 @@ Simple configuration
<plugin> <plugin>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId> <artifactId>antlr4-maven-plugin</artifactId>
<version>4.0-SNAPSHOT</version> <version>${project.version}</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>