This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 4fe4c69 [MPLUGIN-383] add prerequisites to plugin pom
4fe4c69 is described below
commit 4fe4c693d934a31ef0dc01e62c488f4b92df37a7
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Nov 29 08:21:46 2021 +0100
[MPLUGIN-383] add prerequisites to plugin pom
---
maven-plugin-plugin/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml
index 80a8958..e035c9a 100644
--- a/maven-plugin-plugin/pom.xml
+++ b/maven-plugin-plugin/pom.xml
@@ -37,6 +37,10 @@
and a generic help goal.
</description>
+ <prerequisites>
+ <maven>${mavenVersion}</maven>
+ </prerequisites>
+
<properties>
<doxiaVersion>1.9.1</doxiaVersion>
<doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>