Fix version in integration-test-pom.xml
diff --git a/build/create-extension-templates/integration-test-pom.xml b/build/create-extension-templates/integration-test-pom.xml
index d975740..eb2fcd8 100644
--- a/build/create-extension-templates/integration-test-pom.xml
+++ b/build/create-extension-templates/integration-test-pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-integration-tests</artifactId>
-        <version>0.1.1-SNAPSHOT</version>
+        <version>[=version]</version>
     </parent>
 
     <artifactId>camel-quarkus-integration-test-[=artifactIdBase]</artifactId>