This is an automated email from the ASF dual-hosted git repository. hasan pushed a commit to branch reunited in repository https://gitbox.apache.org/repos/asf/clerezza.git
commit e153faa0c78629b033ea7e8f128dd04d2cb6dcbb Author: Hasan <[email protected]> AuthorDate: Mon Nov 5 00:08:27 2018 +0100 CLEREZZA-1026: Bump maven-surefire-plugin in parent pom to 2.22.1 and set useSystemClassLoader to false --- parent/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9094112..2607b41 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -140,7 +140,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.15</version> + <version>2.22.1</version> + <configuration> + <useSystemClassLoader>false</useSystemClassLoader> + </configuration> </plugin> <plugin> <groupId>org.codehaus.xsite</groupId>
