This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new 7f96101 chore: Bumped the apache parent to the latest version as well
as updated all plugins and dependencies to matching most recent versions.
7f96101 is described below
commit 7f96101de27c90bab97c18194a2522980252ed4a
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Sep 2 11:19:55 2024 +0200
chore: Bumped the apache parent to the latest version as well as updated
all plugins and dependencies to matching most recent versions.
---
tools/content-archetype/pom.xml | 1 +
tools/content-parent-pom/pom.xml | 18 ++++++++++--------
tools/pom.xml | 2 +-
3 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/tools/content-archetype/pom.xml b/tools/content-archetype/pom.xml
index 7f2f28a..28f1e2b 100644
--- a/tools/content-archetype/pom.xml
+++ b/tools/content-archetype/pom.xml
@@ -67,6 +67,7 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.2.1</version>
</plugin>
diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml
index 613b505..831fd9a 100644
--- a/tools/content-parent-pom/pom.xml
+++ b/tools/content-parent-pom/pom.xml
@@ -45,19 +45,20 @@
<java.version>1.8</java.version>
- <asciidoctorj.version>2.5.11</asciidoctorj.version>
+ <asciidoctorj.version>3.0.0</asciidoctorj.version>
<asciidoctorj-revealjs.version>5.1.0</asciidoctorj-revealjs.version>
- <asciidoctorj.diagram.version>2.2.17</asciidoctorj.diagram.version>
+ <asciidoctorj.diagram.version>2.3.1</asciidoctorj.diagram.version>
- <revealjs.version>5.0.4</revealjs.version>
+ <revealjs.version>5.1.0</revealjs.version>
-
<asciidoctor-maven-plugin.version>2.2.5</asciidoctor-maven-plugin.version>
- <download-maven-plugin.version>1.8.0</download-maven-plugin.version>
+
<asciidoctor-maven-plugin.version>3.0.0</asciidoctor-maven-plugin.version>
+ <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
+ <download-maven-plugin.version>1.9.0</download-maven-plugin.version>
<groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version>
- <jetty-maven-plugin.version>11.0.20</jetty-maven-plugin.version>
+ <jetty-maven-plugin.version>11.0.23</jetty-maven-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
-
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
+
<maven-dependency-plugin.version>3.8.0</maven-dependency-plugin.version>
</properties>
<dependencies>
@@ -82,7 +83,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.15</version>
+ <version>0.16.1</version>
<executions>
<execution>
<id>license-check</id>
@@ -432,6 +433,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
diff --git a/tools/pom.xml b/tools/pom.xml
index 89eca57..5687f4c 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>31</version>
+ <version>33</version>
<!-- Required in our case as per
http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent -->
<relativePath />