File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
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
65
65
<properties >
66
66
<javaVersion >8</javaVersion >
67
67
<mavenVersion >3.2.5</mavenVersion >
68
- <aetherVersion >1.0.0.v20140518</aetherVersion > <!-- Maven bound -->
69
- <slf4jVersion >1.7.5</slf4jVersion > <!-- Maven bound -->
68
+ <!-- Maven bound -->
69
+ <aetherVersion >1.0.0.v20140518</aetherVersion >
70
+ <!-- Maven bound -->
71
+ <slf4jVersion >1.7.5</slf4jVersion >
70
72
71
73
<!-- plugin versions used in IT tests -->
72
74
<mavenAntrunPluginVersion >3.1.0</mavenAntrunPluginVersion >
117
119
<groupId >org.eclipse.aether</groupId >
118
120
<artifactId >aether-util</artifactId >
119
121
<version >${aetherVersion} </version >
120
- <scope >compile</scope > <!-- To work in Maven versions older than 3.9.0 -->
122
+ <!-- To work in Maven versions older than 3.9.0 -->
123
+ <scope >compile</scope >
121
124
</dependency >
122
125
<dependency >
123
126
<groupId >org.codehaus.plexus</groupId >
143
146
<version >3.3.0</version >
144
147
<scope >test</scope >
145
148
</dependency >
146
- <dependency > <!-- used by maven-plugin-testing-harness, don't give it compile scope! -->
149
+ <dependency >
150
+ <!-- used by maven-plugin-testing-harness, don't give it compile scope! -->
147
151
<groupId >org.apache.maven</groupId >
148
152
<artifactId >maven-compat</artifactId >
149
153
<version >${mavenVersion} </version >
You can’t perform that action at this time.
0 commit comments