Tag 3.14.0
diff --git a/pom.xml b/pom.xml
index 9344c76..118106e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.14.0-SNAPSHOT</version>
+        <version>3.14.0</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
@@ -91,7 +91,7 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.14.0-SNAPSHOT</camel.version>
+        <camel.version>3.14.0</camel.version>
 
         <!-- Versions -->
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>