From 633c2da5df84b605337e2b6a8a4242a59f2736c2 Mon Sep 17 00:00:00 2001 From: Nick Cross Date: Wed, 29 Apr 2026 16:36:17 +0100 Subject: [PATCH] Update maven-release workflow and remove redundant configuration --- .github/workflows/maven-release.yml | 2 +- pom.xml | 17 ++--------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index fde7e16..66a5bdf 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -13,7 +13,7 @@ jobs: call-release-job: permissions: contents: write # needed to push commit and tag back to the repository - uses: project-ncl/shared-github-actions/.github/workflows/maven-release.yml@f7041589cc1ce5e75564bda958cc6e5182c240cd # v0.0.15 + uses: project-ncl/shared-github-actions/.github/workflows/maven-release.yml@2d927763b5bcdd30dead156c32649470cc2b2aa3 # v0.0.17 with: ref_to_release: ${{ inputs.ref_to_release }} java_version: 17 diff --git a/pom.xml b/pom.xml index 6692a36..cb4960f 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,8 @@ --> 1.51.0 2.16.12.Final + + v@{project.version} @@ -239,13 +241,6 @@ - - org.apache.maven.plugins - maven-release-plugin - - v@{project.version} - - @@ -286,14 +281,6 @@ - - org.sonatype.central - central-publishing-maven-plugin - true - - central-publisher - -