diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml index 4dc311631..704445ea2 100644 --- a/antlr4-maven-plugin/pom.xml +++ b/antlr4-maven-plugin/pom.xml @@ -40,7 +40,7 @@ org.antlr antlr4-master - 4.2.1-SNAPSHOT + 4.2.2-SNAPSHOT antlr4-maven-plugin diff --git a/build.xml b/build.xml index 208e814fb..c1d48aa88 100644 --- a/build.xml +++ b/build.xml @@ -32,7 +32,7 @@ - + diff --git a/pom.xml b/pom.xml index 071ccee79..c7c0ec2ce 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.antlr antlr4-master - 4.2.1-SNAPSHOT + 4.2.2-SNAPSHOT pom ANTLR 4 diff --git a/runtime/Java/pom.xml b/runtime/Java/pom.xml index ddbf8e0e1..a2888dda3 100644 --- a/runtime/Java/pom.xml +++ b/runtime/Java/pom.xml @@ -5,7 +5,7 @@ org.antlr antlr4-master - 4.2.1-SNAPSHOT + 4.2.2-SNAPSHOT ../.. diff --git a/runtime/JavaAnnotations/pom.xml b/runtime/JavaAnnotations/pom.xml index 9c13fe49f..4e164a3b7 100644 --- a/runtime/JavaAnnotations/pom.xml +++ b/runtime/JavaAnnotations/pom.xml @@ -5,7 +5,7 @@ org.antlr antlr4-master - 4.2.1-SNAPSHOT + 4.2.2-SNAPSHOT ../.. diff --git a/tool/pom.xml b/tool/pom.xml index 724d723b6..c7c65a8c7 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -5,7 +5,7 @@ org.antlr antlr4-master - 4.2.1-SNAPSHOT + 4.2.2-SNAPSHOT antlr4