You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/05/02 11:35:25 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: SLING-7634 - Launchpad testing fails with Java 10

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 18e7c24  SLING-7634 - Launchpad testing fails with Java 10
18e7c24 is described below

commit 18e7c24b8ca8f5fdfcc0211680be2602fa97720f
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed May 2 14:35:01 2018 +0300

    SLING-7634 - Launchpad testing fails with Java 10
    
    Upgrade to maven-failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0ba5442..77155f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.21.0</version>
                 <executions>
                     <execution>
                         <goals>

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.