Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2013-12-17 12:23:17 +0000
committerFred Bricon2013-12-17 12:23:17 +0000
commit8b959e65e61901e75d002bfe720c812e8a454d18 (patch)
treee4da38d36a2624438802338e7a49a28ecb69c250 /org.eclipse.m2e.editor.xml
parent01e127db8a2fbaa939ed8253f558e246ba3b6f5e (diff)
downloadm2e-core-8b959e65e61901e75d002bfe720c812e8a454d18.tar.gz
m2e-core-8b959e65e61901e75d002bfe720c812e8a454d18.tar.xz
m2e-core-8b959e65e61901e75d002bfe720c812e8a454d18.zip
Bump m-ear-p template version to 2.9
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 91328d41..f04f5ca0 100644
--- a/org.eclipse.m2e.editor.xml/plugin.xml
+++ b/org.eclipse.m2e.editor.xml/plugin.xml
@@ -255,7 +255,7 @@
<pattern>&lt;plugin&gt;
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;
- &lt;version&gt;2.8&lt;/version&gt;
+ &lt;version&gt;2.9&lt;/version&gt;
&lt;configuration&gt;
&lt;!-- http://maven.apache.org/plugins/maven-ear-plugin/ --&gt;
&lt;version&gt;6&lt;/version&gt;

Back to the top