Skip to content

Commit

Permalink
Merge pull request #40 from flyway/version-bump
Browse files Browse the repository at this point in the history
Increase version to 10.12.0
  • Loading branch information
Barry-RG authored May 10, 2024
2 parents a0fe57f + dddf080 commit 02ce47e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.11.0</version>
<version>10.12.0</version>
</parent>

<artifactId>flyway-database-clickhouse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flyway-database-databricks/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.11.0</version>
<version>10.12.0</version>
</parent>

<artifactId>flyway-database-databricks</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.11.0</version>
<version>10.12.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.11.0</version>
<version>10.12.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.11.0</version>
<version>10.12.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.11.0</version>
<version>10.12.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.11.0</version>
<version>10.12.0</version>
<name>${project.artifactId}</name>

<modules>
Expand All @@ -41,7 +41,7 @@
</modules>

<properties>
<version.flyway>10.10.0</version.flyway>
<version.flyway>10.12.0</version.flyway>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 02ce47e

Please sign in to comment.