You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/02/12 16:49:03 UTC

[maven-apache-parent] branch master updated: add "Extensions" entry in left menu

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 83dcaac  add "Extensions" entry in left menu
83dcaac is described below

commit 83dcaac6b81611bf76bd013c77c9110305c1ec0a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Feb 12 17:49:00 2022 +0100

    add "Extensions" entry in left menu
---
 src/site-docs/apt/index.apt.vm | 2 +-
 src/site-docs/site.xml         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 5ab7456..06be17f 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -164,7 +164,7 @@ History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
   master: {{{https://github.com/apache/maven-apache-parent/tree/master/pom.xml}$project.version}}
-  ({{{https://github.com/apache/maven-apache-parent/compare/apache-23...master}diff}})
+  ({{{https://github.com/apache/maven-apache-parent/compare/apache-24...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml
index f9d41a1..40eff94 100644
--- a/src/site-docs/site.xml
+++ b/src/site-docs/site.xml
@@ -68,6 +68,7 @@ under the License.
       <item name="Archetype"         href="https://maven.apache.org/archetype/index.html" />
       <item name="Artifact Resolver" href="https://maven.apache.org/resolver/index.html" />
       <item name="Doxia"             href="https://maven.apache.org/doxia/index.html" />
+      <item name="Extensions"        href="https://maven.apache.org/extensions/index.html" />
       <item name="JXR"               href="https://maven.apache.org/jxr/index.html" />
       <item name="Maven"             href="https://maven.apache.org/ref/current" />
       <item name="Parent POMs"       href="https://maven.apache.org/pom/index.html" />