Build liquibase with maven and specific version

I am trying to build the liquibase source using the below command

mvn clean install -Dproject.version=4.9.1.1

However, I am still getting the snapshot versions. What is the correct way to pass the specific version during maven package/install?

Hi, @yasinbee and welcome to the Liquibase Community!

From the documentation it seems that you have to put the version in the POM file. Using Liquibase and your Maven POM File | Liquibase Docs