From cfc10cef116ee24caac8ce65d847d3a16da02c07 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 19 Jun 2015 14:24:50 -0400 Subject: [PATCH] Use variable for project version Thanks to @sharwell for catching this. --- antlr4-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml index 43d3e4b64..821fff53f 100644 --- a/antlr4-maven-plugin/pom.xml +++ b/antlr4-maven-plugin/pom.xml @@ -75,7 +75,7 @@ org.antlr antlr4 - 4.6-SNAPSHOT + ${project.version}