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

hboutemy pushed a commit to branch MSHADE-472
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 97083da9548471a736d719f0b58eba35a50ecfda
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Apr 20 17:23:38 2024 +0200

    [MSHADE-472] upgrade parent POM
---
 pom.xml                   | 50 +----------------------------------------------
 src/site/apt/index.apt.vm |  2 ++
 src/site/site.xml         |  7 +++++--
 3 files changed, 8 insertions(+), 51 deletions(-)

diff --git a/pom.xml b/pom.xml
index 795be42..145f436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>41</version>
+    <version>42</version>
     <relativePath />
   </parent>
 
@@ -305,54 +305,6 @@
             </execution>
           </executions>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-report-plugin</artifactId>
-          <configuration>
-            <requirementsHistories>
-              <requirementsHistory>
-                <version>3.5.1</version>
-                <maven>3.2.5</maven>
-                <jdk>8</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>from 3.4.0 to 3.5.0</version>
-                <maven>3.1.1</maven>
-                <jdk>8</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>3.3.0</version>
-                <maven>3.1.1</maven>
-                <jdk>7</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>from 3.2.0 to 3.2.4</version>
-                <maven>3.0</maven>
-                <jdk>7</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>from 3.0.0 to 3.1.1</version>
-                <maven>3.0</maven>
-                <jdk>6</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>from 2.0 to 2.4.3</version>
-                <maven>3.0</maven>
-                <jdk>5</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>from 1.5 to 1.7.1</version>
-                <maven>2.0.6</maven>
-                <jdk>5</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>up to 1.4</version>
-                <maven>2.0.6</maven>
-                <jdk>1.4</jdk>
-              </requirementsHistory>
-            </requirementsHistories>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
 
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 481f6fd..37e2036 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -73,4 +73,6 @@ ${project.name}
 
   * {{{./examples/resource-transformers.html}Resource Transformers}}
 
+  * {{{./examples/use-shader-other-impl.html}Using another Shader 
implementation}}
+
   []
diff --git a/src/site/site.xml b/src/site/site.xml
index cba65de..31a5c7a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -51,11 +51,14 @@ under the License.
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Goals" href="plugin-info.html"/>
+      <item name="Goals" href="plugin-info.html">
+        <item name="shade:shade" href="shade-mojo.html" />
+        <item name="shade:help" href="help-mojo.html" />
+      </item>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
     <menu name="Examples">

Reply via email to