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/training.git
The following commit(s) were added to refs/heads/develop by this push:
new 9384bc6 chore: Updated the Docker setup in the archetype to match the
one of the root of the project (containing pinned versions of most tools)
9384bc6 is described below
commit 9384bc62b599dba58ba333a9befc72d4b6c67d67
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Aug 30 14:33:45 2025 +0200
chore: Updated the Docker setup in the archetype to match the one of the
root of the project (containing pinned versions of most tools)
---
.../src/main/resources/META-INF/maven/archetype-metadata.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/tools/content-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
b/tools/content-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index 8337182..3275c11 100644
---
a/tools/content-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++
b/tools/content-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -69,6 +69,8 @@
<include>mvnw.cmd</include>
<include>pom.xml</include>
<include>README.md</include>
+ <include>requirements-legacy.txt</include>
+ <include>requirements-modern.txt</include>
</includes>
</fileSet>
</fileSets>