You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/01/16 12:26:49 UTC

[sling-org-apache-sling-scripting-core] branch master updated: INFRA-15815 Maven build can't find SNAPSHOT parent pom on repository.apache.org

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git


The following commit(s) were added to refs/heads/master by this push:
     new fb9b009  INFRA-15815 Maven build can't find SNAPSHOT parent pom on repository.apache.org
fb9b009 is described below

commit fb9b0094d6cc48e6eac33d62a52ef09597314be1
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 16 13:26:35 2018 +0100

    INFRA-15815 Maven build can't find SNAPSHOT parent pom on repository.apache.org
    
    rule out Maven Failsafe Plugin (SLING-7347)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6ecb8f0..f38e08f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.18.1</version>
                 <executions>
                   <execution>
                     <goals>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].