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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac1f4c83 Drop additional configuration for requirementsHistories
ac1f4c83 is described below

commit ac1f4c83a11da304144ab1a9314c05afd65256c0
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jan 5 18:52:01 2025 +0100

    Drop additional configuration for requirementsHistories
    
    it is managed automatically
---
 pom.xml | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2b092d5..942e48e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,51 +508,6 @@ under the License.
     </dependency>
   </dependencies>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-report-plugin</artifactId>
-          <configuration>
-            <requirementsHistories>
-              <requirementsHistory>
-                <version>3.20.0</version>
-                <maven>3.6.3</maven>
-                <jdk>1.8</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>3.12.0</version>
-                <maven>3.2.5</maven>
-                <jdk>1.8</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>3.11.0</version>
-                <maven>3.0.5</maven>
-                <jdk>1.7</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>3.9.0</version>
-                <maven>3.0</maven>
-                <jdk>1.7</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>3.7.1</version>
-                <maven>2.2.1</maven>
-                <jdk>1.6</jdk>
-              </requirementsHistory>
-              <requirementsHistory>
-                <version>3.4</version>
-                <maven>2.2.1</maven>
-                <jdk>1.5</jdk>
-              </requirementsHistory>
-            </requirementsHistories>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
   <profiles>
     <profile>
       <id>run-its</id>

Reply via email to