Fix plexus-component-metadata plugin version (#229)

A parent POM have it removed, but the plgMgmt does
not have this entry of IT project.
This commit is contained in:
Tamas Cservenak 2023-01-12 13:07:09 +01:00 committed by GitHub
parent 1b31813b91
commit 11e8501adb
1 changed files with 5 additions and 0 deletions

View File

@ -252,6 +252,11 @@ under the License.
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-tools-version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.1.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>