This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit c59938183a644ed7eff4794b7bb8e52a0f72b281 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 21 12:01:59 2022 +0200 Point to 3.19.0-SNAPSHOT --- examples/kamelet-sql/pom.xml | 2 +- examples/pom.xml | 2 +- examples/whatsapp/pom.xml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/kamelet-sql/pom.xml b/examples/kamelet-sql/pom.xml index a5be597b..05903ab4 100644 --- a/examples/kamelet-sql/pom.xml +++ b/examples/kamelet-sql/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.18.0-SNAPSHOT</version> + <version>3.19.0-SNAPSHOT</version> </parent> <artifactId>camel-example-kamelet-sql</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 26707264..d98450e7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -167,7 +167,7 @@ <jdk.version>11</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.18.0-SNAPSHOT</camel.version> + <camel.version>3.19.0-SNAPSHOT</camel.version> <!-- Versions --> <arquillian-version>1.7.0.Alpha10</arquillian-version> diff --git a/examples/whatsapp/pom.xml b/examples/whatsapp/pom.xml index a34e5a35..e14bd1f9 100644 --- a/examples/whatsapp/pom.xml +++ b/examples/whatsapp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.18.0-SNAPSHOT</version> + <version>3.19.0-SNAPSHOT</version> </parent> <artifactId>camel-example-whatsapp</artifactId> @@ -61,7 +61,6 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-whatsapp</artifactId> - <version>3.18.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.camel</groupId>
