[maven-release-plugin] prepare release camel-karaf-3.16.0
diff --git a/archetypes/camel-archetype-blueprint/pom.xml b/archetypes/camel-archetype-blueprint/pom.xml
index a9fdbe5..235c2ec 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>archetypes</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <groupId>org.apache.camel.archetypes</groupId>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 0d2f524..b450c0f 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index 30de58c..1bf7313 100644
--- a/bom/camel-karaf-bom/pom.xml
+++ b/bom/camel-karaf-bom/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel.karaf</groupId>
     <artifactId>karaf</artifactId>
-    <version>3.16.0-SNAPSHOT</version>
+    <version>3.16.0</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>camel-karaf-bom</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index d2283e1..e1d3336 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml b/catalog/camel-catalog-provider-karaf/pom.xml
index f58deed..5ed3b20 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -17,14 +17,13 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>catalog</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-catalog-provider-karaf</artifactId>
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 609d385..6a3fc96 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/components/camel-bean-osgi/pom.xml b/components/camel-bean-osgi/pom.xml
index 228624b..fc10f49 100644
--- a/components/camel-bean-osgi/pom.xml
+++ b/components/camel-bean-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-bean-osgi</artifactId>
diff --git a/components/camel-bean-validator-osgi/pom.xml b/components/camel-bean-validator-osgi/pom.xml
index bfdc1d0..faa694d 100644
--- a/components/camel-bean-validator-osgi/pom.xml
+++ b/components/camel-bean-validator-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-bean-validator-osgi</artifactId>
diff --git a/components/camel-blueprint-main/pom.xml b/components/camel-blueprint-main/pom.xml
index 3121bf5..91645f7 100644
--- a/components/camel-blueprint-main/pom.xml
+++ b/components/camel-blueprint-main/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-blueprint-main</artifactId>
diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 58fb189..8c82707 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -17,14 +17,13 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-blueprint</artifactId>
@@ -181,7 +180,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore/>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
@@ -435,38 +434,37 @@
                                 <phase>process-classes</phase>
                                 <configuration>
                                     <target>
-                                        <taskdef resource="net/sf/antcontrib/antcontrib.properties"
-                                                 classpathref="maven.plugin.classpath"/>
+                                        <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
                                         <echo>Copying to code together for the XSD generation</echo>
-                                        <mkdir dir="${project.build.directory}/schema-src"/>
-                                        <mkdir dir="${project.build.directory}/schema"/>
-                                        <mkdir dir="${project.build.directory}/schema/META-INF/JAXB"/>
+                                        <mkdir dir="${project.build.directory}/schema-src" />
+                                        <mkdir dir="${project.build.directory}/schema" />
+                                        <mkdir dir="${project.build.directory}/schema/META-INF/JAXB" />
                                         <copy todir="${project.build.directory}/schema-src">
                                             <fileset dir="${basedir}/src/main/java">
-                                                <include name="org/apache/camel/blueprint/Camel*.java"/>
-                                                <include name="org/apache/camel/blueprint/ErrorHandler*.java"/>
-                                                <include name="org/apache/camel/blueprint/package-info.java"/>
-                                                <include name="org/apache/camel/util/blueprint/**/*.java"/>
+                                                <include name="org/apache/camel/blueprint/Camel*.java" />
+                                                <include name="org/apache/camel/blueprint/ErrorHandler*.java" />
+                                                <include name="org/apache/camel/blueprint/package-info.java" />
+                                                <include name="org/apache/camel/util/blueprint/**/*.java" />
                                             </fileset>
                                             <fileset dir="${project.build.directory}/sources/camel-core-xml">
-                                                <include name="org/apache/camel/core/xml/*.java"/>
-                                                <include name="org/apache/camel/core/xml/util/**/*.java"/>
-                                                <exclude name="org/apache/camel/core/xml/CamelProxyFactoryDefinition.java"/>
+                                                <include name="org/apache/camel/core/xml/*.java" />
+                                                <include name="org/apache/camel/core/xml/util/**/*.java" />
+                                                <exclude name="org/apache/camel/core/xml/CamelProxyFactoryDefinition.java" />
                                             </fileset>
                                             <fileset dir="${project.build.directory}/sources/camel-api">
