This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-base.git
The following commit(s) were added to refs/heads/master by this push:
new f9ae155 Update to latest surefire plugin
f9ae155 is described below
commit f9ae155a525524cd5a773cf6d9515cc1b444f51a
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 20 09:22:47 2019 +0100
Update to latest surefire plugin
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 16125d5..453b538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,11 @@
org.apache.sling.jcr.base.internal
</excludePackageNames>
</configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>3.0.0-M3</version>
</plugin>
</plugins>
</build>