Skip to content

Commit

Permalink
Explicit Maven plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Feb 11, 2024
1 parent 6542a77 commit ef9aa23
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Expand Up @@ -65,5 +65,14 @@
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit ef9aa23

Please sign in to comment.