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 2676174 commit f32f5f2Copy full SHA for f32f5f2
pom.xml
@@ -36,6 +36,7 @@
36
37
<!-- maven plugins -->
38
<animal-sniffer-maven-plugin.version>1.19</animal-sniffer-maven-plugin.version>
39
+ <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
40
<maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version>
41
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
42
<maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
@@ -391,7 +392,7 @@
391
392
<plugin>
393
<groupId>org.eclipse.m2e</groupId>
394
<artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
395
+ <version>${lifecycle-mapping.version}</version>
396
<configuration>
397
<lifecycleMappingMetadata>
398
<pluginExecutions>
0 commit comments