File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 218
218
<maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
219
219
<maven-ear-plugin .version>3.2.0</maven-ear-plugin .version>
220
220
<maven-enforcer-plugin .version>3.0.0</maven-enforcer-plugin .version>
221
- <maven-failsafe-plugin .version>2.22.2 </maven-failsafe-plugin .version>
221
+ <maven-failsafe-plugin .version>3.0.0-M6 </maven-failsafe-plugin .version>
222
222
<maven-gpg-plugin .version>3.0.1</maven-gpg-plugin .version>
223
223
<maven-help-plugin .version>3.2.0</maven-help-plugin .version>
224
224
<maven-install-plugin .version>2.5.2</maven-install-plugin .version>
234
234
<maven-scm-publish-plugin .version>3.1.0</maven-scm-publish-plugin .version>
235
235
<maven-site-plugin .version>3.11.0</maven-site-plugin .version>
236
236
<maven-source-plugin .version>3.2.1</maven-source-plugin .version>
237
- <maven-surefire-plugin .version>2.22.2 </maven-surefire-plugin .version>
238
- <maven-surefire-report-plugin .version>2.22.2 </maven-surefire-report-plugin .version>
237
+ <maven-surefire-plugin .version>3.0.0-M6 </maven-surefire-plugin .version>
238
+ <maven-surefire-report-plugin .version>3.0.0-M6 </maven-surefire-report-plugin .version>
239
239
<maven-war-plugin .version>3.3.2</maven-war-plugin .version>
240
240
<plexus-component-metadata .version>2.1.1</plexus-component-metadata .version>
241
241
<taglist-maven-plugin .version>3.0.0</taglist-maven-plugin .version>
622
622
</reporting >
623
623
624
624
<profiles >
625
- <profile >
626
- <!--
627
- On travis-ci, the API rate limit for github reports is sometimes exceeded,
628
- so only render this when not run on travis.
629
- -->
630
- <id >mojo-enable-githubreport-when-not-on-travis</id >
631
- <activation >
632
- <property >
633
- <name >!env.CONTINUOUS_INTEGRATION</name >
634
- </property >
635
- </activation >
636
- </profile >
637
625
<profile >
638
626
<id >mojo-release</id >
639
627
<build >
You can’t perform that action at this time.
0 commit comments