Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLuo-Redgate committed Mar 6, 2024
1 parent 853c7aa commit 54ec9ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7.2</version>
<version>10.9.0</version>
<packaging>maven-archetype</packaging>

<name>Archetype - flyway-community-db-support-archetype</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<requiredProperties>
<requiredProperty key="parentVersion">
<defaultValue>10.7.2</defaultValue>
<defaultValue>10.9.0</defaultValue>
</requiredProperty>
<requiredProperty key="artifactId">
<defaultValue>flyway-database-example</defaultValue>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
artifactId=flyway-database-example
parentVersion=10.7.2
parentVersion=10.9.0

0 comments on commit 54ec9ad

Please sign in to comment.