-                                                <include name="org/apache/camel/ExchangePattern.java"/>
-                                                <include name="org/apache/camel/LoggingLevel.java"/>
-                                                <include name="org/apache/camel/ManagementStatisticsLevel.java"/>
-                                                <include name="org/apache/camel/ShutdownRoute.java"/>
-                                                <include name="org/apache/camel/ShutdownRunningTask.java"/>
-                                                <include name="org/apache/camel/WaitForTaskToComplete.java"/>
+                                                <include name="org/apache/camel/ExchangePattern.java" />
+                                                <include name="org/apache/camel/LoggingLevel.java" />
+                                                <include name="org/apache/camel/ManagementStatisticsLevel.java" />
+                                                <include name="org/apache/camel/ShutdownRoute.java" />
+                                                <include name="org/apache/camel/ShutdownRunningTask.java" />
+                                                <include name="org/apache/camel/WaitForTaskToComplete.java" />
                                             </fileset>
                                             <fileset dir="${project.build.directory}/sources/camel-core-model">
-                                                <include name="org/apache/camel/model/**/*.java"/>
-                                                <include name="org/apache/camel/package-info.java"/>
+                                                <include name="org/apache/camel/model/**/*.java" />
+                                                <include name="org/apache/camel/package-info.java" />
                                             </fileset>
                                             <fileset dir="${project.build.directory}/sources/camel-util">
-                                                <include name="org/apache/camel/util/concurrent/ThreadPoolRejectedPolicy.java"/>
+                                                <include name="org/apache/camel/util/concurrent/ThreadPoolRejectedPolicy.java" />
                                             </fileset>
                                         </copy>
                                     </target>
@@ -483,20 +481,16 @@
                                 <configuration>
                                     <target>
                                         <echo>Copying XSD schema to be included in JAR</echo>
-                                        <replace file="${project.build.directory}/schema/camel-blueprint.xsd"
-                                                 token="xs:schema xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;"
-                                                 value="xs:schema xmlns=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;"/>
-                                        <replace file="${project.build.directory}/schema/camel-blueprint.xsd"
-                                                 token="http://camel.apache.org/schema/spring"
-                                                 value="http://camel.apache.org/schema/blueprint"/>
+                                        <replace file="${project.build.directory}/schema/camel-blueprint.xsd" token="xs:schema xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;" value="xs:schema xmlns=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;" />
+                                        <replace file="${project.build.directory}/schema/camel-blueprint.xsd" token="http://camel.apache.org/schema/spring" value="http://camel.apache.org/schema/blueprint" />
                                         <copy todir="${project.build.directory}/classes">
                                             <fileset dir="${project.build.directory}/schema">
-                                                <exclude name="**/*.class"/>
+                                                <exclude name="**/*.class" />
                                             </fileset>
                                         </copy>
                                         <!-- copy modified schemas back again in classes so they are included in the JAR -->
                                         <fileset dir="${project.build.directory}/schema">
-                                            <exclude name="**/*.class"/>
+                                            <exclude name="**/*.class" />
                                         </fileset>
                                     </target>
                                 </configuration>
