aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lövdahl <slovdahl@hibox.fi>2024-02-19 18:48:12 +0200
committerGitHub <noreply@github.com>2024-02-19 18:48:12 +0200
commit5a73e6a1b3d45167281c806e06bfeb0fcd1bdb25 (patch)
treecea240dbb76e38b59da0181eef601b0df5e2ff2e
parent336a5ba35ad2fd88c7acdf9a0ac13afb4a525e31 (diff)
downloadpf4j-5a73e6a1b3d45167281c806e06bfeb0fcd1bdb25.tar.gz
pf4j-5a73e6a1b3d45167281c806e06bfeb0fcd1bdb25.zip
Fix maven warning about plugin version (#568)
-rw-r--r--pf4j/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index c00e0e6..f729b9a 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -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>