This is an automated email from the ASF dual-hosted git repository.

zbendhiba pushed a commit to tag 3.2.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 8d5625e20258c5b02e7be82a82ccdcd9ab6ac953
Author: Zineb Bendhiba <[email protected]>
AuthorDate: Fri Sep 15 13:28:16 2023 +0200

    Tag 3.2.0
---
 aws-lambda/pom.xml                                |  2 +-
 cluster-leader-election/pom.xml                   |  2 +-
 cxf-soap/pom.xml                                  |  2 +-
 file-bindy-ftp/pom.xml                            |  2 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++++++------
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++++++------
 file-split-log-xml/pom.xml                        |  2 +-
 health/pom.xml                                    |  2 +-
 http-log/pom.xml                                  |  2 +-
 jdbc-datasource/pom.xml                           |  2 +-
 jms-jpa/pom.xml                                   |  2 +-
 jta-jpa/pom.xml                                   |  2 +-
 kafka/pom.xml                                     |  2 +-
 kamelet-chucknorris/pom.xml                       |  2 +-
 observability/pom.xml                             |  2 +-
 platform-http-security-keycloak/pom.xml           |  2 +-
 rest-json/pom.xml                                 |  2 +-
 timer-log-kotlin/pom.xml                          |  2 +-
 timer-log-main/pom.xml                            |  2 +-
 timer-log/pom.xml                                 |  2 +-
 20 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 68a6686..b56b4ca 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-aws-lambda</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: AWS Lambda</name>
     <description>Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda</description>
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index e01d3af..5bb5e95 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -23,7 +23,7 @@
 
     <artifactId>camel-quarkus-examples-cluster-leader-election</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Cluster leader election</name>
     <description>Camel Quarkus Example :: Cluster leader election</description>
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 06644f7..ff43505 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -23,7 +23,7 @@
 
     <artifactId>camel-quarkus-examples-cxf-soap</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: CXF SOAP</name>
     <description>Camel Quarkus Example :: CXF SOAP</description>
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 6f5e42e..286a925 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-file-bindy-ftp</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: File Bindy FTP</name>
     <description>Camel Quarkus Example :: File Bindy FTP</description>
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml 
b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index 7170727..c761cff 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
 spec:
   replicas: 1
   selector:
     matchLabels:
       app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-      app.kubernetes.io/version: 3.0.0-SNAPSHOT
+      app.kubernetes.io/version: 3.2.0
   template:
     metadata:
       labels:
         app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-        app.kubernetes.io/version: 3.0.0-SNAPSHOT
+        app.kubernetes.io/version: 3.2.0
     spec:
       containers:
         - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
       targetPort: 2222
   selector:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-bindy-ftp/src/main/kubernetes/openshift.yml 
b/file-bindy-ftp/src/main/kubernetes/openshift.yml
index 7170727..c761cff 100644
--- a/file-bindy-ftp/src/main/kubernetes/openshift.yml
+++ b/file-bindy-ftp/src/main/kubernetes/openshift.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
 spec:
   replicas: 1
   selector:
     matchLabels:
       app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-      app.kubernetes.io/version: 3.0.0-SNAPSHOT
+      app.kubernetes.io/version: 3.2.0
   template:
     metadata:
       labels:
         app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-        app.kubernetes.io/version: 3.0.0-SNAPSHOT
+        app.kubernetes.io/version: 3.2.0
     spec:
       containers:
         - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
       targetPort: 2222
   selector:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 3.0.0-SNAPSHOT
+    app.kubernetes.io/version: 3.2.0
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index b902a06..cd4c2c7 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-file-log-xml</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: File To Log XML DSL</name>
     <description>Camel Quarkus Example :: File To Log XML DSL</description>
diff --git a/health/pom.xml b/health/pom.xml
index 53244aa..9f9a4d3 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-health</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Health</name>
     <description>Camel Quarkus Example :: Health Check</description>
diff --git a/http-log/pom.xml b/http-log/pom.xml
index adf9d11..d93f770 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-http-log</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: HTTP Log</name>
     <description>Camel Quarkus Example :: HTTP to Log</description>
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index b8b5e12..e6817bb 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-jdbc-datasource</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
     <name>Camel Quarkus :: Examples :: Jdbc - DatataSource - Log</name>
     <description>Camel Quarkus Example :: Connect to Database using 
Datasource</description>
     <properties>
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index dafd88c..3d9043a 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-jms-jpa</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
     <name>Camel Quarkus :: Examples :: JMS JPA</name>
     <description>Camel Quarkus Example :: JMS JPA</description>
     <properties>
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index ddaaefd..f149b81 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-jta-jpa</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
     <name>Camel Quarkus :: Examples :: JTA JPA</name>
     <description>Camel Quarkus Example :: JTA JPA</description>
     <properties>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index c7e8296..99845e0 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-kafka</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Kafka</name>
     <description>Camel Quarkus Example :: Kafka</description>
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 0e8b3ad..6c8ed96 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-kamelet-chucknorris</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Kamelet Chuck Norris</name>
     <description>Camel Quarkus Example :: Kamelet Chuck Norris</description>
diff --git a/observability/pom.xml b/observability/pom.xml
index 9f4fbe2..25edc0f 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-observability</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Observability</name>
     <description>Camel Quarkus Example :: Observability</description>
diff --git a/platform-http-security-keycloak/pom.xml 
b/platform-http-security-keycloak/pom.xml
index 315b65b..654d17a 100644
--- a/platform-http-security-keycloak/pom.xml
+++ b/platform-http-security-keycloak/pom.xml
@@ -22,7 +22,7 @@
 
     
<artifactId>camel-quarkus-examples-platform-http-security-keycloak</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Platform HTTP Security Keycloak</name>
     <description>Camel Quarkus Example :: Platform HTTP Security 
Keycloak</description>
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index 6c6d0e2..381d5f3 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-rest-json</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Rest Json</name>
     <description>Camel Quarkus Example :: Rest Json</description>
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index 273b16c..3af1ed9 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-timer-log-kotlin</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log Kotlin</name>
     <description>Camel Quarkus Example :: Timer to Log Kotlin</description>
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index 417e279..88e24e7 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-timer-log-main</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log Main</name>
     <description>Camel Quarkus Example :: Timer to Log Main</description>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index 2a7e8dd..a870d64 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-timer-log</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.2.0</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log</name>
     <description>Camel Quarkus Example :: Timer to Log</description>

Reply via email to