This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this
push:
new 31ac4999 Drop additional configuration for requirementsHistories
31ac4999 is described below
commit 31ac49998cbfae9a6ee352347fdd59bf76275429
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jan 5 18:52:01 2025 +0100
Drop additional configuration for requirementsHistories
it is managed automatically
(cherry picked from commit ac1f4c83a11da304144ab1a9314c05afd65256c0)
---
pom.xml | 45 ---------------------------------------------
1 file changed, 45 deletions(-)
diff --git a/pom.xml b/pom.xml
index 17c38188..9293ae2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,51 +503,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>