Files
Artem Bilan 72a0d0e2e3 Fix actions\build to use mvn help:evaluate
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 now
2024-12-13 12:46:53 -05:00
..