lburgazzoli closed pull request #105: Bump version to 0.0.3-SNAPSHOT URL: https://github.com/apache/camel-k/pull/105
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml index c171ffb..e7a5180 100644 --- a/deploy/operator-deployment.yaml +++ b/deploy/operator-deployment.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:0.0.2-SNAPSHOT + image: docker.io/apache/camel-k:0.0.3-SNAPSHOT ports: - containerPort: 60000 name: metrics diff --git a/deploy/resources.go b/deploy/resources.go index 49375f2..e9525d6 100644 --- a/deploy/resources.go +++ b/deploy/resources.go @@ -2192,7 +2192,7 @@ spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:0.0.2-SNAPSHOT + image: docker.io/apache/camel-k:0.0.3-SNAPSHOT ports: - containerPort: 60000 name: metrics diff --git a/runtime/catalog-builder/pom.xml b/runtime/catalog-builder/pom.xml index f1ae966..261d0cf 100644 --- a/runtime/catalog-builder/pom.xml +++ b/runtime/catalog-builder/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/jvm/pom.xml b/runtime/jvm/pom.xml index e19ed68..2ea58ff 100644 --- a/runtime/jvm/pom.xml +++ b/runtime/jvm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/pom.xml b/runtime/pom.xml index b4ac69f..74cd8aa 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -6,7 +6,7 @@ <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.3-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version/version.go b/version/version.go index 78befb0..d0f98ff 100644 --- a/version/version.go +++ b/version/version.go @@ -20,5 +20,5 @@ package version var ( // Global Camel K Version - Version = "0.0.2-SNAPSHOT" + Version = "0.0.3-SNAPSHOT" ) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services