File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >sib-api-v3-sdk</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >sib-api-v3-sdk</name >
8
- <version >5.2 .0</version >
8
+ <version >5.3 .0</version >
9
9
<url >https://github.com/sendinblue/APIv3-java-library</url >
10
10
<description >SendinBlue' s API v3 Java Library</description >
11
11
<scm >
75
75
<plugin >
76
76
<groupId >org.apache.maven.plugins</groupId >
77
77
<artifactId >maven-surefire-plugin</artifactId >
78
- <version >2.12 </version >
78
+ <version >3.0.0-M5 </version >
79
79
<configuration >
80
- <systemProperties >
81
- <property >
82
- <name >loggerPath</name >
83
- <value >conf/log4j.properties</value >
84
- </property >
85
- </systemProperties >
86
80
<argLine >-Xms512m -Xmx1500m</argLine >
87
81
<parallel >methods</parallel >
82
+ <threadCount >30</threadCount >
88
83
<forkMode >pertest</forkMode >
89
84
</configuration >
90
85
</plugin >
You can’t perform that action at this time.
0 commit comments