Browse Source

Fix maven warning about plugin version (#568)

tags/release-3.11.0
Sebastian Lövdahl 2 months ago
parent
commit
5a73e6a1b3
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      pf4j/pom.xml

+ 1
- 0
pf4j/pom.xml View File

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

Loading…
Cancel
Save