Hi,
I'm building a project with maven dependencies.
Like
- <dependency>
- <groupId>org.liquibase</groupId>
- <artifactId>liquibase-core</artifactId>
- <version>3.0.7</version>
- </dependency>
There is some new features (like $ in sqlFiles) that I wish to have in my project.
This feature appears in 3.1.0.
When 'im looking at
and
the last versions are 3.0.8.
Even if there's already a version 3.1.1.
Even if there's already a version 3.1.1.
Should I get it from an other url ?