This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 614b03f chore: default to camel-k-runtime v0.3.3
614b03f is described below
commit 614b03fd8019584eb142beba7085ca0ec5b3de90
Author: lburgazzoli <[email protected]>
AuthorDate: Fri May 31 15:00:45 2019 +0200
chore: default to camel-k-runtime v0.3.3
---
deploy/camel-catalog-2.23.0.yaml | 6 ++++++
deploy/camel-catalog-2.23.1.yaml | 6 ++++++
deploy/camel-catalog-2.23.2.yaml | 6 ++++++
deploy/camel-catalog-2.24.0.yaml | 6 ++++++
deploy/camel-catalog-3.0.0-M2.yaml | 6 ++++++
deploy/resources.go | 30 ++++++++++++++++++++++++++++++
script/Makefile | 2 +-
7 files changed, 61 insertions(+), 1 deletion(-)
diff --git a/deploy/camel-catalog-2.23.0.yaml b/deploy/camel-catalog-2.23.0.yaml
index faccf3b..d9947cb 100644
--- a/deploy/camel-catalog-2.23.0.yaml
+++ b/deploy/camel-catalog-2.23.0.yaml
@@ -1130,6 +1130,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
diff --git a/deploy/camel-catalog-2.23.1.yaml b/deploy/camel-catalog-2.23.1.yaml
index 8e088e1..ea1c0d8 100644
--- a/deploy/camel-catalog-2.23.1.yaml
+++ b/deploy/camel-catalog-2.23.1.yaml
@@ -1130,6 +1130,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
diff --git a/deploy/camel-catalog-2.23.2.yaml b/deploy/camel-catalog-2.23.2.yaml
index 4443da9..d56c5e6 100644
--- a/deploy/camel-catalog-2.23.2.yaml
+++ b/deploy/camel-catalog-2.23.2.yaml
@@ -1130,6 +1130,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
diff --git a/deploy/camel-catalog-2.24.0.yaml b/deploy/camel-catalog-2.24.0.yaml
index ab860d1..23b2739 100644
--- a/deploy/camel-catalog-2.24.0.yaml
+++ b/deploy/camel-catalog-2.24.0.yaml
@@ -1154,6 +1154,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
diff --git a/deploy/camel-catalog-3.0.0-M2.yaml
b/deploy/camel-catalog-3.0.0-M2.yaml
index 153ffd5..a9c501a 100644
--- a/deploy/camel-catalog-3.0.0-M2.yaml
+++ b/deploy/camel-catalog-3.0.0-M2.yaml
@@ -1141,6 +1141,12 @@ spec:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
version: 1.0.0
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
diff --git a/deploy/resources.go b/deploy/resources.go
index 71f27fa..53af8b2 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -1158,6 +1158,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
@@ -3234,6 +3240,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
@@ -5310,6 +5322,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
@@ -7410,6 +7428,12 @@ spec:
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
@@ -9499,6 +9523,12 @@ spec:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
version: 1.0.0
+ camel-k-runtime-servlet:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-runtime-servlet
+ dependencies:
+ - groupId: org.apache.camel
+ artifactId: camel-servlet
camel-k-runtime-yaml:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-yaml
diff --git a/script/Makefile b/script/Makefile
index 0786251..53b5c45 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -1,6 +1,6 @@
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION := 0.3.4-SNAPSHOT
-RUNTIME_VERSION := 0.3.2
+RUNTIME_VERSION := 0.3.3
CAMEL_VERSION := 2.24.0
CAMEL_VERSION_CONSTRAINT := ~2.24.x
BASE_IMAGE := fabric8/s2i-java:3.0-java8