I wanted to add my current pom/project version in my bitbucket pipeline commit.
I've used the command:
git commit -m "[skip ci] New POM version - ${project.version}"
but it gives me the error "Bad substitution".
Is there a way to add the current pom/project version to the commit message?