Skip to content

Commit

Permalink
Upgrade build plugins.
Browse files Browse the repository at this point in the history
Closes #2429
  • Loading branch information
mp911de committed Nov 18, 2024
1 parent e91e0e7 commit 6b9407f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<junit5>5.11.3</junit5>
<kotlin>1.9.25</kotlin>
<kotlin-coroutines>1.9.0</kotlin-coroutines>
<logback>1.4.13</logback>
<logback>1.5.12</logback>
<micrometer>1.14.0</micrometer>
<micrometer-tracing>1.4.0</micrometer-tracing>
<mockito>5.14.2</mockito>
Expand All @@ -132,7 +132,7 @@
<slf4j>2.0.2</slf4j>
<spring>6.2.0</spring>
<antora.playbook>src/main/antora/antora-playbook.yml</antora.playbook>
<spring-antora>0.0.3</spring-antora>
<spring-antora>0.0.4</spring-antora>
<maven-antora>1.0.0-alpha.4</maven-antora>
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
<spring-hateoas>2.4.0</spring-hateoas>
Expand Down Expand Up @@ -521,7 +521,7 @@
<configuration>
<target>
<copy todir="${project.root}/target/antora/modules/ROOT/assets/attachments/api/java">
<fileset dir="${project.root}/target/site/apidocs" erroronmissingdir="true"/>
<fileset dir="${project.root}/target/reports/apidocs" erroronmissingdir="true"/>
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -1160,13 +1160,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<parameters>true</parameters>
Expand All @@ -1176,12 +1176,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.9.3</version>
<version>10.20.1</version>
</dependency>
<dependency>
<groupId>io.spring.nohttp</groupId>
Expand All @@ -1194,25 +1194,25 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.3</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.2</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
Expand All @@ -1227,25 +1227,25 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.11.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.2</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
Expand All @@ -1254,13 +1254,13 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.5.0</version>
</plugin>

<plugin>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -103,7 +103,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-release-rules</id>
Expand Down Expand Up @@ -209,7 +209,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype</serverId>
Expand Down
2 changes: 1 addition & 1 deletion resources/src/main/resources/assemblies/docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Adds javadoc html to the distribution archive under the 'docs/javadoc'
directory see pom.xml 'maven-javadoc-plugin' declaration.
-->
<directory>${project.root}/target/site/apidocs</directory>
<directory>${project.root}/target/reports/apidocs</directory>
<outputDirectory>api</outputDirectory>
</fileSet>
</fileSets>
Expand Down
4 changes: 2 additions & 2 deletions resources/src/main/resources/assemblies/resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
Adds javadoc html to the distribution archive under the 'docs/javadoc'
directory see pom.xml 'maven-javadoc-plugin' declaration.
-->
<directory>${project.root}/target/site/apidocs</directory>
<directory>${project.root}/target/reports/apidocs</directory>
<outputDirectory>docs/api</outputDirectory>
</fileSet>
</fileSets>
</component>
</component>

0 comments on commit 6b9407f

Please sign in to comment.