From c2607c8ab9a77c39163f3a5485f82d3580c1dd42 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Mon, 24 Jun 2024 14:55:36 +0200 Subject: [PATCH] Bump to next minor version 6.15 --- .github/workflows/build.yaml | 1 - .github/workflows/pr.yaml | 1 - .github/workflows/release.yaml | 1 - README.md | 14 +++++++------- pom.xml | 4 ++-- 5 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3926c9f2..bd0b0d04 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,6 @@ jobs: distribution: temurin java-version: 8 cache: maven - - run: mvn $MAVEN_ARGS dependency:go-offline - run: mvn $MAVEN_ARGS deploy env: SERVER_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 86f3ad77..94e6ebad 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -37,7 +37,6 @@ jobs: distribution: temurin java-version: 8 cache: maven - - run: mvn $MAVEN_ARGS dependency:go-offline - run: mvn $MAVEN_ARGS verify - run: mvn $MAVEN_ARGS site - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 879b7c27..89d43b72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,6 @@ jobs: server-password: SERVER_PASSWORD gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg-passphrase: GPG_PASSPHRASE - - run: mvn $MAVEN_ARGS dependency:go-offline - run: mvn $MAVEN_ARGS release:prepare -Darguments="$MAVEN_ARGS" - run: mvn $MAVEN_ARGS release:perform -Darguments="$MAVEN_ARGS" env: diff --git a/README.md b/README.md index 938c5c61..78089a0c 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.14.0 + 6.15.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.14.0 + 6.15.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.14.0 + 6.15.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.14.0 + 6.15.0 ${project.basedir} ${project.version} @@ -117,7 +117,7 @@ and disables the auto-detection feature: io.kokuwa.maven helm-maven-plugin - 6.14.0 + 6.15.0 ${project.basedir} ${project.version} @@ -141,7 +141,7 @@ and disables the auto-detection feature: io.kokuwa.maven helm-maven-plugin - 6.14.0 + 6.15.0 ${project.basedir} ${project.version} @@ -173,7 +173,7 @@ and disables the auto-detection feature: io.kokuwa.maven helm-maven-plugin - 6.14.0 + 6.15.0 ${project.basedir} ${project.version} diff --git a/pom.xml b/pom.xml index d56b166d..cebcfc06 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ io.kokuwa.maven maven-parent - 0.6.15 + 0.6.16 helm-maven-plugin - 6.14.2-SNAPSHOT + 6.15.0-SNAPSHOT maven-plugin Helm Maven Plugin