You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2018/11/04 23:08:54 UTC

[2/2] clerezza git commit: CLEREZZA-1026: Bump maven-surefire-plugin in parent pom to 2.22.1 and set useSystemClassLoader to false

CLEREZZA-1026: Bump maven-surefire-plugin in parent pom to 2.22.1 and set useSystemClassLoader to false


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/f06386fc
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/f06386fc
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/f06386fc

Branch: refs/heads/reunited
Commit: f06386fcfb408bffb14bc967035e3a2295ffc093
Parents: a6bb00b
Author: Hasan <ha...@apache.org>
Authored: Mon Nov 5 00:08:27 2018 +0100
Committer: Hasan <ha...@apache.org>
Committed: Mon Nov 5 00:08:27 2018 +0100

----------------------------------------------------------------------
 parent/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/f06386fc/parent/pom.xml
----------------------------------------------------------------------
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>