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 16cf5ee fix: Address issues in the build of the website.
16cf5ee is described below
commit 16cf5eeff6d2b2817648e20f452d31df17bb7769
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Aug 30 15:00:12 2025 +0200
fix: Address issues in the build of the website.
---
content/Incubator/Mentors/pom.xml | 5 ++---
content/{ => Incubator}/pom.xml | 13 +++++--------
content/pom.xml | 1 +
website-skin/pom.xml | 2 +-
4 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/content/Incubator/Mentors/pom.xml
b/content/Incubator/Mentors/pom.xml
index a3bfc87..29f4435 100644
--- a/content/Incubator/Mentors/pom.xml
+++ b/content/Incubator/Mentors/pom.xml
@@ -23,12 +23,11 @@
<groupId>org.apache.training</groupId>
<artifactId>content-parent-pom</artifactId>
<version>1.3.0</version>
-
- <!-- Required in our case as per
http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent -->
- <relativePath></relativePath>
+ <relativePath>../../../tools/content-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>incubator-mentors</artifactId>
+ <name>Training: Content: Incubator: Mentors</name>
<groupId>org.apache.training.content</groupId>
<version>1.0.0-SNAPSHOT</version>
diff --git a/content/pom.xml b/content/Incubator/pom.xml
similarity index 80%
copy from content/pom.xml
copy to content/Incubator/pom.xml
index c2f9342..99a483d 100644
--- a/content/pom.xml
+++ b/content/Incubator/pom.xml
@@ -23,21 +23,18 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.training</groupId>
- <artifactId>training</artifactId>
+ <groupId>org.apache.training.content</groupId>
+ <artifactId>training-content</artifactId>
<version>0.4.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.training.content</groupId>
- <artifactId>training-content</artifactId>
+ <artifactId>training-content-incubator</artifactId>
<packaging>pom</packaging>
- <name>Training: Content</name>
+ <name>Training: Content: Incubator</name>
<modules>
- <module>Apache</module>
- <module>Conferences</module>
- <module>IoT</module>
+ <module>Mentors</module>
</modules>
</project>
diff --git a/content/pom.xml b/content/pom.xml
index c2f9342..cec1f2d 100644
--- a/content/pom.xml
+++ b/content/pom.xml
@@ -37,6 +37,7 @@
<modules>
<module>Apache</module>
<module>Conferences</module>
+ <module>Incubator</module>
<module>IoT</module>
</modules>
diff --git a/website-skin/pom.xml b/website-skin/pom.xml
index a4733a6..c94faf6 100644
--- a/website-skin/pom.xml
+++ b/website-skin/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>31</version>
+ <version>35</version>
<!-- Required in our case as per
https://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent -->
<relativePath />