Use variable for project version

Thanks to @sharwell for catching this.
This commit is contained in:
Jason van Zyl 2015-06-19 14:24:50 -04:00
parent f661f41071
commit cfc10cef11
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>4.6-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<!-- Testing requirements... -->
<dependency>