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.
2 parents 1b036a3 + 7e05e3c commit 41d8a2bCopy full SHA for 41d8a2b
pom.xml
@@ -76,6 +76,7 @@
76
<maven.compiler.target>8</maven.compiler.target>
77
<mainClass/>
78
<maven.version>3.8.7</maven.version>
79
+ <maven-plugin-api-version>3.9.5</maven-plugin-api-version>
80
<maven-resources-plugin-version>3.3.0</maven-resources-plugin-version>
81
<maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
82
<maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
@@ -176,7 +177,7 @@
176
177
<dependency>
178
<groupId>org.apache.maven</groupId>
179
<artifactId>maven-plugin-api</artifactId>
- <version>${maven.version}</version>
180
+ <version>${maven-plugin-api-version}</version>
181
</dependency>
182
183
<groupId>org.apache.maven.shared</groupId>
0 commit comments