[maven-release-plugin] prepare release 4.13.0
diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml
index 030ea6c..cdaadc7 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.13.0-SNAPSHOT</version>
+    <version>4.13.0</version>
   </parent>
   <artifactId>antlr4-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
diff --git a/pom.xml b/pom.xml
index 0d1e303..5ed8421 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 	</parent>
 	<groupId>org.antlr</groupId>
 	<artifactId>antlr4-master</artifactId>
-	<version>4.13.0-SNAPSHOT</version>
+	<version>4.13.0</version>
 	<packaging>pom</packaging>
 
 	<name>ANTLR 4</name>
@@ -98,7 +98,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-		<project.build.outputTimestamp>1676839240</project.build.outputTimestamp>
+		<project.build.outputTimestamp>1684689931</project.build.outputTimestamp>
 		<antlr.testinprocess>true</antlr.testinprocess>
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.target>11</maven.compiler.target>
@@ -120,7 +120,7 @@
         <url>https://github.com/antlr/antlr4/tree/master</url>
 		<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
 		<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
-		<tag>4.12.0</tag>
+		<tag>4.13.0</tag>
 	</scm>
 
 	<build>
diff --git a/runtime-testsuite/pom.xml b/runtime-testsuite/pom.xml
index f13f081..5ac4520 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.13.0-SNAPSHOT</version>
+		<version>4.13.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 b5f1b6e..177dc9f 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.13.0-SNAPSHOT</version>
+		<version>4.13.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>antlr4-runtime</artifactId>
diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml
index 1e5f348..9a109ad 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.13.0-SNAPSHOT</version>
+    <version>4.13.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 4717190..12ad1be 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>org.antlr</groupId>
 		<artifactId>antlr4-master</artifactId>
-		<version>4.13.0-SNAPSHOT</version>
+		<version>4.13.0</version>
 	</parent>
 	<artifactId>antlr4</artifactId>
 	<name>ANTLR 4 Tool</name>