Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2012-05-02 00:30:42 +0000
committerFred Bricon2012-05-02 00:30:42 +0000
commit0392788a85a008af939fed07882bec73f97ee2c2 (patch)
tree558f89051e1cb6666d02de824bdc21dc1b64649f
parent58d1fda04823016cf620ff7a0b1a08bf5848e7be (diff)
downloadm2e-core-0392788a85a008af939fed07882bec73f97ee2c2.tar.gz
m2e-core-0392788a85a008af939fed07882bec73f97ee2c2.tar.xz
m2e-core-0392788a85a008af939fed07882bec73f97ee2c2.zip
373738 maven-compiler-plugin template uses v2.4
Signed-off-by: Fred Bricon <fbricon@gmail.com>
-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 04e71c8d..cc4ffc37 100644
--- a/org.eclipse.m2e.editor.xml/plugin.xml
+++ b/org.eclipse.m2e.editor.xml/plugin.xml
@@ -180,7 +180,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;2.3.2&lt;/version&gt;
+ &lt;version&gt;2.4&lt;/version&gt;
&lt;configuration&gt;
&lt;!-- http://maven.apache.org/plugins/maven-compiler-plugin/ --&gt;
&lt;source&gt;${cursor}1.6&lt;/source&gt;

Back to the top