Download liquibase 3.0.0 using maven

Hi, 


I cannot use the latest version of liquibase since it is not available from mvnrepo, the latest version available is 3.0.0-rc2.


When will the latest version be available to use from maven?


Best regards, 

Perry

Apparently I didn’t do something right with the the promotion of the build in sonatype (where the maven builds are staged).


I’m working on getting a build up, although I may end up trying again with a 3.0.1 release.


Nathan

I went through the release process again for 3.0.1 last night and made sure I did everything with the maven release that I did with RC1 and RC2. On http://mvnrepository.com/artifact/org.liquibase/liquibase-core the most recent version in RC2 but on http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.liquibase%22%20AND%20a%3A%22liquibase-core%22 the most recent version is 3.0.0


Sonatype (where I send the maven artifacts to for synchronization to the central repository) has 3.0.0 and 3.0.1 in there https://oss.sonatype.org/index.html#nexus-search;gav~org.liquibase~liquibase-core~~~~kw,versionexpand


I’m wondering if there is something broken in the general maven synchronization process? Or if it sometimes takes that long from sonatype to synchronize out?


Anyone know more about the maven sync process that can help me understand where to look or what to troubleshoot?

Nathan

The Maven repositories seem to have picked up the 3.0.0 repository now. 3.0.1 is on search.maven.org but not mvnrepository.com yet, so perhaps it just takes a while to propagate.


Nathan