Use variable for project version
Thanks to @sharwell for catching this.
This commit is contained in:
parent
f661f41071
commit
cfc10cef11
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue