Skip to content

Commit

Permalink
Merge pull request #1708 from motlin/upgrade-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
motlin authored Sep 30, 2024
2 parents 5158d36 + 17fc300 commit 921f4f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eclipse-collections-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.10.0</version>
<configuration>
<doctitle>Eclipse Collections API - ${project.version}</doctitle>
<windowtitle>Eclipse Collections API - ${project.version}</windowtitle>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co
<hppc.version>0.9.1</hppc.version>
<commons.lang.version>3.14.0</commons.lang.version>
<checkstyle.version>10.16.0</checkstyle.version>
<checkstyle.plugin.version>3.2.1</checkstyle.plugin.version>
<checkstyle.plugin.version>3.5.0</checkstyle.plugin.version>
<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
<junit.version>4.13.2</junit.version>
<jmh.version>1.37</jmh.version>
Expand Down Expand Up @@ -311,12 +311,12 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co

<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.3</version>
</plugin>

<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.3</version>
</plugin>

<plugin>
Expand All @@ -326,17 +326,17 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.10.0</version>
</plugin>

<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.7.1</version>
<version>3.15.0</version>
</plugin>

<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0-r1585899</version>
<version>3.1.1</version>
</plugin>

<plugin>
Expand All @@ -357,7 +357,7 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.14.2</version>
<version>2.17.1</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -386,7 +386,7 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand Down Expand Up @@ -422,7 +422,7 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co

<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.5.0</version>
<version>3.7.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -787,7 +787,7 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -1123,7 +1123,7 @@ Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk co
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.10.0</version>
<configuration>
<source>1.8</source>
<doctitle>Eclipse Collections - ${project.version}</doctitle>
Expand Down

0 comments on commit 921f4f8

Please sign in to comment.