diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 15f7d7dd6d..b78a55306b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,6 +60,7 @@ jobs: if: github.event.inputs.rebuild == 'v0.0.0' run: | mvn -q versions:set -DremoveSnapshot + export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) git add . git commit -m "release ${VERSION}" git tag -f v${VERSION} diff --git a/kafka-ui-e2e-checks/pom.xml b/kafka-ui-e2e-checks/pom.xml index f74ce1a8d6..27da788293 100644 --- a/kafka-ui-e2e-checks/pom.xml +++ b/kafka-ui-e2e-checks/pom.xml @@ -11,7 +11,7 @@ kafka-ui-e2e-checks - 0.1.1-SNAPSHOT + ${project.version} 5.7.0 1.9.6 2.13.7