Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update Liquibase to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed May 12, 2015
1 parent e033111 commit e2f225d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -355,6 +355,16 @@
<scope>test</scope>
</dependency>

<!-- Liquibase Dependencies -->
<!-- If the Liquibase version is being updated, please refer to
any changelog files that run 'on change' and make sure that they still run
after upgrading the version. -->
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.3.3</version>
</dependency>

<dependency>
<groupId>org.opensymphony.quartz</groupId>
<artifactId>quartz</artifactId>
Expand Down
Expand Up @@ -284,7 +284,7 @@ private static void runLiquibase() throws Exception {

Liquibase liquibase = new Liquibase("db/db.changelog.xml",
new ClassLoaderResourceAccessor(), database);
liquibase.update(null);
liquibase.update("");
}

private HLocale makeLocale(LocaleId localeId) {
Expand Down

0 comments on commit e2f225d

Please sign in to comment.