Skip to content

Commit

Permalink
Merge pull request #28 from flyway/version-bump
Browse files Browse the repository at this point in the history
Increase version to 10.8.0
  • Loading branch information
Barry-RG authored Mar 5, 2024
2 parents 48db9d8 + c1331b8 commit 125260e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flyway-database-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-community-db-support</artifactId>
<version>10.7.2</version>
<version>10.8.0</version>
</parent>

<artifactId>flyway-database-clickhouse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flyway-database-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-community-db-support</artifactId>
<version>10.7.2</version>
<version>10.8.0</version>
</parent>

<artifactId>flyway-database-ignite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flyway-database-oceanbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-community-db-support</artifactId>
<version>10.7.2</version>
<version>10.8.0</version>
</parent>

<artifactId>flyway-database-oceanbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flyway-database-tidb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-community-db-support</artifactId>
<version>10.7.2</version>
<version>10.8.0</version>
</parent>

<artifactId>flyway-database-tidb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flyway-database-yugabytedb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-community-db-support</artifactId>
<version>10.7.2</version>
<version>10.8.0</version>
</parent>

<artifactId>flyway-database-yugabytedb</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>flyway-community-db-support</artifactId>
<packaging>pom</packaging>
<version>10.7.2</version>
<version>10.8.0</version>
<name>${project.artifactId}</name>

<modules>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>flyway-core</artifactId>
<version>10.7.1</version>
<version>10.8.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 125260e

Please sign in to comment.