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 76285ce [maven-release-plugin] prepare for next development iteration 76285ce is described below commit 76285ce4e7bd5f1785f73a493e09724a26222739 Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Fri Jul 26 01:18:12 2019 +0200 [maven-release-plugin] prepare for next development iteration --- 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 23d1fa0..266fde3 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-java/pom.xml b/camel-k-loader-java/pom.xml index 97b984e..e2f3799 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-js/pom.xml b/camel-k-loader-js/pom.xml index 3466228..561c1c2 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-kotlin/pom.xml b/camel-k-loader-kotlin/pom.xml index e631fc5..c7b2d29 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-xml/pom.xml b/camel-k-loader-xml/pom.xml index 07cae26..addcce1 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-loader-yaml/pom.xml b/camel-k-loader-yaml/pom.xml index 132a015..b456c4e 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-maven-plugin/pom.xml b/camel-k-maven-plugin/pom.xml index ac59be0..f9989ad 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-bom/pom.xml b/camel-k-runtime-bom/pom.xml index 3cd5ca8..eab16f3 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</version> + <version>1.0.1-SNAPSHOT</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-1.0.0</tag> + <tag>camel-k-runtime-parent-0.3.2</tag> </scm> <repositories> diff --git a/camel-k-runtime-core/pom.xml b/camel-k-runtime-core/pom.xml index a8e5f17..de75da4 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</version> + <version>1.0.1-SNAPSHOT</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 fcb47b1..8334f6a 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</version> + <version>1.0.1-SNAPSHOT</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 99ad89c..0ef72ad 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</version> + <version>1.0.1-SNAPSHOT</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 c6df703..1344185 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-examples/pom.xml b/camel-k-runtime-examples/pom.xml index c437e08..5ad05fd 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-health/pom.xml b/camel-k-runtime-health/pom.xml index 35e6549..23f178a 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-knative/pom.xml b/camel-k-runtime-knative/pom.xml index 8255bb4..e11407d 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</version> + <version>1.0.1-SNAPSHOT</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 6c5e189..d57feb9 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</version> + <version>1.0.1-SNAPSHOT</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 ccaf992..7330522 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</version> + <version>1.0.1-SNAPSHOT</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 0a972d6..ef73d27 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</version> + <version>1.0.1-SNAPSHOT</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 22f5855..3a81770 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-legacy/pom.xml b/camel-k-runtime-legacy/pom.xml index fc28320..a7e2673 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-main/pom.xml b/camel-k-runtime-main/pom.xml index 07e02a7..23f2149 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime-servlet/pom.xml b/camel-k-runtime-servlet/pom.xml index b7bdf45..627f796 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-knative-http/pom.xml b/camel-knative-http/pom.xml index a668249..20fb1f3 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-knative/pom.xml b/camel-knative/pom.xml index 3a5c0bc..fa52020 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index bb323c6..2482126 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index a51eeb3..b8d9a18 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</version> + <version>1.0.1-SNAPSHOT</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-1.0.0</tag> + <tag>camel-k-runtime-parent-0.3.2</tag> </scm> <build>