db-migrations demos merged in single project

This commit is contained in:
unknown
2020-06-21 21:20:50 +04:00
parent c66d0127b6
commit ce5d2a1802
36 changed files with 17 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.otus</groupId>
<artifactId>migrations-demo</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>liquibase-demo</module>
<module>flyway-demo</module>
</modules>
</project>