Skip to content

Commit

Permalink
Bump plugin and dependency versions, site.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 2, 2024
1 parent fc2e140 commit b4b80c5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
50 changes: 25 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,23 @@
<kohlschutter.maven.java-version.min>11</kohlschutter.maven.java-version.min>
<kohlschutter.target.name>target</kohlschutter.target.name>
<kohlschutter.custom.package.folder>org/newsclub</kohlschutter.custom.package.folder>
<coding.style.version>1.2.14</coding.style.version>
<coding.style.version>1.2.15</coding.style.version>
<coding.style.dirname>coding-style/${coding.style.version}</coding.style.dirname>
<coding.style.eclipse.dir>${kohlschutter.project.base.directory}/${coding.style.dirname}/eclipse</coding.style.eclipse.dir>
<eclipse.jdt.core.prefs>${coding.style.eclipse.dir}/java7-strict-org.eclipse.jdt.core.prefs</eclipse.jdt.core.prefs>
<eclipse.formatter.config>${coding.style.eclipse.dir}/eclipse-formatter-config.xml</eclipse.formatter.config>
<eclipse.formatter.js.config>${coding.style.eclipse.dir}/eclipse-formatter-config-js.xml</eclipse.formatter.js.config>
<eclipse.checkstyle.config>${coding.style.eclipse.dir}/checkstyle-configuration.xml</eclipse.checkstyle.config>
<kohlschutter.surefire.patch.args></kohlschutter.surefire.patch.args>
<checkstyle.version>10.17.0</checkstyle.version>
<checkstyle.version>10.20.2</checkstyle.version>
<checkstyle.disabled>false</checkstyle.disabled>
<checkstyle.strict>false</checkstyle.strict>
<spotbugs.exclude.file>${coding.style.eclipse.dir}/spotbugs-exclude.xml</spotbugs.exclude.file>
<spotbugs.disabled>false</spotbugs.disabled>
<spotbugs.strict>false</spotbugs.strict>
<!--<spotbugs.version>4.8.5-SNAPSHOT</spotbugs.version>-->
<spotbugs.plugin.version>4.8.6.2</spotbugs.plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<spotbugs.plugin.version>4.8.6.6</spotbugs.plugin.version>
<forbiddenapis.version>3.8</forbiddenapis.version>
<forbiddenapis.strict>false</forbiddenapis.strict>
<jacoco.disabled>false</jacoco.disabled>
<jacoco.strict>false</jacoco.strict>
Expand All @@ -98,18 +98,18 @@
<formatter.skip>false</formatter.skip>
<!-- Only upgrade to the latest version you can have in Eclipse, no later
versions; otherwise, you may not be able to run checks in Eclipse -->
<pmdVersion>7.4.0</pmdVersion>
<pmd.plugin.version>3.24.0</pmd.plugin.version>
<pmdVersion>7.8.0</pmdVersion>
<pmd.plugin.version>3.26.0</pmd.plugin.version>
<xlint.compiler.arg>-Xlint:all,-classfile,-try,-module,-requires-automatic,-requires-transitive-automatic,-exports</xlint.compiler.arg>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<eclipsejdt.annotations.version>2.3.0</eclipsejdt.annotations.version>
<errorprone.version>2.30.0</errorprone.version>
<errorprone.version>2.36.0</errorprone.version>
<errorprone.annotations.version>${errorprone.version}</errorprone.annotations.version>
<errorprone.args></errorprone.args>
<junit.version>5.11.0</junit.version>
<junit.version>5.11.3</junit.version>

<slf4j.version>2.0.16</slf4j.version>
<graal.plugin.version>0.10.2</graal.plugin.version>
<graal.plugin.version>0.10.3</graal.plugin.version>
</properties>
<profiles>
<profile>
Expand Down Expand Up @@ -1452,7 +1452,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.4.0</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<!-- We should use the same checkstyle version as in eclipse-cs -->
Expand All @@ -1474,7 +1474,7 @@
<dependency>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.0-M8</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -1500,7 +1500,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -1523,12 +1523,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.2</version>
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -1537,7 +1537,7 @@
If you get an error like "The code being documented uses modules
but the packages defined in ... are in the unnamed module", then
update your Java SDK -->
<version>3.8.0</version>
<version>3.11.1</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<detectJavaApiLink>false</detectJavaApiLink>
Expand All @@ -1553,7 +1553,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -1573,17 +1573,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.7</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.5</version>
<version>4.6</version>
<configuration>
<skip>${license.skip}</skip>
<failIfMissing>${license.strict}</failIfMissing>
Expand Down Expand Up @@ -1611,7 +1611,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
<rulesUri>classpath:///com/kohlschutter/maven-version-rules.xml</rulesUri>
Expand All @@ -1632,7 +1632,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -1769,7 +1769,7 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
<configuration>
<groups>java.,javax.,org.,com.</groups>
<staticGroups>java,*</staticGroups>
Expand All @@ -1792,7 +1792,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
Expand All @@ -1802,7 +1802,7 @@
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-services-plugin</artifactId>
<version>4.0.9</version>
<version>4.0.14</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -1881,7 +1881,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.4.0</version>
<version>3.6.0</version>
<!--
using "jxr-no-fork" prevents "module not found" errors:
https://maven.apache.org/components/jxr-archives/jxr-LATEST/maven-jxr-plugin/examples/nofork.html
Expand Down
11 changes: 5 additions & 6 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 http://maven.apache.org/xsd/site-2.0.0.xsd"
name="junixsocket">

<skin>
Expand All @@ -17,9 +17,8 @@
</fluidoSkin>
</custom>

<bannerLeft>
<name>${project.name}</name>
<!-- <src>https://project-website.example/images/project-logo.png</src>
<bannerLeft name="${project.name}">
<!-- <src>https://project-website.example/images/project-logo.png</src>
<href>https://project-website.example/</href> -->
</bannerLeft>

Expand All @@ -30,4 +29,4 @@
<menu ref="modules" />
<menu ref="reports" />
</body>
</project>
</site>

0 comments on commit b4b80c5

Please sign in to comment.