Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 20, 2024
1 parent dc0f1df commit df3a26e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<takari.licenseHeader>https://raw.githubusercontent.com/takari/takari-pom/master/license-header-epl1.txt</takari.licenseHeader>
<takari.licenseYear>${project.inceptionYear}-2024</takari.licenseYear>
<!-- Use new format but leave old property as not to break anyone -->
<takari.lifecycleVersion>2.1.5</takari.lifecycleVersion>
<takari.lifecycleVersion>2.1.6</takari.lifecycleVersion>
<takari.sourceJar>true</takari.sourceJar>
<takari.testJar>false</takari.testJar>
<takari.compilerId>jdt</takari.compilerId>
Expand All @@ -104,7 +104,7 @@
<!-- Release -->
<takari.release.gpg.skip>false</takari.release.gpg.skip>

<surefire.version>3.3.0</surefire.version>
<surefire.version>3.4.0</surefire.version>
<modernizer.version>2.9.0</modernizer.version>

<!-- To make project Idea friendly (release used, rest left for sanity) -->
Expand Down Expand Up @@ -188,7 +188,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<configuration>
<!-- disable accidental use, must use takari-lifecycle -->
<skip>true</skip>
Expand All @@ -207,12 +207,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<configuration>
<!-- disable accidental use, must use takari-lifecycle -->
<skip>true</skip>
Expand All @@ -231,7 +231,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
Expand Down Expand Up @@ -264,7 +264,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
Expand Down

0 comments on commit df3a26e

Please sign in to comment.