Skip to content

Commit d686ed0

Browse files
committed
[RELEASE] Updated project version to v5.12.2
Signed-off-by: Marc Nuri <[email protected]>
1 parent 26bd1e3 commit d686ed0

File tree

138 files changed

+219
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+219
-218
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body:
4747
label: Fabric8 Kubernetes Client version
4848
description: Fabric8 Kubernetes Client version (can be found in pom.xml dependency or build.gradle implementation section)
4949
options:
50-
- "5.12.1"
50+
- "5.12.2"
5151
- "SNAPSHOT"
5252
- "5.11.2
5353
- "5.10.2"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 82 additions & 81 deletions

crd-generator/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crd-generator-parent</artifactId>
2424
<groupId>io.fabric8</groupId>
25-
<version>5.12-SNAPSHOT</version>
25+
<version>5.12.2</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

crd-generator/apt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crd-generator-parent</artifactId>
2424
<groupId>io.fabric8</groupId>
25-
<version>5.12-SNAPSHOT</version>
25+
<version>5.12.2</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

crd-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.fabric8</groupId>
2525
<artifactId>kubernetes-client-project</artifactId>
26-
<version>5.12-SNAPSHOT</version>
26+
<version>5.12.2</version>
2727
</parent>
2828

2929
<artifactId>crd-generator-parent</artifactId>

extensions/camel-k/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>camel-k-extension-pom</artifactId>
24-
<version>5.12-SNAPSHOT</version>
24+
<version>5.12.2</version>
2525
</parent>
2626

2727
<artifactId>camel-k-client</artifactId>

extensions/camel-k/mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>camel-k-extension-pom</artifactId>
24-
<version>5.12-SNAPSHOT</version>
24+
<version>5.12.2</version>
2525
</parent>
2626

2727

extensions/camel-k/model-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.fabric8</groupId>
2525
<artifactId>camel-k-extension-pom</artifactId>
26-
<version>5.12-SNAPSHOT</version>
26+
<version>5.12.2</version>
2727
</parent>
2828

2929
<artifactId>camel-k-model-v1</artifactId>

extensions/camel-k/model-v1alpha1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>camel-k-extension-pom</artifactId>
24-
<version>5.12-SNAPSHOT</version>
24+
<version>5.12.2</version>
2525
</parent>
2626

2727
<artifactId>camel-k-model-v1alpha1</artifactId>

0 commit comments

Comments
 (0)