Skip to content

Commit b0c3943

Browse files
committed
maven surfire plugin version upgrade and removal of log4j for logging
1 parent c4f97c6 commit b0c3943

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>sib-api-v3-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>sib-api-v3-sdk</name>
8-
<version>5.2.0</version>
8+
<version>5.3.0</version>
99
<url>https://github.com/sendinblue/APIv3-java-library</url>
1010
<description>SendinBlue&#39;s API v3 Java Library</description>
1111
<scm>
@@ -75,16 +75,11 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-surefire-plugin</artifactId>
78-
<version>2.12</version>
78+
<version>3.0.0-M5</version>
7979
<configuration>
80-
<systemProperties>
81-
<property>
82-
<name>loggerPath</name>
83-
<value>conf/log4j.properties</value>
84-
</property>
85-
</systemProperties>
8680
<argLine>-Xms512m -Xmx1500m</argLine>
8781
<parallel>methods</parallel>
82+
<threadCount>30</threadCount>
8883
<forkMode>pertest</forkMode>
8984
</configuration>
9085
</plugin>

0 commit comments

Comments
 (0)