Skip to content

Commit 30379f7

Browse files
committed
[RELEASE] Updated project version to 1.16.2
Signed-off-by: Marc Nuri <[email protected]>
1 parent ad0ae13 commit 30379f7

File tree

132 files changed

+160
-161
lines changed

Some content is hidden

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

132 files changed

+160
-161
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ body:
4646
description: Eclipse JKube version (can be found in pom.xml dependency or build.gradle implementation section)
4747
options:
4848
- "SNAPSHOT"
49-
- "1.16.1"
50-
- "1.16.0"
49+
- "1.16.2"
5150
- "1.15.0"
5251
- "1.14.0"
5352
- "1.13.1"
54-
- "1.13.0"
5553
- "1.12.0"
5654
- "1.11.0"
5755
- "1.10.1"

CHANGELOG.md

Lines changed: 2 additions & 1 deletion

gradle-plugin/doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jkube</groupId>
2323
<artifactId>gradle-plugin</artifactId>
24-
<version>1.17-SNAPSHOT</version>
24+
<version>1.16.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

gradle-plugin/it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jkube</groupId>
2323
<artifactId>gradle-plugin</artifactId>
24-
<version>1.17-SNAPSHOT</version>
24+
<version>1.16.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

gradle-plugin/kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jkube</groupId>
2323
<artifactId>gradle-plugin</artifactId>
24-
<version>1.17-SNAPSHOT</version>
24+
<version>1.16.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

gradle-plugin/openshift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.jkube</groupId>
2323
<artifactId>gradle-plugin</artifactId>
24-
<version>1.17-SNAPSHOT</version>
24+
<version>1.16.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.jkube</groupId>
2222
<artifactId>jkube</artifactId>
23-
<version>1.17-SNAPSHOT</version>
23+
<version>1.16.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

jkube-kit/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.jkube</groupId>
2222
<artifactId>jkube-kit-parent</artifactId>
23-
<version>1.17-SNAPSHOT</version>
23+
<version>1.16.2</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626
<artifactId>jkube-kit-api</artifactId>

jkube-kit/build/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.eclipse.jkube</groupId>
2222
<artifactId>jkube-kit-parent</artifactId>
23-
<version>1.17-SNAPSHOT</version>
23+
<version>1.16.2</version>
2424
<relativePath>../../parent/pom.xml</relativePath>
2525
</parent>
2626

2727
<artifactId>jkube-kit-build-api</artifactId>
28-
<version>1.17-SNAPSHOT</version>
28+
<version>1.16.2</version>
2929

3030
<name>JKube Kit :: Build :: API</name>
3131

jkube-kit/build/service/buildpacks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.jkube</groupId>
2222
<artifactId>jkube-kit-parent</artifactId>
23-
<version>1.17-SNAPSHOT</version>
23+
<version>1.16.2</version>
2424
<relativePath>../../../parent/pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)