Commit 72a0d0e
committed
Fix
Since there is no `revision` property in POM, we cannot use `sed` command to extract project version from the POM.
* Use more Maven-friendly `mvn help:evaluate -Dexpression="project.version" -q -DforceStdout` command to get the current project version
* Remove tentative `finish_release_tmp.yml` since `actions\build` has been fixed nowactions\build to use mvn help:evaluate
1 parent 6cb5d7a commit 72a0d0e
File tree
2 files changed
+1
-30
lines changed- .github
- actions/build
- workflows
2 files changed
+1
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
This file was deleted.
0 commit comments