We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1b2b7 commit 2a0f828Copy full SHA for 2a0f828
framework/fel/java/maven-plugins/pom.xml
@@ -14,6 +14,12 @@
14
15
<name>FEL Maven Plugin Parent</name>
16
17
+ <properties>
18
+ <!-- Maven plugin versions -->
19
+ <maven.version>3.8.8</maven.version>
20
+ <maven.plugin.version>3.8.2</maven.plugin.version>
21
+ </properties>
22
+
23
<modules>
24
<module>tool-maven-plugin</module>
25
</modules>
0 commit comments