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?
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
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Looking for help with liquibase maven config | 8 | 1251 | September 14, 2009 | |
| How to use liquibase snapshot command for Maven project | 1 | 1666 | December 7, 2021 | |
| Executing Liquibase.jar via command line | 3 | 737 | August 13, 2014 | |
| How to build Liquibase | 9 | 476 | July 26, 2011 | |
| Maven pom.xml file in liquibase-core broken | 1 | 390 | August 1, 2012 |