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-release.git
The following commit(s) were added to refs/heads/master by this push:
new 36438a68 Remove manual configuration for plugin requirementsHistories
36438a68 is described below
commit 36438a68d8ff6e3bb14ab6cca264d429990985df
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Nov 21 16:44:03 2025 +0100
Remove manual configuration for plugin requirementsHistories
Now it is resolved by plugin-tools
---
maven-release-plugin/pom.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml
index cf193859..085d7b18 100644
--- a/maven-release-plugin/pom.xml
+++ b/maven-release-plugin/pom.xml
@@ -197,25 +197,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
- <configuration>
- <requirementsHistories>
- <requirementsHistory>
- <version>3.0.0-M5</version>
- <maven>3.0</maven>
- <jdk>1.8</jdk>
- </requirementsHistory>
- <requirementsHistory>
- <version>3.0.0-M2</version>
- <maven>3.0</maven>
- <jdk>1.7</jdk>
- </requirementsHistory>
- <requirementsHistory>
- <version>2.5.3</version>
- <maven>2.2.1</maven>
- <jdk>1.7</jdk>
- </requirementsHistory>
- </requirementsHistories>
- </configuration>
</plugin>
</plugins>
</reporting>