fix: use project version in e2e dependencies
This commit is contained in:
parent
bf4fb28b5b
commit
0efe550197
2 changed files with 2 additions and 1 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -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}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<artifactId>kafka-ui-e2e-checks</artifactId>
|
||||
<properties>
|
||||
<kafka-ui-contract>0.1.1-SNAPSHOT</kafka-ui-contract>
|
||||
<kafka-ui-contract>${project.version}</kafka-ui-contract>
|
||||
<junit.version>5.7.0</junit.version>
|
||||
<aspectj.version>1.9.6</aspectj.version>
|
||||
<allure.version>2.13.7</allure.version>
|
||||
|
|
Loading…
Add table
Reference in a new issue