Several issues were fixed
This commit is contained in:
parent
4bbd6b8a83
commit
67a36ad928
@ -78,6 +78,7 @@ public abstract class DBMigrationPersistenceBase implements DBMigrationPersisten
|
|||||||
|
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
LOG.error(e.getMessage());
|
LOG.error(e.getMessage());
|
||||||
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
return conn;
|
return conn;
|
||||||
}
|
}
|
4
pom.xml
4
pom.xml
@ -23,7 +23,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.nanoboot.common</groupId>
|
<groupId>org.nanoboot.essential</groupId>
|
||||||
<artifactId>nanoboot-parent</artifactId>
|
<artifactId>nanoboot-parent</artifactId>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>0.1.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<dbmigration.version>0.1.0-SNAPSHOT</dbmigration.version>
|
<dbmigration.version>0.1.0-SNAPSHOT</dbmigration.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<checkstyle.skip>true</checkstyle.skip><!-- TODO: make false-->
|
<checkstyle.skip>true</checkstyle.skip><!-- TODO: make false-->
|
||||||
<power.version>0.1.0-SNAPSHOT</power.version>
|
<power.version>2.0.0-SNAPSHOT</power.version>
|
||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<module>db-migration-core</module>
|
<module>db-migration-core</module>
|
||||||
|
Reference in New Issue
Block a user