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 e41539c chore(release): prepare for next development iteration
e41539c is described below
commit e41539cbb886f1783273f4ddef4b33d62b8c7113
Author: Nicola Ferraro <[email protected]>
AuthorDate: Wed Nov 13 16:43:25 2019 +0100
chore(release): prepare for next development iteration
---
.../camel-k.v1.0.0-m4.clusterserviceversion.yaml} | 6 +--
deploy/olm-catalog/camel-k/1.0.0-M4/crd-build.yaml | 54 ++++++++++++++++++++++
.../crd-camel-catalog.yaml} | 30 ++++++++++--
.../crd-integration-kit.yaml} | 37 +++++++++++++--
.../crd-integration-platform.yaml} | 29 ++++++++++--
.../crd-integration.yaml} | 33 +++++++++++--
....v1.0.0-m5-SNAPSHOT.clusterserviceversion.yaml} | 10 ++--
.../camel-k/1.0.0-M5-SNAPSHOT/crd-build.yaml | 54 ++++++++++++++++++++++
.../crd-camel-catalog.yaml} | 30 ++++++++++--
.../crd-integration-kit.yaml} | 37 +++++++++++++--
.../crd-integration-platform.yaml} | 29 ++++++++++--
.../crd-integration.yaml} | 33 +++++++++++--
deploy/olm-catalog/camel-k/camel-k.package.yaml | 2 +-
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 2 +-
15 files changed, 337 insertions(+), 51 deletions(-)
diff --git
a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/camel-k.v1.0.0-m4-SNAPSHOT.clusterserviceversion.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4/camel-k.v1.0.0-m4.clusterserviceversion.yaml
similarity index 98%
copy from
deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/camel-k.v1.0.0-m4-SNAPSHOT.clusterserviceversion.yaml
copy to
deploy/olm-catalog/camel-k/1.0.0-M4/camel-k.v1.0.0-m4.clusterserviceversion.yaml
index e6eeb7f..92456e7 100644
---
a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/camel-k.v1.0.0-m4-SNAPSHOT.clusterserviceversion.yaml
+++
b/deploy/olm-catalog/camel-k/1.0.0-M4/camel-k.v1.0.0-m4.clusterserviceversion.yaml
@@ -66,13 +66,13 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
- containerImage: docker.io/apache/camel-k:1.0.0-M4-SNAPSHOT
+ containerImage: docker.io/apache/camel-k:1.0.0-M4
createdAt: "2019-07-26T02:45:00Z"
description: Apache Camel K is a lightweight integration platform, born on
Kubernetes,
with serverless superpowers.
repository: https://github.com/apache/camel-k
support: Camel
- name: camel-k-operator.v1.0.0-m4-SNAPSHOT
+ name: camel-k-operator.v1.0.0-m4
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -185,7 +185,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: docker.io/apache/camel-k:1.0.0-M4-SNAPSHOT
+ image: docker.io/apache/camel-k:1.0.0-M4
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
diff --git a/deploy/olm-catalog/camel-k/1.0.0-M4/crd-build.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-build.yaml
new file mode 100644
index 0000000..6cad421
--- /dev/null
+++ b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-build.yaml
@@ -0,0 +1,54 @@
+# ---------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ---------------------------------------------------------------------------
+
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: builds.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ names:
+ kind: Build
+ listKind: BuildList
+ plural: builds
+ singular: build
+ subresources:
+ status: {}
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The build phase
+ JSONPath: .status.phase
+ - name: Age
+ type: date
+ description: The time at which the build was last (re-)started
+ JSONPath: .status.startedAt
+ - name: Duration
+ type: string
+ # Change when CRD uses OpenAPI spec v3
+ # https://github.com/OAI/OpenAPI-Specification/issues/845
+ # format: duration
+ description: The build last execution duration
+ JSONPath: .status.duration
+ - name: Attempts
+ type: integer
+ description: The number of execution attempts
+ JSONPath: .status.failure.recovery.attempt
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-camel-catalog.yaml
similarity index 63%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to deploy/olm-catalog/camel-k/1.0.0-M4/crd-camel-catalog.yaml
index a9318de..858bd0f 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-camel-catalog.yaml
@@ -15,8 +15,28 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: camelcatalogs.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ names:
+ kind: CamelCatalog
+ listKind: CamelCatalogList
+ plural: camelcatalogs
+ singular: camelcatalog
+ shortNames:
+ - cc
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ additionalPrinterColumns:
+ - name: Version
+ type: string
+ description: The Catalog version
+ JSONPath: .spec.version
+
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration-kit.yaml
similarity index 54%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration-kit.yaml
index a9318de..04f3e81 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration-kit.yaml
@@ -15,8 +15,35 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: integrationkits.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ names:
+ kind: IntegrationKit
+ listKind: IntegrationKitList
+ plural: integrationkits
+ singular: integrationkit
+ shortNames:
+ - ik
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The IntegrationKit phase
+ JSONPath: .status.phase
+ - name: Type
+ type: string
+ description: The IntegrationKit type
+ JSONPath: .metadata.labels.camel\.apache\.org\/kit\.type
+ - name: Image
+ type: string
+ description: The IntegrationKit image
+ JSONPath: .status.image
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration-platform.yaml
similarity index 62%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration-platform.yaml
index a9318de..532ad86 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration-platform.yaml
@@ -15,8 +15,27 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: integrationplatforms.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ names:
+ kind: IntegrationPlatform
+ listKind: IntegrationPlatformList
+ plural: integrationplatforms
+ singular: integrationplatform
+ shortNames:
+ - ip
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The IntegrationPlatform phase
+ JSONPath: .status.phase
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration.yaml
similarity index 59%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration.yaml
index a9318de..0b0f905 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M4/crd-integration.yaml
@@ -15,8 +15,31 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: integrations.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ names:
+ kind: Integration
+ listKind: IntegrationList
+ plural: integrations
+ singular: integration
+ shortNames:
+ - it
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The Integration phase
+ JSONPath: .status.phase
+ - name: Kit
+ type: string
+ description: The IntegrationKit to use
+ JSONPath: .status.kit
diff --git
a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/camel-k.v1.0.0-m4-SNAPSHOT.clusterserviceversion.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/camel-k.v1.0.0-m5-SNAPSHOT.clusterserviceversion.yaml
similarity index 98%
rename from
deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/camel-k.v1.0.0-m4-SNAPSHOT.clusterserviceversion.yaml
rename to
deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/camel-k.v1.0.0-m5-SNAPSHOT.clusterserviceversion.yaml
index e6eeb7f..e64705d 100644
---
a/deploy/olm-catalog/camel-k/1.0.0-M4-SNAPSHOT/camel-k.v1.0.0-m4-SNAPSHOT.clusterserviceversion.yaml
+++
b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/camel-k.v1.0.0-m5-SNAPSHOT.clusterserviceversion.yaml
@@ -66,13 +66,13 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
- containerImage: docker.io/apache/camel-k:1.0.0-M4-SNAPSHOT
+ containerImage: docker.io/apache/camel-k:1.0.0-M5-SNAPSHOT
createdAt: "2019-07-26T02:45:00Z"
description: Apache Camel K is a lightweight integration platform, born on
Kubernetes,
with serverless superpowers.
repository: https://github.com/apache/camel-k
support: Camel
- name: camel-k-operator.v1.0.0-m4-SNAPSHOT
+ name: camel-k-operator.v1.0.0-m5-SNAPSHOT
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -185,7 +185,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: docker.io/apache/camel-k:1.0.0-M4-SNAPSHOT
+ image: docker.io/apache/camel-k:1.0.0-M5-SNAPSHOT
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
@@ -395,8 +395,8 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
- replaces: camel-k-operator.v1.0.0-m3
+ replaces: camel-k-operator.v1.0.0-m4
selector:
matchLabels:
name: camel-k-operator
- version: 1.0.0-m4-snapshot
+ version: 1.0.0-m5-snapshot
diff --git a/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-build.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-build.yaml
new file mode 100644
index 0000000..6cad421
--- /dev/null
+++ b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-build.yaml
@@ -0,0 +1,54 @@
+# ---------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ---------------------------------------------------------------------------
+
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: builds.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ names:
+ kind: Build
+ listKind: BuildList
+ plural: builds
+ singular: build
+ subresources:
+ status: {}
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The build phase
+ JSONPath: .status.phase
+ - name: Age
+ type: date
+ description: The time at which the build was last (re-)started
+ JSONPath: .status.startedAt
+ - name: Duration
+ type: string
+ # Change when CRD uses OpenAPI spec v3
+ # https://github.com/OAI/OpenAPI-Specification/issues/845
+ # format: duration
+ description: The build last execution duration
+ JSONPath: .status.duration
+ - name: Attempts
+ type: integer
+ description: The number of execution attempts
+ JSONPath: .status.failure.recovery.attempt
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-camel-catalog.yaml
similarity index 63%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-camel-catalog.yaml
index a9318de..858bd0f 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-camel-catalog.yaml
@@ -15,8 +15,28 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: camelcatalogs.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ names:
+ kind: CamelCatalog
+ listKind: CamelCatalogList
+ plural: camelcatalogs
+ singular: camelcatalog
+ shortNames:
+ - cc
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ additionalPrinterColumns:
+ - name: Version
+ type: string
+ description: The Catalog version
+ JSONPath: .spec.version
+
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration-kit.yaml
similarity index 54%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration-kit.yaml
index a9318de..04f3e81 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration-kit.yaml
@@ -15,8 +15,35 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: integrationkits.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ names:
+ kind: IntegrationKit
+ listKind: IntegrationKitList
+ plural: integrationkits
+ singular: integrationkit
+ shortNames:
+ - ik
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The IntegrationKit phase
+ JSONPath: .status.phase
+ - name: Type
+ type: string
+ description: The IntegrationKit type
+ JSONPath: .metadata.labels.camel\.apache\.org\/kit\.type
+ - name: Image
+ type: string
+ description: The IntegrationKit image
+ JSONPath: .status.image
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration-platform.yaml
similarity index 62%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to
deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration-platform.yaml
index a9318de..532ad86 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration-platform.yaml
@@ -15,8 +15,27 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: integrationplatforms.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ names:
+ kind: IntegrationPlatform
+ listKind: IntegrationPlatformList
+ plural: integrationplatforms
+ singular: integrationplatform
+ shortNames:
+ - ip
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The IntegrationPlatform phase
+ JSONPath: .status.phase
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration.yaml
similarity index 59%
copy from deploy/olm-catalog/camel-k/camel-k.package.yaml
copy to deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration.yaml
index a9318de..0b0f905 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M5-SNAPSHOT/crd-integration.yaml
@@ -15,8 +15,31 @@
# limitations under the License.
# ---------------------------------------------------------------------------
-packageName: camel-k
-channels:
-- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
-defaultChannel: alpha
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+ name: integrations.camel.apache.org
+ labels:
+ app: "camel-k"
+spec:
+ group: camel.apache.org
+ scope: Namespaced
+ version: v1alpha1
+ subresources:
+ status: {}
+ names:
+ kind: Integration
+ listKind: IntegrationList
+ plural: integrations
+ singular: integration
+ shortNames:
+ - it
+ additionalPrinterColumns:
+ - name: Phase
+ type: string
+ description: The Integration phase
+ JSONPath: .status.phase
+ - name: Kit
+ type: string
+ description: The IntegrationKit to use
+ JSONPath: .status.kit
diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml
b/deploy/olm-catalog/camel-k/camel-k.package.yaml
index a9318de..11837ff 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/camel-k.package.yaml
@@ -18,5 +18,5 @@
packageName: camel-k
channels:
- name: alpha
- currentCSV: camel-k-operator.v1.0.0-m2
+ currentCSV: camel-k-operator.v1.0.0-m5-snapshot
defaultChannel: alpha
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index d677be3..d9ee9eb 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -22,7 +22,7 @@ package defaults
const (
// Version --
- Version = "1.0.0-M4-SNAPSHOT"
+ Version = "1.0.0-M5-SNAPSHOT"
// DefaultCamelVersion --
DefaultCamelVersion = "3.0.0-RC3"
diff --git a/script/Makefile b/script/Makefile
index 99e56e8..c94fbf6 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,7 +14,7 @@
# limitations under the License.
VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 1.0.0-M4-SNAPSHOT
+VERSION := 1.0.0-M5-SNAPSHOT
LAST_RELEASED_VERSION := 1.0.0-M3
RUNTIME_VERSION := 1.0.7
RUNTIME_VERSION_CONSTRAINT := >=1.0.7