Browse Source

Fix maven warning about plugin version (#568)

pull/567/head
Sebastian Lövdahl 9 months ago committed by GitHub
parent
commit
5a73e6a1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pf4j/pom.xml

1
pf4j/pom.xml

@ -23,6 +23,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>templating-maven-plugin</artifactId> <artifactId>templating-maven-plugin</artifactId>
<version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<id>filter-src</id> <id>filter-src</id>

Loading…
Cancel
Save