]> source.dussan.org Git - pf4j.git/commitdiff
Fix maven warning about plugin version (#568)
authorSebastian Lövdahl <slovdahl@hibox.fi>
Mon, 19 Feb 2024 16:48:12 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 16:48:12 +0000 (18:48 +0200)
pf4j/pom.xml

index c00e0e6cd1848ff0d40060825413dddcaabf915f..f729b9aea081f59c9da658ff21149248390062d1 100644 (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>