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-runtime.git
The following commit(s) were added to refs/heads/master by this push: new 2a1ee2b [maven-release-plugin] prepare release camel-k-runtime-parent-1.0.0 2a1ee2b is described below commit 2a1ee2b3cb54d8e7e96fd21b160e0460ddab7ba8 Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Fri Jul 26 01:17:51 2019 +0200 [maven-release-plugin] prepare release camel-k-runtime-parent-1.0.0 --- camel-k-loader-groovy/pom.xml | 2 +- camel-k-loader-java/pom.xml | 2 +- camel-k-loader-js/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-maven-plugin/pom.xml | 2 +- camel-k-runtime-bom/pom.xml | 4 ++-- camel-k-runtime-core/pom.xml | 2 +- camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml | 2 +- camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml | 2 +- camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml | 2 +- camel-k-runtime-examples/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 +- pom.xml | 4 ++-- 26 files changed, 28 insertions(+), 28 deletions(-) diff --git a/camel-k-loader-groovy/pom.xml b/camel-k-loader-groovy/pom.xml index 00fae2e..23d1fa0 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-java/pom.xml b/camel-k-loader-java/pom.xml index a3c9349..97b984e 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-js/pom.xml b/camel-k-loader-js/pom.xml index 5712cac..3466228 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-kotlin/pom.xml b/camel-k-loader-kotlin/pom.xml index 478ca74..e631fc5 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-xml/pom.xml b/camel-k-loader-xml/pom.xml index a6c69ee..07cae26 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-yaml/pom.xml b/camel-k-loader-yaml/pom.xml index fe6a510..132a015 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-maven-plugin/pom.xml b/camel-k-maven-plugin/pom.xml index 85e0043..ac59be0 100644 --- a/camel-k-maven-plugin/pom.xml +++ b/camel-k-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-bom/pom.xml b/camel-k-runtime-bom/pom.xml index 6331a0b..3cd5ca8 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.0-SNAPSHOT</version> + <version>1.0.0</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.0</tag> </scm> <repositories> diff --git a/camel-k-runtime-core/pom.xml b/camel-k-runtime-core/pom.xml index 9d04a58..a8e5f17 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml b/camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml index a80c61e..fcb47b1 100644 --- a/camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml +++ b/camel-k-runtime-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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml b/camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml index 3594099..99ad89c 100644 --- a/camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml +++ b/camel-k-runtime-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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml b/camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml index 432c903..c6df703 100644 --- a/camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml +++ b/camel-k-runtime-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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-examples/pom.xml b/camel-k-runtime-examples/pom.xml index dc13109..c437e08 100644 --- a/camel-k-runtime-examples/pom.xml +++ b/camel-k-runtime-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-health/pom.xml b/camel-k-runtime-health/pom.xml index 73ec089..35e6549 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-knative/pom.xml b/camel-k-runtime-knative/pom.xml index 9a6fb97..8255bb4 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.0-SNAPSHOT</version> + <version>1.0.0</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 b696b72..6c5e189 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.0-SNAPSHOT</version> + <version>1.0.0</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 5dfd737..ccaf992 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.0-SNAPSHOT</version> + <version>1.0.0</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 ab3ce5c..0a972d6 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.0-SNAPSHOT</version> + <version>1.0.0</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 8712b8b..22f5855 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-legacy/pom.xml b/camel-k-runtime-legacy/pom.xml index fc22916..fc28320 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-main/pom.xml b/camel-k-runtime-main/pom.xml index 9c910e5..07e02a7 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-servlet/pom.xml b/camel-k-runtime-servlet/pom.xml index cd03968..b7bdf45 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-knative-http/pom.xml b/camel-knative-http/pom.xml index ebdbd71..a668249 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-knative/pom.xml b/camel-knative/pom.xml index a9178a3..3a5c0bc 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index f9c1475..bb323c6 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.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index e627a8f..a51eeb3 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.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <properties> @@ -94,7 +94,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.0</tag> </scm> <build>