fix maven warning about missing plugin version
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
d2beb2bd3f
commit
d168993c57
6
pom.xml
6
pom.xml
|
@ -1904,6 +1904,11 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.basepom.maven</groupId>
|
||||
<artifactId>duplicate-finder-maven-plugin</artifactId>
|
||||
<version>2.0.0</version>
|
||||
</plugin>
|
||||
<!-- Build helper maven plugin sets the parsedVersion.osgiVersion property -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
|
@ -2329,7 +2334,6 @@
|
|||
<plugin>
|
||||
<groupId>org.basepom.maven</groupId>
|
||||
<artifactId>duplicate-finder-maven-plugin</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default</id>
|
||||
|
|
Loading…
Reference in New Issue