Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-20 06:46:46 +0000
committerAlexander Kurtakov2018-04-20 10:19:44 +0000
commit3c242a9be15dfd21333f747163af2a034ffa698d (patch)
treed9ed1501f074cd8438f9e4ca8c568e8ac825de31
parent1eab7f44cbfd340af17801649f878522d2fcde97 (diff)
downloadeclipse.platform.releng.aggregator-3c242a9be15dfd21333f747163af2a034ffa698d.tar.gz
eclipse.platform.releng.aggregator-3c242a9be15dfd21333f747163af2a034ffa698d.tar.xz
eclipse.platform.releng.aggregator-3c242a9be15dfd21333f747163af2a034ffa698d.zip
Bug 533845 - Update to maven enforcer plugin 3.0.0-M1
While it's milestone build it provides compatibility with Java 9 [1]. Bonus point is being a Maven 3 plugin thus not bringing the compatibility layer aka slightly leaner and faster. [1] https://issues.apache.org/jira/browse/MENFORCER-274?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel Change-Id: I99c6603869b8f79f5aae85c3522d6e797b398e39 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 27e615aa4..f98a0ff78 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -367,7 +367,7 @@
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.4.1</version>
+ <version>3.0.0-M1</version>
<executions>
<execution>
<id>enforce-maven</id>

Back to the top