Commit 6b69179 1 parent b5bb87f commit 6b69179 Copy full SHA for 6b69179
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
26
26
<artifactId >maven-plugins</artifactId >
27
27
<groupId >org.apache.maven.plugins</groupId >
28
28
<version >34</version >
29
- <relativePath >../../pom/maven/maven-plugins/pom.xml</ relativePath >
29
+ <relativePath / >
30
30
</parent >
31
31
32
32
<artifactId >maven-checkstyle-plugin</artifactId >
@@ -69,6 +69,7 @@ under the License.
69
69
<checkstyleVersion >8.29</checkstyleVersion >
70
70
<doxiaVersion >1.4</doxiaVersion >
71
71
<sitePluginVersion >3.9.0</sitePluginVersion >
72
+ <surefire .version>2.22.2</surefire .version>
72
73
<project .build.outputTimestamp>2020-02-08T08:24:16Z</project .build.outputTimestamp>
73
74
</properties >
74
75
@@ -267,11 +268,16 @@ under the License.
267
268
</excludes >
268
269
</configuration >
269
270
</plugin >
271
+ <!-- remove with parent pom upgrade -->
270
272
<plugin >
271
273
<groupId >org.apache.maven.plugins</groupId >
272
274
<artifactId >maven-project-info-reports-plugin</artifactId >
273
275
<version >3.1.1</version >
274
276
</plugin >
277
+ <plugin >
278
+ <artifactId >maven-enforcer-plugin</artifactId >
279
+ <version >3.0.0-M3</version >
280
+ </plugin >
275
281
</plugins >
276
282
</pluginManagement >
277
283
<plugins >
You can’t perform that action at this time.
0 commit comments