diff --git a/docs/pom.xml b/docs/pom.xml
index 6e63f8e7..7e75ba5b 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -66,6 +66,8 @@ under the License.
pom-archives/maven-LATEST
true
+ maven-parent
+
true
true
diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm
index 9e38999f..0cf2deb9 100644
--- a/docs/src/site/apt/index.apt.vm
+++ b/docs/src/site/apt/index.apt.vm
@@ -118,6 +118,15 @@ mvn scm-publish:publish-scm
* History
+** 46
+
+ A <> has been added to the generated site to provide a direct link to the project's GitHub repository.
+
+ A new configuration property <<>> has been introduced.
+ By default, this property is set to <<<$\{project.artifactId\}>>>, is used to resolve the <> repository URL for the ribbon link.
+
+** 38
+
As of version 38, this POM sets the Java source and target versions to 1.8. Thus, as any plugin (or other component)
moved to version 38+ of this POM, it moves to requiring Java 1.8 (was Java 1.5 since version 21, Java 1.6 since
version 27, and Java 1.7 since version 34).
diff --git a/maven-plugins/src/site/site.xml b/maven-plugins/src/site/site.xml
index d68e3769..da34bdae 100644
--- a/maven-plugins/src/site/site.xml
+++ b/maven-plugins/src/site/site.xml
@@ -21,16 +21,6 @@ under the License.
-
-
-
- apache/${project.artifactId}
- right
- gray
-
-
-
-
diff --git a/pom.xml b/pom.xml
index f9899a87..6a86857c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -971,6 +971,8 @@ under the License.
../..
LATEST
+
+ ${project.artifactId}
true
0.9.0.M4
4.0.2
diff --git a/src/site/site.xml b/src/site/site.xml
index 229c70ba..3c89c8e1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -50,6 +50,11 @@ under the License.
true
+
+ apache/${maven.site.gitHubProjectId}
+ right
+ gray
+