File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 58
58
<basepom .check.skip-license>true</basepom .check.skip-license>
59
59
<basepom .check.skip-dependency>true</basepom .check.skip-dependency>
60
60
61
- <maven .version>3.8.7</maven .version>
62
- <maven .plugin-stuff.version>3.7.1</maven .plugin-stuff.version>
61
+ <dep .plugin.plugin.version>3.7.1</dep .plugin.plugin.version>
63
62
</properties >
64
63
65
64
<dependencies >
95
94
<dependency >
96
95
<groupId >org.apache.maven.plugin-tools</groupId >
97
96
<artifactId >maven-plugin-annotations</artifactId >
98
- <version >${maven .plugin-stuff .version} </version >
97
+ <version >${dep .plugin.plugin .version} </version >
99
98
<scope >provided</scope >
100
99
</dependency >
101
100
</dependencies >
104
103
<plugin >
105
104
<groupId >org.apache.maven.plugins</groupId >
106
105
<artifactId >maven-plugin-plugin</artifactId >
107
- <version >${maven .plugin-stuff .version} </version >
106
+ <version >${dep .plugin.plugin .version} </version >
108
107
<configuration >
109
108
<skipErrorNoDescriptorsFound >true</skipErrorNoDescriptorsFound >
110
109
</configuration >
You can’t perform that action at this time.
0 commit comments