[Solved] Liquibase 3.1.x and Maven repository

Hi,


I’m building a project with maven dependencies.

Like

  1. http://mvnrepository.com/artifact/org.liquibase/liquibase-core 

    the last versions are 3.0.8.
    Even if there’s already a version 3.1.1.


    Should I get it from an other url ?

Thanks for the tip.


I will do that.

It always seems to take a while for new versions to propagate through the various maven repositories. I publish versions through sonatype



It looks like the changes are moving out from sonatype since it shows up in search.maven.org:

http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.liquibase%22


I’m not sure when it will make it to mvnrepository.com but could set up https://oss.sonatype.org/content/repositories/releases/ as your repository and always be able to get the latest releases right away.


Nathan