Skip to content

Commit c7eef00

Browse files
committed
use maven archetype plugin 3.3.0
1 parent ca72feb commit c7eef00

File tree

1 file changed

+7
-0
lines changed
  • flyway-community-db-support-archetype

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
</distributionManagement>
3232

3333
<build>
34+
<plugins>
35+
<plugin>
36+
<groupId>org.apache.maven.plugins</groupId>
37+
<artifactId>maven-archetype-plugin</artifactId>
38+
<version>3.3.0</version>
39+
</plugin>
40+
</plugins>
3441
<extensions>
3542
<extension>
3643
<groupId>org.apache.maven.archetype</groupId>

0 commit comments

Comments
 (0)