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 2017/08/22 08:39:54 UTC

svn commit: r1805732 - /sling/trunk/parent/pom.xml

Author: rombert
Date: Tue Aug 22 08:39:54 2017
New Revision: 1805732

URL: http://svn.apache.org/viewvc?rev=1805732&view=rev
Log:
SLING-7070 - Build failure with Java 9 in maven-enforcer-plugin

Use a more recent version of the maven-enforcer-plugin.

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1805732&r1=1805731&r2=1805732&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Aug 22 08:39:54 2017
@@ -116,6 +116,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
+                <version>3.0.0-M1</version>
                 <executions>
                     <execution>
                         <id>enforce-java</id>