Skip to content

Commit

Permalink
use maven archetype plugin 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamL-RG committed Nov 19, 2024
1 parent ce8946c commit 1a2225a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flyway-community-db-support-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
</distributionManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.3.0</version>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
Expand Down

0 comments on commit 1a2225a

Please sign in to comment.