File tree Expand file tree Collapse file tree 24 files changed +46
-46
lines changed
jpa-idempotent-repository
platform-http-security-keycloak Expand file tree Collapse file tree 24 files changed +46
-46
lines changed Original file line number Diff line number Diff line change 2121 <modelVersion >4.0.0</modelVersion >
2222 <groupId >org.apache.camel.quarkus.examples</groupId >
2323 <artifactId >camel-quarkus-examples-aws-lambda</artifactId >
24- <version >3.9.0-SNAPSHOT </version >
24+ <version >3.9.0</version >
2525
2626 <name >Camel Quarkus :: Examples :: AWS Lambda</name >
2727 <description >Camel Quarkus Example :: Deploying a Camel Route in AWS Lambda</description >
Original file line number Diff line number Diff line change 2323
2424 <artifactId >camel-quarkus-examples-cluster-leader-election</artifactId >
2525 <groupId >org.apache.camel.quarkus.examples</groupId >
26- <version >3.9.0-SNAPSHOT </version >
26+ <version >3.9.0</version >
2727
2828 <name >Camel Quarkus :: Examples :: Cluster leader election</name >
2929 <description >Camel Quarkus Example :: Cluster leader election</description >
Original file line number Diff line number Diff line change 2323
2424 <artifactId >camel-quarkus-examples-cxf-soap</artifactId >
2525 <groupId >org.apache.camel.quarkus.examples</groupId >
26- <version >3.9.0-SNAPSHOT </version >
26+ <version >3.9.0</version >
2727
2828 <name >Camel Quarkus :: Examples :: CXF SOAP</name >
2929 <description >Camel Quarkus Example :: CXF SOAP</description >
Original file line number Diff line number Diff line change 2222
2323 <artifactId >camel-quarkus-examples-file-bindy-ftp</artifactId >
2424 <groupId >org.apache.camel.quarkus.examples</groupId >
25- <version >3.9.0-SNAPSHOT </version >
25+ <version >3.9.0</version >
2626
2727 <name >Camel Quarkus :: Examples :: File Bindy FTP</name >
2828 <description >Camel Quarkus Example :: File Bindy FTP</description >
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ metadata:
2121 name : ssh-server-deployment
2222 labels :
2323 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
24- app.kubernetes.io/version : 3.9.0-SNAPSHOT
24+ app.kubernetes.io/version : 3.9.0
2525spec :
2626 replicas : 1
2727 selector :
2828 matchLabels :
2929 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
30- app.kubernetes.io/version : 3.9.0-SNAPSHOT
30+ app.kubernetes.io/version : 3.9.0
3131 template :
3232 metadata :
3333 labels :
3434 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
35- app.kubernetes.io/version : 3.9.0-SNAPSHOT
35+ app.kubernetes.io/version : 3.9.0
3636 spec :
3737 containers :
3838 - name : openssh-server
@@ -57,7 +57,7 @@ kind: Service
5757metadata :
5858 labels :
5959 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
60- app.kubernetes.io/version : 3.9.0-SNAPSHOT
60+ app.kubernetes.io/version : 3.9.0
6161 name : ftp-server
6262spec :
6363 ports :
6666 targetPort : 2222
6767 selector :
6868 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
69- app.kubernetes.io/version : 3.9.0-SNAPSHOT
69+ app.kubernetes.io/version : 3.9.0
7070 type : ClusterIP
7171---
7272apiVersion : v1
@@ -77,7 +77,7 @@ kind: Secret
7777metadata :
7878 labels :
7979 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
80- app.kubernetes.io/version : 3.9.0-SNAPSHOT
80+ app.kubernetes.io/version : 3.9.0
8181 name : ftp-credentials
8282type : Opaque
8383---
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ metadata:
2121 name : ssh-server-deployment
2222 labels :
2323 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
24- app.kubernetes.io/version : 3.9.0-SNAPSHOT
24+ app.kubernetes.io/version : 3.9.0
2525spec :
2626 replicas : 1
2727 selector :
2828 matchLabels :
2929 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
30- app.kubernetes.io/version : 3.9.0-SNAPSHOT
30+ app.kubernetes.io/version : 3.9.0
3131 template :
3232 metadata :
3333 labels :
3434 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
35- app.kubernetes.io/version : 3.9.0-SNAPSHOT
35+ app.kubernetes.io/version : 3.9.0
3636 spec :
3737 containers :
3838 - name : openssh-server
@@ -57,7 +57,7 @@ kind: Service
5757metadata :
5858 labels :
5959 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
60- app.kubernetes.io/version : 3.9.0-SNAPSHOT
60+ app.kubernetes.io/version : 3.9.0
6161 name : ftp-server
6262spec :
6363 ports :
6666 targetPort : 2222
6767 selector :
6868 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
69- app.kubernetes.io/version : 3.9.0-SNAPSHOT
69+ app.kubernetes.io/version : 3.9.0
7070 type : ClusterIP
7171---
7272apiVersion : v1
@@ -77,7 +77,7 @@ kind: Secret
7777metadata :
7878 labels :
7979 app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
80- app.kubernetes.io/version : 3.9.0-SNAPSHOT
80+ app.kubernetes.io/version : 3.9.0
8181 name : ftp-credentials
8282type : Opaque
8383---
Original file line number Diff line number Diff line change 2222
2323 <artifactId >camel-quarkus-examples-file-log-xml</artifactId >
2424 <groupId >org.apache.camel.quarkus.examples</groupId >
25- <version >3.9.0-SNAPSHOT </version >
25+ <version >3.9.0</version >
2626
2727 <name >Camel Quarkus :: Examples :: File To Log XML DSL</name >
2828 <description >Camel Quarkus Example :: File To Log XML DSL</description >
Original file line number Diff line number Diff line change 2222
2323 <artifactId >camel-quarkus-examples-health</artifactId >
2424 <groupId >org.apache.camel.quarkus.examples</groupId >
25- <version >3.9.0-SNAPSHOT </version >
25+ <version >3.9.0</version >
2626
2727 <name >Camel Quarkus :: Examples :: Health</name >
2828 <description >Camel Quarkus Example :: Health Check</description >
Original file line number Diff line number Diff line change 2222
2323 <artifactId >camel-quarkus-examples-http-log</artifactId >
2424 <groupId >org.apache.camel.quarkus.examples</groupId >
25- <version >3.9.0-SNAPSHOT </version >
25+ <version >3.9.0</version >
2626
2727 <name >Camel Quarkus :: Examples :: HTTP Log</name >
2828 <description >Camel Quarkus Example :: HTTP to Log</description >
Original file line number Diff line number Diff line change 2121 <modelVersion >4.0.0</modelVersion >
2222 <groupId >org.apache.camel.quarkus.examples</groupId >
2323 <artifactId >camel-quarkus-examples-jdbc-datasource</artifactId >
24- <version >3.9.0-SNAPSHOT </version >
24+ <version >3.9.0</version >
2525 <name >Camel Quarkus :: Examples :: Jdbc - DatataSource - Log</name >
2626 <description >Camel Quarkus Example :: Connect to Database using Datasource</description >
2727 <properties >
You can’t perform that action at this time.
0 commit comments