Release 0.0.3
diff --git a/deploy/operator-deployment-kubernetes.yaml b/deploy/operator-deployment-kubernetes.yaml
index c6e259f..3683178 100644
--- a/deploy/operator-deployment-kubernetes.yaml
+++ b/deploy/operator-deployment-kubernetes.yaml
@@ -19,7 +19,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.3
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/operator-deployment-openshift.yaml b/deploy/operator-deployment-openshift.yaml
index e7a5180..fccc0b3 100644
--- a/deploy/operator-deployment-openshift.yaml
+++ b/deploy/operator-deployment-openshift.yaml
@@ -19,7 +19,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.3
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/resources.go b/deploy/resources.go
index ea8fdb9..83cb0df 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -2229,7 +2229,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.3
           ports:
           - containerPort: 60000
             name: metrics
@@ -2275,7 +2275,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.3
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/runtime/catalog-builder/pom.xml b/runtime/catalog-builder/pom.xml
index 931bef8..c1917a7 100644
--- a/runtime/catalog-builder/pom.xml
+++ b/runtime/catalog-builder/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>0.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index c0262ee..d212153 100644
--- a/runtime/dependency-lister/pom.xml
+++ b/runtime/dependency-lister/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>0.0.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/groovy/pom.xml b/runtime/groovy/pom.xml
index 5fdc4fd..b79a509 100644
--- a/runtime/groovy/pom.xml
+++ b/runtime/groovy/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/jvm/pom.xml b/runtime/jvm/pom.xml
index fdb80f7..5d315c7 100644
--- a/runtime/jvm/pom.xml
+++ b/runtime/jvm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/kotlin/pom.xml b/runtime/kotlin/pom.xml
index c78c96b..3b84a2a 100644
--- a/runtime/kotlin/pom.xml
+++ b/runtime/kotlin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 3cd3c78..613f33d 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -24,7 +24,7 @@
 
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>0.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/version/version.go b/version/version.go
index d0f98ff..95f82a7 100644
--- a/version/version.go
+++ b/version/version.go
@@ -20,5 +20,5 @@
 
 var (
 	// Global Camel K Version
-	Version = "0.0.3-SNAPSHOT"
+	Version = "0.0.3"
 )