diff --git a/build.gradle b/build.gradle index 2ae7298..6bdeffc 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'net.researchgate.release' version '3.0.2' apply(false) } -version = '2.16.1-SNAPSHOT' +version = '2.16.2-SNAPSHOT' license { header rootProject.file('LICENSE') diff --git a/cfml.cli/pom.xml b/cfml.cli/pom.xml index e31d5a6..cf48871 100644 --- a/cfml.cli/pom.xml +++ b/cfml.cli/pom.xml @@ -5,7 +5,7 @@ com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT cfml.cli diff --git a/cfml.dictionary/gradle.properties b/cfml.dictionary/gradle.properties index 46b5b7b..b9914a6 100644 --- a/cfml.dictionary/gradle.properties +++ b/cfml.dictionary/gradle.properties @@ -1 +1 @@ -version=2.16.1-SNAPSHOT +version=2.16.2-SNAPSHOT diff --git a/cfml.dictionary/pom.xml b/cfml.dictionary/pom.xml index c4683d8..641de96 100644 --- a/cfml.dictionary/pom.xml +++ b/cfml.dictionary/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT 4.0.0 diff --git a/cfml.parsing/gradle.properties b/cfml.parsing/gradle.properties index 95b6254..84db3f4 100644 --- a/cfml.parsing/gradle.properties +++ b/cfml.parsing/gradle.properties @@ -1,2 +1,2 @@ antlrVersion=4.13.2 -version=2.16.1-SNAPSHOT +version=2.16.2-SNAPSHOT diff --git a/cfml.parsing/pom.xml b/cfml.parsing/pom.xml index ec53e95..358a8c6 100644 --- a/cfml.parsing/pom.xml +++ b/cfml.parsing/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index a139d56..0ee68d9 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT pom coldfusion-parser