This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch Mentors
in repository https://gitbox.apache.org/repos/asf/training.git

commit 52371c001b147aedf0b76433abb5ddda7573e110
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Aug 28 18:00:40 2025 +1000

    get eveything lined up
---
 content/Incubator/Mentors/pom.xml | 6 +++---
 site/pom.xml                      | 6 +++---
 site/src/site/site.xml            | 1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/content/Incubator/Mentors/pom.xml 
b/content/Incubator/Mentors/pom.xml
index 97d7306..a3bfc87 100644
--- a/content/Incubator/Mentors/pom.xml
+++ b/content/Incubator/Mentors/pom.xml
@@ -28,10 +28,10 @@
         <relativePath></relativePath>
     </parent>
 
-    <artifactId>Mentors</artifactId>
+    <artifactId>incubator-mentors</artifactId>
 
-    <groupId>org.apache.training</groupId>
-    <version>1.0-SNAPSHOT</version>
+    <groupId>org.apache.training.content</groupId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <name>Training: Tools: Slide Template: Asciidoc to reveal.js Maven 
org.apache.training</name>
diff --git a/site/pom.xml b/site/pom.xml
index 1c1061c..bf0140b 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -377,10 +377,10 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.training.content</groupId>
-                  
<artifactId>training-content-apache-incubator-mentor</artifactId>
+                  <artifactId>incubator-mentors</artifactId>
                   <version>1.0.0-SNAPSHOT</version>
                   <type>war</type>
-                  
<outputDirectory>${project.build.directory}/site/incubator/mentor</outputDirectory>
+                  
<outputDirectory>${project.build.directory}/site/incubator/mentors</outputDirectory>
                 </artifactItem>
               </artifactItems>
             </configuration>
@@ -733,7 +733,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.training.content</groupId>
-      <artifactId>training-content-apache-incubator-mentor</artifactId>
+      <artifactId>incubator-mentors</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <type>war</type>
     </dependency>
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index c693299..8bac76d 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -115,6 +115,7 @@
         <item name="Incubator Releases" 
href="presentations/incubator/incubator-releases/index.html" target="_blank"/>
         <item name="Navigating ASF Incubator" 
href="presentations/incubator/navigating-asf-incubation/index.html" 
target="_blank"/>
         <item name="Release Checklist" 
href="presentations/incubator/release-checklist/index.html" target="_blank"/>
+        <item name="Mentors Onboarding" 
href="presentations/incubator/mentors/index.html" target="_blank"/>
       </item>
       <item name="Apache MyNewt" href="presentations/mynewt/index_en.html" 
target="_blank"/>
       <item name="Apache PLC4X">

Reply via email to