From 0da81667c0b2a8105d692d0ad1818fa7e211a4ab Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Tue, 6 Feb 2024 10:11:46 +0100 Subject: [PATCH] Bump to next minor version 6.14 --- README.md | 14 +++++++------- pom.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9b93a912..614bac46 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add following dependency to your pom.xml: io.kokuwa.maven helm-maven-plugin - 6.13.0 + 6.14.0 ``` @@ -49,7 +49,7 @@ The default setting is to construct the Helm download URL based upon the detecte io.kokuwa.maven helm-maven-plugin - 6.13.0 + 6.14.0 ${project.basedir} ${project.version} @@ -70,7 +70,7 @@ If you leave `helmVersion` and `helmDownloadUrl` empty the plugin will determine io.kokuwa.maven helm-maven-plugin - 6.13.0 + 6.14.0 ${project.basedir} ${project.version} @@ -94,7 +94,7 @@ When `useLocalHelmBinary` is enabled, the plugin by default will search for the io.kokuwa.maven helm-maven-plugin - 6.13.0 + 6.14.0 ${project.basedir} ${project.version} @@ -117,7 +117,7 @@ and disables the auto-detection feature: io.kokuwa.maven helm-maven-plugin - 6.13.0 + 6.14.0 ${project.basedir} ${project.version} @@ -141,7 +141,7 @@ and disables the auto-detection feature: io.kokuwa.maven helm-maven-plugin - 6.13.0 + 6.14.0 ${project.basedir} ${project.version} @@ -173,7 +173,7 @@ and disables the auto-detection feature: io.kokuwa.maven helm-maven-plugin - 6.13.0 + 6.14.0 ${project.basedir} ${project.version} diff --git a/pom.xml b/pom.xml index de7a4d69..4d3e09e8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ helm-maven-plugin - 6.13.1-SNAPSHOT + 6.14.0-SNAPSHOT maven-plugin Helm Maven Plugin