File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 68
68
<maven .javadoc.plugin.version>3.0.1</maven .javadoc.plugin.version>
69
69
<maven .gpg.plugin.version>1.6</maven .gpg.plugin.version>
70
70
<maven .surefire.plugin.version>2.22.0</maven .surefire.plugin.version>
71
+ <maven .surefire.drone.plugin.version>2.20</maven .surefire.drone.plugin.version>
71
72
<ejb .version>3.2</ejb .version>
72
73
<maven .replacer.plugin.version>1.5.3</maven .replacer.plugin.version>
73
74
<wildfly .version>14.0.0.CR1-SNAPSHOT</wildfly .version>
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ http://maven.apache.org/maven-v4_0_0.xsd">
88
88
<plugins >
89
89
<plugin >
90
90
<artifactId >maven-surefire-plugin</artifactId >
91
+ <version >${maven.surefire.drone.plugin.version} </version >
91
92
<configuration >
92
93
<argLine >-Duser.language=${user.language}
93
94
-Duser.region=${user.country} </argLine >
You can’t perform that action at this time.
0 commit comments