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 6958f77  chore: Updated the git coordinates to omit the "inbubator-" 
prefix.
6958f77 is described below

commit 6958f7703e0970a05a076184e1eb12f3e2d2f04e
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Aug 30 17:05:10 2025 +0200

    chore: Updated the git coordinates to omit the "inbubator-" prefix.
---
 README.md                                                      |  2 +-
 content/Apache/Incubator/IncubatorReleases/README.md           |  2 +-
 content/Apache/Incubator/NavigatingASFIncubation/README.md     |  2 +-
 pom.xml                                                        |  8 ++++----
 site/pom.xml                                                   | 10 +++++-----
 site/src/site/asciidoc/developers/website.adoc                 |  2 +-
 site/src/site/asciidoc/users/index.adoc                        |  4 ++--
 site/src/site/asciidoc/users/presentation-tips.adoc            |  4 ++--
 tools/Dockerfile                                               |  2 +-
 tools/pom.xml                                                  |  8 ++++----
 website-skin/src/it/training-website/pom.xml                   | 10 +++++-----
 .../src/it/training-website/src/site/asciidoc/users/index.adoc |  4 ++--
 12 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/README.md b/README.md
index 2f91c56..84d8cc8 100644
--- a/README.md
+++ b/README.md
@@ -56,4 +56,4 @@ Wiki: 
[https://cwiki.apache.org/confluence/display/TRAINING](https://cwiki.apach
 
 Jira: 
[https://issues.apache.org/jira/browse/TRAINING](https://issues.apache.org/jira/browse/TRAINING)
 
-Git: [Apache 
Repo](https://gitbox.apache.org/repos/asf\?p=incubator-training.git) - [Github 
Mirror](https://github.com/apache/incubator-training)
+Git: [Apache Repo](https://gitbox.apache.org/repos/asf\?p=training.git) - 
[Github Mirror](https://github.com/apache/training)
diff --git a/content/Apache/Incubator/IncubatorReleases/README.md 
b/content/Apache/Incubator/IncubatorReleases/README.md
index 32dd70f..a7dd17b 100644
--- a/content/Apache/Incubator/IncubatorReleases/README.md
+++ b/content/Apache/Incubator/IncubatorReleases/README.md
@@ -12,7 +12,7 @@ The purpose of the Training project is to create high-quality 
training material
 ## How to Get Involved
 
 Vist [Apache Training](https://training.apache.org) for more information on 
the project.
-These slides can be found in 
[github](https://github.com/apache/incubator-training/tree/master/content/ApacheWay/NavigatingASFIncubation.).
 Pull requests welcome.
+These slides can be found in 
[github](https://github.com/apache/training/tree/master/content/ApacheWay/NavigatingASFIncubation.).
 Pull requests welcome.
 
 ## Technology Used
 
diff --git a/content/Apache/Incubator/NavigatingASFIncubation/README.md 
b/content/Apache/Incubator/NavigatingASFIncubation/README.md
index 78405fb..65222dc 100644
--- a/content/Apache/Incubator/NavigatingASFIncubation/README.md
+++ b/content/Apache/Incubator/NavigatingASFIncubation/README.md
@@ -12,7 +12,7 @@ The purpose of the Training project is to create high-quality 
training material
 ## How to Get Involved
 
 Vist [Apache Training](https://training.apache.org) for more information on 
the project.
-These slides can be found in 
[github](https://github.com/apache/incubator-training/tree/master/content/ApacheWay/NavigatingASFIncubation.).
 Pull requests welcome.
+These slides can be found in 
[github](https://github.com/apache/training/tree/master/content/ApacheWay/NavigatingASFIncubation.).
 Pull requests welcome.
 
 ## Technology Used
 
diff --git a/pom.xml b/pom.xml
index b395d9f..2e032ce 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>
@@ -44,9 +44,9 @@
   </modules>
 
   <scm>
-    
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
-    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
-    <url>https://github.com/apache/incubator-training</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/training.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/training.git</developerConnection>
+    <url>https://github.com/apache/training</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/site/pom.xml b/site/pom.xml
index 2b363d7..92442a7 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>31</version>
+    <version>35</version>
     <!-- Otherwise maven complains about the pom upstairs having different 
coordinates. -->
     <relativePath/>
   </parent>
@@ -41,9 +41,9 @@
   <inceptionYear>2019</inceptionYear>
 
   <scm>
-    
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
-    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
-    <url>https://github.com/apache/incubator-trainingx</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/training.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/training.git</developerConnection>
+    <url>https://github.com/apache/trainingx</url>
     <tag>HEAD</tag>
   </scm>
 
@@ -51,7 +51,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      
<url>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</url>
+      <url>scm:git:https://gitbox.apache.org/repos/asf/training.git</url>
     </site>
   </distributionManagement>
 
diff --git a/site/src/site/asciidoc/developers/website.adoc 
b/site/src/site/asciidoc/developers/website.adoc
index b776cc6..4f7173f 100644
--- a/site/src/site/asciidoc/developers/website.adoc
+++ b/site/src/site/asciidoc/developers/website.adoc
@@ -38,7 +38,7 @@ This allows us to generate images like the ones on the 
http://plc4x.apache.org/p
 
 === Providing new content
 
-The website content can be found on GitHub, in the /site subdirectory, at 
https://github.com/apache/incubator-training[github.com/apache/incubator-training].
 Within the `src/site` directory, there is a file `site.xml` which generally 
controls the menu and the look of the site.
+The website content can be found on GitHub, in the /site subdirectory, at 
https://github.com/apache/training[github.com/apache/incubator-training]. 
Within the `src/site` directory, there is a file `site.xml` which generally 
controls the menu and the look of the site.
 
 Most settings are inherited from the `training` parent module. That's also why 
this is more complicated than the others.
 
diff --git a/site/src/site/asciidoc/users/index.adoc 
b/site/src/site/asciidoc/users/index.adoc
index da94b29..0cf0682 100644
--- a/site/src/site/asciidoc/users/index.adoc
+++ b/site/src/site/asciidoc/users/index.adoc
@@ -48,8 +48,8 @@ Installation details for your preferred operating system are 
currently
 To get a local copy of the tools and presentations:
 
 ```
-git clone https://github.com/apache/incubator-training.git
-cd incubator-training
+git clone https://github.com/apache/training.git
+cd training
 mvn install
 ```
 
diff --git a/site/src/site/asciidoc/users/presentation-tips.adoc 
b/site/src/site/asciidoc/users/presentation-tips.adoc
index f2e9544..eab9619 100644
--- a/site/src/site/asciidoc/users/presentation-tips.adoc
+++ b/site/src/site/asciidoc/users/presentation-tips.adoc
@@ -37,8 +37,8 @@ link:index.html#/getting-started[Getting Started], but recap 
it here:
 
 [code]
 ----
-git clone https://github.com/apache/incubator-training.git
-cd incubator-training/content
+git clone https://github.com/apache/training.git
+cd training/content
 cd [path to your desired presentation]
 cd ./src/main/asciidoc
 [edit index.adoc to make your desired changes]
diff --git a/tools/Dockerfile b/tools/Dockerfile
index 06e7365..5a08c99 100644
--- a/tools/Dockerfile
+++ b/tools/Dockerfile
@@ -33,7 +33,7 @@
 #
 # To build a presentation using this image:
 #
-# cd incubator-training/tools/maven-revealjs-asciidoctor-template/
+# cd training/tools/maven-revealjs-asciidoctor-template/
 # docker run -it --rm --volume $PWD:/opt/workdir training-build:latest -c "mvn 
clean package"
 #
 # Alternatively, you can include a reference to your local .m2 to speed up the 
build:
diff --git a/tools/pom.xml b/tools/pom.xml
index fe0ca3d..f356e45 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 />
@@ -38,9 +38,9 @@
   <name>Training: Tools</name>
 
   <scm>
-    
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
-    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
-    <url>https://github.com/apache/incubator-training</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/training.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/training.git</developerConnection>
+    <url>https://github.com/apache/training</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/website-skin/src/it/training-website/pom.xml 
b/website-skin/src/it/training-website/pom.xml
index c1e68b7..856e577 100644
--- a/website-skin/src/it/training-website/pom.xml
+++ b/website-skin/src/it/training-website/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>31</version>
+    <version>35</version>
     <relativePath/>
   </parent>
 
@@ -42,9 +42,9 @@
   </organization>
 
   <scm>
-    
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
-    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
-    <url>https://github.com/apache/incubator-training</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/training.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/training.git</developerConnection>
+    <url>https://github.com/apache/training</url>
     <tag>HEAD</tag>
   </scm>
 
@@ -52,7 +52,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      
<url>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</url>
+      <url>scm:git:https://gitbox.apache.org/repos/asf/training.git</url>
     </site>
   </distributionManagement>
 
diff --git 
a/website-skin/src/it/training-website/src/site/asciidoc/users/index.adoc 
b/website-skin/src/it/training-website/src/site/asciidoc/users/index.adoc
index c9250da..6adde41 100644
--- a/website-skin/src/it/training-website/src/site/asciidoc/users/index.adoc
+++ b/website-skin/src/it/training-website/src/site/asciidoc/users/index.adoc
@@ -80,6 +80,6 @@ Additional requirements:
 
 In order to build Apache Training Tooling, please checkout the git repo from:
 
-    git clone https://gitbox.apache.org/repos/asf/incubator-training.git
-    cd incubator-training
+    git clone https://gitbox.apache.org/repos/asf/training.git
+    cd training
     mvn install

Reply via email to