[ANN] Liquibase 2.0.1

Liquibase 2.0.1 is now available for download (see http://liquibase.org/download)

It is primarily a bug fix release, although Maven support was greatly enhanced thanks to patches from JAmes Atwill and others. 

I also posted an official announcement of the 2.0 release on the blog (http://blog.liquibase.org/2011/01/liquibase-2-0-officially-released.html)

Nathan

There seems to be a problem with sourceforge at the minute, cant download the latest version.
Are they available in a maven repository?

I am experiencing problems when extracting the 2.0.1 binaries from Sourceforge.

I have tried both the tarball and the zip:

$ tar -xvf liquibase-2.0.1-bin.tar
x liquibase.jar: Truncated tar archive
tar: Error exit delayed from previous errors.

$ unzip liquibase-2.0.1-bin.zip
Archive:  liquibase-2.0.1-bin.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of liquibase-2.0.1-bin.zip or
        liquibase-2.0.1-bin.zip.zip, and cannot find liquibase-2.0.1-bin.zip.ZIP, period.

I am running Mac OSX 10.6.5.

Thanks.

Ok

Found a maven 2 repository here

https://oss.sonatype.org/content/repositories/releases

The file download problem appears to be sourceforge, the original .zip and .gz opened fine for me, but downloading from SF doesn’t. 

I re-uploaded them, the mirrors should pick it up soon.

Nathan

The new files appeared corrupted too.  Perhaps due to an attack underway against sourceforge (http://ht.ly/3LVIA)

I uploaded the files to the liquibase.org site and modified the links on http://liquibase.org/download

Nathan

Thanks.