File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
api/maven-api-plugin/src/main/mdo Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ under the License.
409
409
<field xdoc.separator="blank">
410
410
<name>requirements</name>
411
411
<version>1.0.0/1.1.0</version>
412
- <description></description>
412
+ <description>Use Maven 4 Dependency Injection (for v4 plugins) or JSR 330 annotations (for v3 plugins) to inject dependencies instead. </description>
413
413
<association>
414
414
<type>Requirement</type>
415
415
<multiplicity>*</multiplicity>
@@ -535,20 +535,17 @@ under the License.
535
535
<field>
536
536
<name>role</name>
537
537
<required>true</required>
538
- <version>1.0.0+</version>
539
538
<type>String</type>
540
539
<description></description>
541
540
</field>
542
541
<field xml.tagName="role-hint">
543
542
<name>roleHint</name>
544
- <version>1.0.0+</version>
545
543
<type>String</type>
546
544
<description></description>
547
545
</field>
548
546
<field xml.tagName="field-name">
549
547
<name>fieldName</name>
550
548
<required>true</required>
551
- <version>1.0.0+</version>
552
549
<type>String</type>
553
550
<description>The field name which has this requirement.</description>
554
551
</field>
You can’t perform that action at this time.
0 commit comments