Fix issue/164 to use the non snapshot version with generate-catalog test
diff --git a/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml b/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
index 2eb3ee3..8a56b89 100644
--- a/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
+++ b/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
@@ -30,7 +30,7 @@
     <properties>
         <catalog.path>${project.basedir}</catalog.path>
         <camel.version>3.0.0-RC1</camel.version>
-        <runtime.version>1.0.2-SNAPSHOT</runtime.version>
+        <runtime.version>1.0.4</runtime.version>
     </properties>
 
     <build>
diff --git a/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy b/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
index b77738f..742d212 100644
--- a/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
+++ b/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 def catalogVersion = '3.0.0-RC1'
-def runtimeVersion = '1.0.2-SNAPSHOT'
+def runtimeVersion = '1.0.4'
 
 def source  = new File(basedir, "camel-catalog-${catalogVersion}-${runtimeVersion}.yaml")
 def catalog = new org.yaml.snakeyaml.Yaml().load(new FileInputStream(source))