Skip to content

Commit af0ba8c

Browse files
authored
Pin version for maven archetype plugin (#3639)
1 parent adfe5a7 commit af0ba8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
152152
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
153153
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
154+
<maven-archetype-plugin.version>3.2.1</maven-archetype-plugin.version>
154155
<!-- Whenever we update maven-wrapper-plugin version, we need to run mvn wrapper:wrapper to update the Maven Wrapper files(mvnw, .maven and mvnw.cmd) -->
155156
<maven-wrapper-plugin.version>3.1.0</maven-wrapper-plugin.version>
156157

@@ -438,6 +439,12 @@
438439
</pluginManagement>
439440

440441
<plugins>
442+
<plugin>
443+
<groupId>org.apache.maven.plugins</groupId>
444+
<artifactId>maven-archetype-plugin</artifactId>
445+
<version>${maven-archetype-plugin.version}</version>
446+
</plugin>
447+
441448
<plugin>
442449
<groupId>org.codehaus.mojo</groupId>
443450
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)