Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2017-09-11 22:46:46 +0000
committerFred Bricon2017-09-11 22:46:46 +0000
commite823d61aab2a0293997fe33e71b09cc82d3cd7ed (patch)
treee5c24dd8378a9092d3199381d29a47e3c78e072a /org.eclipse.m2e.editor.xml
parenta74cf0c80f20d2b0207eae8f0fb78550cd6dfa04 (diff)
downloadm2e-core-e823d61aab2a0293997fe33e71b09cc82d3cd7ed.tar.gz
m2e-core-e823d61aab2a0293997fe33e71b09cc82d3cd7ed.tar.xz
m2e-core-e823d61aab2a0293997fe33e71b09cc82d3cd7ed.zip
521638 : use <release> setting in maven-compiler-plugin, when converting a Java 9 project
Change-Id: I45705fec520a4b4608734db1bfd20d79165f3110 Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.editor.xml')
-rw-r--r--org.eclipse.m2e.editor.xml/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.editor.xml/plugin.xml b/org.eclipse.m2e.editor.xml/plugin.xml
index bbceba08..2147f8cb 100644
--- a/org.eclipse.m2e.editor.xml/plugin.xml
+++ b/org.eclipse.m2e.editor.xml/plugin.xml
@@ -189,7 +189,7 @@
<pattern>&lt;plugin&gt;
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
- &lt;version&gt;3.6.2&lt;/version&gt;
+ &lt;version&gt;3.7.0&lt;/version&gt;
&lt;configuration&gt;
&lt;!-- http://maven.apache.org/plugins/maven-compiler-plugin/ --&gt;
&lt;source&gt;${cursor}1.8&lt;/source&gt;

Back to the top