This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.8.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 32720491f5d1ff2f13af26714948ff86812d8f4a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon May 9 12:54:51 2022 +0200 Update Kamelets for release 0.8.1 --- library/camel-kamelets-bom/pom.xml | 2 +- library/camel-kamelets-catalog/pom.xml | 2 +- library/camel-kamelets-utils/pom.xml | 2 +- library/camel-kamelets/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml index fd90539a..a654dcfb 100644 --- a/library/camel-kamelets-bom/pom.xml +++ b/library/camel-kamelets-bom/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/library/camel-kamelets-catalog/pom.xml b/library/camel-kamelets-catalog/pom.xml index 92680783..ad27f062 100644 --- a/library/camel-kamelets-catalog/pom.xml +++ b/library/camel-kamelets-catalog/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/library/camel-kamelets-utils/pom.xml b/library/camel-kamelets-utils/pom.xml index 89dd57bb..80dd0a8f 100644 --- a/library/camel-kamelets-utils/pom.xml +++ b/library/camel-kamelets-utils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml index 1209a828..0d383b30 100644 --- a/library/camel-kamelets/pom.xml +++ b/library/camel-kamelets/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 0c92ee64..97214932 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> <packaging>pom</packaging> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <name>Camel Kamelets Parent</name> <description>Camel Kamelets Library Parent</description>