Skip to content

Commit

Permalink
Merge pull request #45 from flyway/house-keeping
Browse files Browse the repository at this point in the history
House keeping
  • Loading branch information
Barry-RG authored May 24, 2024
2 parents 955b158 + c5504ab commit 72608eb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
2 changes: 1 addition & 1 deletion flyway-community-db-support-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-community-db-support-archetype</artifactId>
<version>10.12.0</version>
<version>10.13.0</version>
<packaging>maven-archetype</packaging>

<name>Archetype - flyway-community-db-support-archetype</name>
Expand Down
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.12.0</version>
<version>10.13.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.12.0</version>
<version>10.13.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.12.0</version>
<version>10.13.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.12.0</version>
<version>10.13.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.12.0</version>
<version>10.13.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.12.0</version>
<version>10.13.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.12.0</version>
<version>10.13.0</version>
<name>${project.artifactId}</name>

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

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

<dependencyManagement>
Expand Down

0 comments on commit 72608eb

Please sign in to comment.