Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-12-13 11:48:40 +0000
committerAlexander Kurtakov2019-12-13 11:48:40 +0000
commit8088b5e8a12729faf3525fca21f60da5abc6ccc8 (patch)
tree3fc3584cbbe538f7789de3b7cf569286e2fb0bee
parent30e96d06bce747a88698342901c1713e1e9bac35 (diff)
downloadeclipse.platform.releng.aggregator-8088b5e8a12729faf3525fca21f60da5abc6ccc8.tar.gz
eclipse.platform.releng.aggregator-8088b5e8a12729faf3525fca21f60da5abc6ccc8.tar.xz
eclipse.platform.releng.aggregator-8088b5e8a12729faf3525fca21f60da5abc6ccc8.zip
Update to use maven-enforcer 3.0.0 M3.
Change-Id: Ia87285d6b9e9844e0223ed993efb3ddb3670777e 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 98414a411..84177f117 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -347,7 +347,7 @@
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.0.0-M2</version>
+ <version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce-maven</id>

Back to the top