File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >org.apache.maven.plugins</groupId >
2727 <artifactId >maven-plugins</artifactId >
28- <version >37 </version >
28+ <version >39 </version >
2929 <relativePath />
3030 </parent >
3131
6565 <properties >
6666 <javaVersion >8</javaVersion >
6767 <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 >
7072
7173 <!-- plugin versions used in IT tests -->
7274 <mavenAntrunPluginVersion >3.1.0</mavenAntrunPluginVersion >
117119 <groupId >org.eclipse.aether</groupId >
118120 <artifactId >aether-util</artifactId >
119121 <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 >
121124 </dependency >
122125 <dependency >
123126 <groupId >org.codehaus.plexus</groupId >
143146 <version >3.3.0</version >
144147 <scope >test</scope >
145148 </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! -->
147151 <groupId >org.apache.maven</groupId >
148152 <artifactId >maven-compat</artifactId >
149153 <version >${mavenVersion} </version >
You can’t perform that action at this time.
0 commit comments