File tree Expand file tree Collapse file tree 35 files changed +64
-64
lines changed
jpa-idempotent-repository
platform-http-security-keycloak Expand file tree Collapse file tree 35 files changed +64
-64
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<artifactId >camel-quarkus-examples-artemis-elasticsearch</artifactId >
24
24
<groupId >org.apache.camel.quarkus.examples</groupId >
25
- <version >3.20.0-SNAPSHOT </version >
25
+ <version >3.20.0</version >
26
26
27
27
<name >Camel Quarkus :: Examples :: Artemis ElasticSearch</name >
28
28
<description >Camel Quarkus Example :: Artemis ElasticSearch</description >
Original file line number Diff line number Diff line change 21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >org.apache.camel.quarkus.examples</groupId >
23
23
<artifactId >camel-quarkus-examples-aws-lambda</artifactId >
24
- <version >3.20.0-SNAPSHOT </version >
24
+ <version >3.20.0</version >
25
25
26
26
<name >Camel Quarkus :: Examples :: AWS Lambda</name >
27
27
<description >Camel Quarkus Example :: Deploying a Camel Route in AWS Lambda</description >
Original file line number Diff line number Diff line change 23
23
24
24
<artifactId >camel-quarkus-examples-cluster-leader-election</artifactId >
25
25
<groupId >org.apache.camel.quarkus.examples</groupId >
26
- <version >3.20.0-SNAPSHOT </version >
26
+ <version >3.20.0</version >
27
27
28
28
<name >Camel Quarkus :: Examples :: Cluster leader election</name >
29
29
<description >Camel Quarkus Example :: Cluster leader election</description >
Original file line number Diff line number Diff line change 23
23
24
24
<artifactId >camel-quarkus-examples-cxf-soap</artifactId >
25
25
<groupId >org.apache.camel.quarkus.examples</groupId >
26
- <version >3.20.0-SNAPSHOT </version >
26
+ <version >3.20.0</version >
27
27
28
28
<name >Camel Quarkus :: Examples :: CXF SOAP</name >
29
29
<description >Camel Quarkus Example :: CXF SOAP</description >
Original file line number Diff line number Diff line change 24
24
25
25
<artifactId >camel-quarkus-examples-data-extract-langchain4j</artifactId >
26
26
<groupId >org.apache.camel.quarkus.examples</groupId >
27
- <version >3.20.0-SNAPSHOT </version >
27
+ <version >3.20.0</version >
28
28
29
29
<name >Camel Quarkus :: Examples :: Data Extract LangChain4j Repository</name >
30
30
<description >Camel Quarkus Example :: Data Extract LangChain4j Repository</description >
Original file line number Diff line number Diff line change 22
22
23
23
<artifactId >camel-quarkus-examples-fhir</artifactId >
24
24
<groupId >org.apache.camel.quarkus.examples</groupId >
25
- <version >3.20.0-SNAPSHOT </version >
25
+ <version >3.20.0</version >
26
26
27
27
<name >Camel Quarkus :: Examples :: FHIR</name >
28
28
<description >Camel Quarkus Example :: FHIR</description >
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ metadata:
21
21
name : fhir-server-deployment
22
22
labels :
23
23
app.kubernetes.io/name : camel-quarkus-examples-fhir
24
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
24
+ app.kubernetes.io/version : 3.20.0
25
25
spec :
26
26
replicas : 1
27
27
selector :
28
28
matchLabels :
29
29
app.kubernetes.io/name : camel-quarkus-examples-fhir
30
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
30
+ app.kubernetes.io/version : 3.20.0
31
31
template :
32
32
metadata :
33
33
labels :
34
34
app.kubernetes.io/name : camel-quarkus-examples-fhir
35
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
35
+ app.kubernetes.io/version : 3.20.0
36
36
spec :
37
37
# Work around container permissions issues for /app/target
38
38
# https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/519
@@ -99,7 +99,7 @@ kind: Service
99
99
metadata :
100
100
labels :
101
101
app.kubernetes.io/name : camel-quarkus-examples-fhir
102
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
102
+ app.kubernetes.io/version : 3.20.0
103
103
name : fhir-server
104
104
spec :
105
105
ports :
@@ -108,5 +108,5 @@ spec:
108
108
targetPort : 8080
109
109
selector :
110
110
app.kubernetes.io/name : camel-quarkus-examples-fhir
111
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
111
+ app.kubernetes.io/version : 3.20.0
112
112
type : ClusterIP
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ metadata:
21
21
name : fhir-server
22
22
labels :
23
23
app.kubernetes.io/name : camel-quarkus-examples-fhir
24
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
24
+ app.kubernetes.io/version : 3.20.0
25
25
spec :
26
26
replicas : 1
27
27
selector :
28
28
matchLabels :
29
29
app.kubernetes.io/name : camel-quarkus-examples-fhir
30
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
30
+ app.kubernetes.io/version : 3.20.0
31
31
template :
32
32
metadata :
33
33
labels :
34
34
app.kubernetes.io/name : camel-quarkus-examples-fhir
35
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
35
+ app.kubernetes.io/version : 3.20.0
36
36
spec :
37
37
# Work around container permissions issues for /app/target
38
38
# https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/519
@@ -99,7 +99,7 @@ kind: Service
99
99
metadata :
100
100
labels :
101
101
app.kubernetes.io/name : camel-quarkus-examples-fhir
102
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
102
+ app.kubernetes.io/version : 3.20.0
103
103
name : fhir-server
104
104
spec :
105
105
ports :
@@ -108,5 +108,5 @@ spec:
108
108
targetPort : 8080
109
109
selector :
110
110
app.kubernetes.io/name : camel-quarkus-examples-fhir
111
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
111
+ app.kubernetes.io/version : 3.20.0
112
112
type : ClusterIP
Original file line number Diff line number Diff line change 22
22
23
23
<artifactId >camel-quarkus-examples-file-bindy-ftp</artifactId >
24
24
<groupId >org.apache.camel.quarkus.examples</groupId >
25
- <version >3.20.0-SNAPSHOT </version >
25
+ <version >3.20.0</version >
26
26
27
27
<name >Camel Quarkus :: Examples :: File Bindy FTP</name >
28
28
<description >Camel Quarkus Example :: File Bindy FTP</description >
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ metadata:
21
21
name : ssh-server-deployment
22
22
labels :
23
23
app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
24
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
24
+ app.kubernetes.io/version : 3.20.0
25
25
spec :
26
26
replicas : 1
27
27
selector :
28
28
matchLabels :
29
29
app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
30
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
30
+ app.kubernetes.io/version : 3.20.0
31
31
template :
32
32
metadata :
33
33
labels :
34
34
app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
35
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
35
+ app.kubernetes.io/version : 3.20.0
36
36
spec :
37
37
containers :
38
38
- name : openssh-server
@@ -57,7 +57,7 @@ kind: Service
57
57
metadata :
58
58
labels :
59
59
app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
60
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
60
+ app.kubernetes.io/version : 3.20.0
61
61
name : ftp-server
62
62
spec :
63
63
ports :
66
66
targetPort : 2222
67
67
selector :
68
68
app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
69
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
69
+ app.kubernetes.io/version : 3.20.0
70
70
type : ClusterIP
71
71
---
72
72
apiVersion : v1
@@ -77,7 +77,7 @@ kind: Secret
77
77
metadata :
78
78
labels :
79
79
app.kubernetes.io/name : camel-quarkus-examples-file-bindy-ftp
80
- app.kubernetes.io/version : 3.20.0-SNAPSHOT
80
+ app.kubernetes.io/version : 3.20.0
81
81
name : ftp-credentials
82
82
type : Opaque
83
83
---
You can’t perform that action at this time.
0 commit comments