Liquibase and Maven 3.0

I have a few minor changes to make to the root pom.xml (with Nathan’s blessing) that would allow the project to build without errors or warnings under Maven 3.0.1.

In brief, all that’s needed is a few plugin versions specified explicitly and a ${version} replaced with a ${project.version}.

If this sounds OK, say so, and I’ll commit my changes.

Best,
Laird

Go ahead and commit it.  I haven’t gotten a chance to test with maven 3.0.  Thanks for finding the problem.

Nathan

Done.

I updated the versions of the plugins in the root pom.xml, so all of Liquibase now builds with Maven 3.0.1 without warnings.  Please let me know if the versions I picked should be downgraded.

Best,
Laird

Installed Maven 3.0.1 version but got error of foreign key, I changed the hibernate annotations 3.4.0.GA code to fix it as well as  class org.hibernate.cfg.OneToOneSecondPass. But still problem is not solved.Please give some suggestion.

The changes Laird committed are for the 2.0.1 build which has not been released yet.  You are seeing the same as previously reported/fixed?  Are you running 2.0.0?

Nathan