Update maven plugins to v3 (major) #11

Merged
june merged 1 commit from renovate/major-maven-plugins into main 2026-04-05 01:28:53 +02:00
Showing only changes of commit c67f727fb2 - Show all commits

Update maven plugins to v3
All checks were successful
/ Verify (pull_request) Successful in 53s
/ Verify (push) Successful in 44s

Renovate 2026-04-04 23:09:37 +00:00

View file

@ -86,7 +86,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>3.5.5</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
@ -94,11 +94,11 @@
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<version>3.1.4</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>3.1.4</version>
</plugin>
<!-- site lifecycle, see
https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->