Skip to content

Commit

Permalink
updated to flyway 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed May 1, 2020
1 parent bb349b3 commit bfc3b8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions IT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>6.4.0</version>
<version>6.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cz.net21.flyway.ant</groupId>
<artifactId>flyway-ant</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Flyway Ant plugin provided as an AntLib.
<dependency>
<groupId>cz.net21.flyway.ant</groupId>
<artifactId>flyway-ant</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>cz.net21.flyway.ant</groupId>
<artifactId>flyway-ant</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<packaging>jar</packaging>

<name>Flyway Ant Tasks</name>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>6.4.0</version>
<version>6.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit bfc3b8e

Please sign in to comment.