How to use liquibase with hibernate?

I am expecting integration of Liquibase with hibernate works as follows i.e. liquibase will upgrade old DB with the latest changes that are available in hibernate-cfg.xml.  Is this possible using liquibase?

“baseUrl” has to be “referenceUrl”