Skip to content

Commit 22c5fa5

Browse files
authored
deps: declare Maven clean and install plugins versions (#960)
The Airlock only works new versions of these plugins
1 parent 50198dd commit 22c5fa5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

java-shared-config/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,16 @@
213213
</pomElements>
214214
</configuration>
215215
</plugin>
216+
<plugin>
217+
<groupId>org.apache.maven.plugins</groupId>
218+
<artifactId>maven-clean-plugin</artifactId>
219+
<version>3.4.0</version>
220+
</plugin>
221+
<plugin>
222+
<groupId>org.apache.maven.plugins</groupId>
223+
<artifactId>maven-install-plugin</artifactId>
224+
<version>3.1.3</version>
225+
</plugin>
216226
</plugins>
217227
</pluginManagement>
218228
<plugins>

0 commit comments

Comments
 (0)