Skip to content

Commit f138292

Browse files
bump version
1 parent 54ec9ad commit f138292

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.9.0</version>
8+
<version>10.8.0</version>
99
<packaging>maven-archetype</packaging>
1010

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

flyway-community-db-support-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<requiredProperties>
77
<requiredProperty key="parentVersion">
8-
<defaultValue>10.9.0</defaultValue>
8+
<defaultValue>10.8.0</defaultValue>
99
</requiredProperty>
1010
<requiredProperty key="artifactId">
1111
<defaultValue>flyway-database-example</defaultValue>
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
artifactId=flyway-database-example
2-
parentVersion=10.9.0
2+
parentVersion=10.8.0

0 commit comments

Comments
 (0)