DB Migration is a framework based on Spring for handling automatic db schema updates. With DBMigration you can bundle upgrade scripts in you application. Its purpose is to manage db updates consistently both for development than for production releases.
Version2.0compared with

Version Details

Compile Changes (3)

0.7.3 2.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.springframework » spring-beans2.0.62.5.1
~ Updated org.springframework » spring-core2.0.62.5.1
~ Updated org.springframework » spring-jdbc2.0.62.5.1

Test Changes (2)

0.7.3 2.0
ChangeGroup / ArtifactPreviousCurrent
+ Added org.testng » testng-5.1
- Removed junit » junit4.0-