[maven-release-plugin] prepare release antlr4-master-4.11.0
diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml
index 9ddf63c..d892f8a 100644
--- a/antlr4-maven-plugin/pom.xml
+++ b/antlr4-maven-plugin/pom.xml
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.antlr</groupId>
     <artifactId>antlr4-master</artifactId>
-    <version>4.11.0-SNAPSHOT</version>
+    <version>4.11.0</version>
   </parent>
   <artifactId>antlr4-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
diff --git a/pom.xml b/pom.xml
index b0989b6..010a1e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 	</parent>
 	<groupId>org.antlr</groupId>
 	<artifactId>antlr4-master</artifactId>
-	<version>4.11.0-SNAPSHOT</version>
+	<version>4.11.0</version>
 	<packaging>pom</packaging>
 
 	<name>ANTLR 4</name>
diff --git a/runtime-testsuite/pom.xml b/runtime-testsuite/pom.xml
index 1ad8e16..b5a04fb 100644
--- a/runtime-testsuite/pom.xml
+++ b/runtime-testsuite/pom.xml
@@ -10,7 +10,7 @@
 	<parent>
 		<groupId>org.antlr</groupId>
 		<artifactId>antlr4-master</artifactId>
-		<version>4.11.0-SNAPSHOT</version>
+		<version>4.11.0</version>
 	</parent>
 	<artifactId>antlr4-runtime-testsuite</artifactId>
 	<name>ANTLR 4 Runtime Tests (4th generation)</name>
diff --git a/runtime/Java/pom.xml b/runtime/Java/pom.xml
index ca002d6..578d577 100644
--- a/runtime/Java/pom.xml
+++ b/runtime/Java/pom.xml
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>org.antlr</groupId>
 		<artifactId>antlr4-master</artifactId>
-		<version>4.11.0-SNAPSHOT</version>
+		<version>4.11.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>antlr4-runtime</artifactId>
diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml
index 5527aad..0becd4e 100644
--- a/tool-testsuite/pom.xml
+++ b/tool-testsuite/pom.xml
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.antlr</groupId>
     <artifactId>antlr4-master</artifactId>
-    <version>4.11.0-SNAPSHOT</version>
+    <version>4.11.0</version>
   </parent>
   <artifactId>antlr4-tool-testsuite</artifactId>
   <name>ANTLR 4 Tool Tests</name>
diff --git a/tool/pom.xml b/tool/pom.xml
index 5ceb0df..ab868ba 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>org.antlr</groupId>
 		<artifactId>antlr4-master</artifactId>
-		<version>4.11.0-SNAPSHOT</version>
+		<version>4.11.0</version>
 	</parent>
 	<artifactId>antlr4</artifactId>
 	<name>ANTLR 4 Tool</name>