Skip to content

Commit

Permalink
deps: declare Maven clean and install plugins versions (#960)
Browse files Browse the repository at this point in the history
The Airlock only works new versions of these plugins
  • Loading branch information
suztomo authored Jan 7, 2025
1 parent 50198dd commit 22c5fa5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions java-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,16 @@
</pomElements>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.3</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 22c5fa5

Please sign in to comment.