Rename flyway-migration -> flyway

This commit is contained in:
Grzegorz Piwowarek 2016-10-23 19:07:13 +02:00
parent b1b4d4ff7f
commit a757c7e301
7 changed files with 56 additions and 54 deletions

View File

@ -2,9 +2,9 @@
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>com.baeldung</groupId>
<artifactId>flyway-migration</artifactId>
<artifactId>flyway</artifactId>
<version>1.0</version>
<name>flyway-migration</name>
<name>flyway</name>
<description>A sample project to demonstrate Flyway migrations</description>
<dependencies>
<dependency>

View File

@ -32,6 +32,8 @@
<module>feign-client</module>
<!-- <module>gatling</module> --> <!-- not meant to run as part of the standard build -->
<module>flyway</module>
<module>gson</module>
<module>guava</module>
<module>guava18</module>