This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new ae80eb4 [maven-release-plugin] prepare release camel-k-runtime-parent-1.0.1 ae80eb4 is described below commit ae80eb49c6a7a82b2a913f2d83e18fe53c8af2a3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Aug 23 08:39:42 2019 +0200 [maven-release-plugin] prepare release camel-k-runtime-parent-1.0.1 --- camel-k-loader-groovy/pom.xml | 2 +- camel-k-loader-java/pom.xml | 2 +- camel-k-loader-js/pom.xml | 2 +- camel-k-loader-knative/pom.xml | 2 +- camel-k-loader-kotlin/pom.xml | 2 +- camel-k-loader-xml/pom.xml | 2 +- camel-k-loader-yaml/pom.xml | 2 +- camel-k-runtime-bom/pom.xml | 4 ++-- camel-k-runtime-core/pom.xml | 2 +- camel-k-runtime-health/pom.xml | 2 +- camel-k-runtime-knative/pom.xml | 2 +- camel-k-runtime-legacy/camel-k-runtime-groovy/pom.xml | 2 +- camel-k-runtime-legacy/camel-k-runtime-jvm/pom.xml | 2 +- camel-k-runtime-legacy/camel-k-runtime-kotlin/pom.xml | 2 +- camel-k-runtime-legacy/camel-k-runtime-yaml/pom.xml | 2 +- camel-k-runtime-legacy/pom.xml | 2 +- camel-k-runtime-main/pom.xml | 2 +- camel-k-runtime-servlet/pom.xml | 2 +- camel-knative-http/pom.xml | 2 +- camel-knative/pom.xml | 2 +- distribution/pom.xml | 2 +- examples/camel-k-runtime-example-health/pom.xml | 2 +- examples/camel-k-runtime-example-servlet/pom.xml | 2 +- examples/camel-k-runtime-example-yaml/pom.xml | 2 +- examples/pom.xml | 2 +- pom.xml | 4 ++-- tooling/camel-k-maven-plugin/pom.xml | 2 +- tooling/pom.xml | 2 +- 28 files changed, 30 insertions(+), 30 deletions(-) diff --git a/camel-k-loader-groovy/pom.xml b/camel-k-loader-groovy/pom.xml index bd96dc8..48420d3 100644 --- a/camel-k-loader-groovy/pom.xml +++ b/camel-k-loader-groovy/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-java/pom.xml b/camel-k-loader-java/pom.xml index 80f51ee..4b4abfb 100644 --- a/camel-k-loader-java/pom.xml +++ b/camel-k-loader-java/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-js/pom.xml b/camel-k-loader-js/pom.xml index 2a5dac2..0e7ad98 100644 --- a/camel-k-loader-js/pom.xml +++ b/camel-k-loader-js/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-knative/pom.xml b/camel-k-loader-knative/pom.xml index aed021c..3a414b0 100644 --- a/camel-k-loader-knative/pom.xml +++ b/camel-k-loader-knative/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-kotlin/pom.xml b/camel-k-loader-kotlin/pom.xml index 7ca24f4..a1b637c 100644 --- a/camel-k-loader-kotlin/pom.xml +++ b/camel-k-loader-kotlin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-xml/pom.xml b/camel-k-loader-xml/pom.xml index addcce1..2f9165c 100644 --- a/camel-k-loader-xml/pom.xml +++ b/camel-k-loader-xml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-yaml/pom.xml b/camel-k-loader-yaml/pom.xml index 735bcc3..83e05c0 100644 --- a/camel-k-loader-yaml/pom.xml +++ b/camel-k-loader-yaml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-bom/pom.xml b/camel-k-runtime-bom/pom.xml index bf06606..5f15773 100644 --- a/camel-k-runtime-bom/pom.xml +++ b/camel-k-runtime-bom/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-bom</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>pom</packaging> <properties> @@ -57,7 +57,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary</url> - <tag>camel-k-runtime-parent-0.3.2</tag> + <tag>camel-k-runtime-parent-1.0.1</tag> </scm> <repositories> diff --git a/camel-k-runtime-core/pom.xml b/camel-k-runtime-core/pom.xml index 75d8719..393ae27 100644 --- a/camel-k-runtime-core/pom.xml +++ b/camel-k-runtime-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-health/pom.xml b/camel-k-runtime-health/pom.xml index 23f178a..d478083 100644 --- a/camel-k-runtime-health/pom.xml +++ b/camel-k-runtime-health/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-knative/pom.xml b/camel-k-runtime-knative/pom.xml index ab1bfb1..5d48ddf 100644 --- a/camel-k-runtime-knative/pom.xml +++ b/camel-k-runtime-knative/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-legacy/camel-k-runtime-groovy/pom.xml b/camel-k-runtime-legacy/camel-k-runtime-groovy/pom.xml index d57feb9..9e0fef7 100644 --- a/camel-k-runtime-legacy/camel-k-runtime-groovy/pom.xml +++ b/camel-k-runtime-legacy/camel-k-runtime-groovy/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-legacy</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-legacy/camel-k-runtime-jvm/pom.xml b/camel-k-runtime-legacy/camel-k-runtime-jvm/pom.xml index 7330522..54eae8e 100644 --- a/camel-k-runtime-legacy/camel-k-runtime-jvm/pom.xml +++ b/camel-k-runtime-legacy/camel-k-runtime-jvm/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-legacy</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-legacy/camel-k-runtime-kotlin/pom.xml b/camel-k-runtime-legacy/camel-k-runtime-kotlin/pom.xml index ef73d27..34e015c 100644 --- a/camel-k-runtime-legacy/camel-k-runtime-kotlin/pom.xml +++ b/camel-k-runtime-legacy/camel-k-runtime-kotlin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-legacy</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-legacy/camel-k-runtime-yaml/pom.xml b/camel-k-runtime-legacy/camel-k-runtime-yaml/pom.xml index 3a81770..df320ce 100644 --- a/camel-k-runtime-legacy/camel-k-runtime-yaml/pom.xml +++ b/camel-k-runtime-legacy/camel-k-runtime-yaml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-legacy</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-legacy/pom.xml b/camel-k-runtime-legacy/pom.xml index a7e2673..8f148d1 100644 --- a/camel-k-runtime-legacy/pom.xml +++ b/camel-k-runtime-legacy/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-main/pom.xml b/camel-k-runtime-main/pom.xml index 23f2149..086702f 100644 --- a/camel-k-runtime-main/pom.xml +++ b/camel-k-runtime-main/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-servlet/pom.xml b/camel-k-runtime-servlet/pom.xml index 627f796..f7afc84 100644 --- a/camel-k-runtime-servlet/pom.xml +++ b/camel-k-runtime-servlet/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-knative-http/pom.xml b/camel-knative-http/pom.xml index 44b7e06..34a2867 100644 --- a/camel-knative-http/pom.xml +++ b/camel-knative-http/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-knative/pom.xml b/camel-knative/pom.xml index 5880c0b..56e3ce8 100644 --- a/camel-knative/pom.xml +++ b/camel-knative/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index 2482126..8cdbc3b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/examples/camel-k-runtime-example-health/pom.xml b/examples/camel-k-runtime-example-health/pom.xml index 8334f6a..a5fe673 100644 --- a/examples/camel-k-runtime-example-health/pom.xml +++ b/examples/camel-k-runtime-example-health/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/camel-k-runtime-example-servlet/pom.xml b/examples/camel-k-runtime-example-servlet/pom.xml index 0ef72ad..3666931 100644 --- a/examples/camel-k-runtime-example-servlet/pom.xml +++ b/examples/camel-k-runtime-example-servlet/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/camel-k-runtime-example-yaml/pom.xml b/examples/camel-k-runtime-example-yaml/pom.xml index 1344185..ce15a61 100644 --- a/examples/camel-k-runtime-example-yaml/pom.xml +++ b/examples/camel-k-runtime-example-yaml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/pom.xml b/examples/pom.xml index 5ad05fd..d8473a6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 8feca0b..9c02a02 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>pom</packaging> <properties> @@ -97,7 +97,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary</url> - <tag>camel-k-runtime-parent-0.3.2</tag> + <tag>camel-k-runtime-parent-1.0.1</tag> </scm> <build> diff --git a/tooling/camel-k-maven-plugin/pom.xml b/tooling/camel-k-maven-plugin/pom.xml index 43e2686..9efd250 100644 --- a/tooling/camel-k-maven-plugin/pom.xml +++ b/tooling/camel-k-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-tooling</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tooling/pom.xml b/tooling/pom.xml index a473ef7..92f56b1 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion>