File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.apache.maven.plugins</groupId >
27
27
<artifactId >maven-plugins</artifactId >
28
- <version >37 </version >
28
+ <version >39 </version >
29
29
<relativePath />
30
30
</parent >
31
31
70
70
<properties >
71
71
<javaVersion >8</javaVersion >
72
72
<mavenVersion >3.2.5</mavenVersion >
73
- <mavenPluginToolsVersion >3.6.4</mavenPluginToolsVersion >
74
73
<project .build.outputTimestamp>2022-08-14T12:24:27Z</project .build.outputTimestamp>
75
74
</properties >
76
75
111
110
<dependency >
112
111
<groupId >org.apache.maven.plugin-tools</groupId >
113
112
<artifactId >maven-plugin-tools-generators</artifactId >
114
- <version >${mavenPluginToolsVersion } </version >
113
+ <version >${maven.plugin.tools.version } </version >
115
114
</dependency >
116
115
<dependency >
117
116
<groupId >org.ow2.asm</groupId >
126
125
<dependency >
127
126
<groupId >org.apache.maven.plugin-tools</groupId >
128
127
<artifactId >maven-plugin-annotations</artifactId >
129
- <version >${mavenPluginToolsVersion} </version >
130
128
<scope >provided</scope >
131
129
</dependency >
132
130
You can’t perform that action at this time.
0 commit comments