diff --git a/components/camel-cmis-osgi/pom.xml b/components/camel-cmis-osgi/pom.xml
index 5838007..0a6337d 100644
--- a/components/camel-cmis-osgi/pom.xml
+++ b/components/camel-cmis-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-cmis-osgi</artifactId>
diff --git a/components/camel-cxf-blueprint/pom.xml b/components/camel-cxf-blueprint/pom.xml
index 31ea04d..95d7b8f 100644
--- a/components/camel-cxf-blueprint/pom.xml
+++ b/components/camel-cxf-blueprint/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-cxf-blueprint</artifactId>
diff --git a/components/camel-cxf-transport-blueprint/pom.xml b/components/camel-cxf-transport-blueprint/pom.xml
index 6040c6a..3e88f74 100644
--- a/components/camel-cxf-transport-blueprint/pom.xml
+++ b/components/camel-cxf-transport-blueprint/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-cxf-transport-blueprint</artifactId>
diff --git a/components/camel-eventadmin/pom.xml b/components/camel-eventadmin/pom.xml
index 03a92a7..7868b85 100644
--- a/components/camel-eventadmin/pom.xml
+++ b/components/camel-eventadmin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-eventadmin</artifactId>
diff --git a/components/camel-jcache-osgi/pom.xml b/components/camel-jcache-osgi/pom.xml
index 37cf44d..06830ef 100644
--- a/components/camel-jcache-osgi/pom.xml
+++ b/components/camel-jcache-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-jcache-osgi</artifactId>
diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml
index 2428d6e..634a0ce 100644
--- a/components/camel-kura/pom.xml
+++ b/components/camel-kura/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-kura</artifactId>
diff --git a/components/camel-paxlogging/pom.xml b/components/camel-paxlogging/pom.xml
index c45473d..b499bc0 100644
--- a/components/camel-paxlogging/pom.xml
+++ b/components/camel-paxlogging/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-paxlogging</artifactId>
diff --git a/components/camel-servlet-osgi/pom.xml b/components/camel-servlet-osgi/pom.xml
index 54b7bc8..582ed01 100644
--- a/components/camel-servlet-osgi/pom.xml
+++ b/components/camel-servlet-osgi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-servlet-osgi</artifactId>
diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index e3b3c5e..1fea939 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-test-blueprint</artifactId>
diff --git a/components/camel-test-karaf/pom.xml b/components/camel-test-karaf/pom.xml
index 76ba601..875abd8 100644
--- a/components/camel-test-karaf/pom.xml
+++ b/components/camel-test-karaf/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-test-karaf</artifactId>
diff --git a/components/camel-zookeeper-master-osgi/pom.xml b/components/camel-zookeeper-master-osgi/pom.xml
index 08f94b2..c5d7556 100644
--- a/components/camel-zookeeper-master-osgi/pom.xml
+++ b/components/camel-zookeeper-master-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>components</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-zookeeper-master-osgi</artifactId>
diff --git a/components/pom.xml b/components/pom.xml
index 3f608be..ef02edd 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -13,15 +13,14 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/core/camel-core-osgi/pom.xml b/core/camel-core-osgi/pom.xml
index 5e451fb..2147b47 100644
--- a/core/camel-core-osgi/pom.xml
+++ b/core/camel-core-osgi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>core-modules</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-core-osgi</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index fb3d2f3..5294a48 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/platforms/commands/commands-core/pom.xml b/platforms/commands/commands-core/pom.xml
index 52186a1..ba5fa4b 100644
--- a/platforms/commands/commands-core/pom.xml
+++ b/platforms/commands/commands-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>commands</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-commands-core</artifactId>
diff --git a/platforms/commands/pom.xml b/platforms/commands/pom.xml
index cb739b4..b5106b5 100644
--- a/platforms/commands/pom.xml
+++ b/platforms/commands/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>platforms</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>commands</artifactId>
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index f01c2dd..0e838d4 100644
--- a/platforms/karaf/commands/pom.xml
+++ b/platforms/karaf/commands/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf-platform</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <groupId>org.apache.camel.karaf</groupId>
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 96cae81..8582d33 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf-platform</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <groupId>org.apache.camel.karaf</groupId>
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index ef5efde..9f7363b 100644
--- a/platforms/karaf/pom.xml
+++ b/platforms/karaf/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>platforms</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>karaf-platform</artifactId>
diff --git a/platforms/pom.xml b/platforms/pom.xml
index 3caf3c1..23e9380 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>platforms</artifactId>
diff --git a/pom.xml b/pom.xml
index 9e4a4ee..0510c39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.camel.karaf</groupId>
     <artifactId>karaf</artifactId>
-    <version>3.16.0-SNAPSHOT</version>
+    <version>3.16.0</version>
     <packaging>pom</packaging>
 
     <name>Camel Karaf</name>
@@ -82,7 +82,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-karaf.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-karaf.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>camel-karaf-3.16.0</tag>
     </scm>
     <issueManagement>
         <system>jira</system>
diff --git a/tests/camel-blueprint-cxf-test/pom.xml b/tests/camel-blueprint-cxf-test/pom.xml
index 7570764..04fa631 100644
--- a/tests/camel-blueprint-cxf-test/pom.xml
+++ b/tests/camel-blueprint-cxf-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>tests</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-blueprint-cxf-test</artifactId>
diff --git a/tests/camel-blueprint-test/pom.xml b/tests/camel-blueprint-test/pom.xml
index 1946bac..fe01f59 100644
--- a/tests/camel-blueprint-test/pom.xml
+++ b/tests/camel-blueprint-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>tests</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-blueprint-test</artifactId>
diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml
index 1cc7728..045f319 100644
--- a/tests/camel-itest-osgi/pom.xml
+++ b/tests/camel-itest-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>tests</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-itest-osgi</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index a5f9a3e..d7893ef 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
index 7be3225..8240d50 100644
--- a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
+++ b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>tooling</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-catalog-generator-karaf-maven-plugin</artifactId>
diff --git a/tooling/camel-karaf-maven-plugin/pom.xml b/tooling/camel-karaf-maven-plugin/pom.xml
index 8139195..f87f0bb 100644
--- a/tooling/camel-karaf-maven-plugin/pom.xml
+++ b/tooling/camel-karaf-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>tooling</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>camel-karaf-maven-plugin</artifactId>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 92f87d1..22fb85e 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <artifactId>tooling</artifactId>