diff --git a/pom.xml b/pom.xml
index b9c1dfc325e..23b6109ed6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>mybatis</artifactId>
-  <version>3.5.14-SNAPSHOT</version>
+  <version>3.5.14</version>
   <packaging>jar</packaging>
 
   <name>mybatis</name>
@@ -112,7 +112,7 @@
     <url>https://github.com/mybatis/mybatis-3</url>
     <connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
     <developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</developerConnection>
-    <tag>mybatis-3.5.12</tag>
+    <tag>mybatis-3.5.14</tag>
   </scm>
   <issueManagement>
     <system>GitHub Issue Management</system>
@@ -153,7 +153,7 @@
     <argLine>-Xmx2048m</argLine>
 
     <!-- Reproducible Builds -->
-    <project.build.outputTimestamp>1678513628</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1698763195</project.build.outputTimestamp>
 
     <allowed.build.jdks>[11,12),[17,18),[21,22),[22,23)</allowed.build.jdks>
   </properties>