Skip to content

Commit 72608eb

Browse files
authored
Merge pull request #45 from flyway/house-keeping
House keeping
2 parents 955b158 + c5504ab commit 72608eb

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
1818
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

flyway-community-db-support-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.flywaydb</groupId>
77
<artifactId>flyway-community-db-support-archetype</artifactId>
8-
<version>10.12.0</version>
8+
<version>10.13.0</version>
99
<packaging>maven-archetype</packaging>
1010

1111
<name>Archetype - flyway-community-db-support-archetype</name>

flyway-database-clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.flywaydb</groupId>
2525
<artifactId>flyway-community-db-support</artifactId>
26-
<version>10.12.0</version>
26+
<version>10.13.0</version>
2727
</parent>
2828

2929
<artifactId>flyway-database-clickhouse</artifactId>

flyway-database-databricks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.flywaydb</groupId>
2525
<artifactId>flyway-community-db-support</artifactId>
26-
<version>10.12.0</version>
26+
<version>10.13.0</version>
2727
</parent>
2828

2929
<artifactId>flyway-database-databricks</artifactId>

flyway-database-ignite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.flywaydb</groupId>
2525
<artifactId>flyway-community-db-support</artifactId>
26-
<version>10.12.0</version>
26+
<version>10.13.0</version>
2727
</parent>
2828

2929
<artifactId>flyway-database-ignite</artifactId>

flyway-database-oceanbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.flywaydb</groupId>
2525
<artifactId>flyway-community-db-support</artifactId>
26-
<version>10.12.0</version>
26+
<version>10.13.0</version>
2727
</parent>
2828

2929
<artifactId>flyway-database-oceanbase</artifactId>

flyway-database-tidb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.flywaydb</groupId>
2525
<artifactId>flyway-community-db-support</artifactId>
26-
<version>10.12.0</version>
26+
<version>10.13.0</version>
2727
</parent>
2828

2929
<artifactId>flyway-database-tidb</artifactId>

flyway-database-yugabytedb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.flywaydb</groupId>
2525
<artifactId>flyway-community-db-support</artifactId>
26-
<version>10.12.0</version>
26+
<version>10.13.0</version>
2727
</parent>
2828

2929
<artifactId>flyway-database-yugabytedb</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<artifactId>flyway-community-db-support</artifactId>
3030
<packaging>pom</packaging>
31-
<version>10.12.0</version>
31+
<version>10.13.0</version>
3232
<name>${project.artifactId}</name>
3333

3434
<modules>
@@ -42,7 +42,7 @@
4242
</modules>
4343

4444
<properties>
45-
<version.flyway>10.12.0</version.flyway>
45+
<version.flyway>10.13.0</version.flyway>
4646
</properties>
4747

4848
<dependencyManagement>

0 commit comments

Comments
 (0)