This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch feat/update-to-revealjs-5.2.0 in repository https://gitbox.apache.org/repos/asf/training.git
commit a0b06afbc48961bc80366525f0b9094324b989b4 Author: Christofer Dutz <[email protected]> AuthorDate: Wed Aug 27 09:58:46 2025 +0200 chore: Refactored the Dockerfile to use more pinned versions of everything ... hopefully resulting in a more stable solution. --- NOTICE | 2 +- pom.xml | 2 +- tools/NOTICE | 2 +- tools/content-archetype/pom.xml | 4 ++-- tools/content-parent-pom/pom.xml | 20 ++++++++++---------- tools/pom.xml | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/NOTICE b/NOTICE index 47ff85d..4ef78d9 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Training (incubating) -Copyright 2019-2024 The Apache Software Foundation +Copyright 2019-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/pom.xml b/pom.xml index b395d9f..8dbafe7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>31</version> + <version>35</version> </parent> <groupId>org.apache.training</groupId> diff --git a/tools/NOTICE b/tools/NOTICE index 049b18f..e67cb8d 100644 --- a/tools/NOTICE +++ b/tools/NOTICE @@ -1,5 +1,5 @@ Apache Training (incubating) -Copyright 2020-2024 The Apache Software Foundation +Copyright 2020-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/tools/content-archetype/pom.xml b/tools/content-archetype/pom.xml index f077bbf..74725e5 100644 --- a/tools/content-archetype/pom.xml +++ b/tools/content-archetype/pom.xml @@ -37,7 +37,7 @@ <extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> - <version>3.2.1</version> + <version>3.4.0</version> </extension> </extensions> @@ -69,7 +69,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-archetype-plugin</artifactId> - <version>3.3.0</version> + <version>3.4.0</version> </plugin> </plugins> </pluginManagement> diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml index 267dd91..73cf971 100644 --- a/tools/content-parent-pom/pom.xml +++ b/tools/content-parent-pom/pom.xml @@ -46,23 +46,23 @@ <java.version>1.8</java.version> <asciidoctorj.version>3.0.0</asciidoctorj.version> - <asciidoctorj-revealjs.version>5.1.0</asciidoctorj-revealjs.version> - <asciidoctorj.diagram.version>2.3.1</asciidoctorj.diagram.version> + <asciidoctorj-revealjs.version>5.2.0</asciidoctorj-revealjs.version> + <asciidoctorj.diagram.version>3.0.1</asciidoctorj.diagram.version> - <revealjs.version>5.1.0</revealjs.version> + <revealjs.version>5.2.1</revealjs.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> + <asciidoctor-maven-plugin.version>3.2.0</asciidoctor-maven-plugin.version> + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> + <download-maven-plugin.version>2.0.0</download-maven-plugin.version> <groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version> - <jetty-maven-plugin.version>11.0.23</jetty-maven-plugin.version> + <jetty-maven-plugin.version>11.0.26</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.8.0</maven-dependency-plugin.version> + <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> </properties> <dependencies> - <!-- Just to ensure this is built first as we need this to exist in order to unpack it --> + <!-- Just to ensure this is built first as we need this to exist to unpack it --> <dependency> <groupId>org.apache.training</groupId> <artifactId>content-parent-resources</artifactId> @@ -130,7 +130,7 @@ <!-- Download all the tools needed to generate the output --> <plugin> - <groupId>com.googlecode.maven-download-plugin</groupId> + <groupId>io.github.download-maven-plugin</groupId> <artifactId>download-maven-plugin</artifactId> <version>${download-maven-plugin.version}</version> <executions> diff --git a/tools/pom.xml b/tools/pom.xml index fe0ca3d..0ceb644 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>33</version> + <version>35</version> <!-- Required in our case as per http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent --> <relativePath /> @@ -90,7 +90,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.6.0</version> + <version>3.7.1</version> <configuration> <finalName>apache-training-incubating-tools-${project.version}</finalName> </configuration>
