Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.editor.xml/plugin.xml')
-rw-r--r--org.eclipse.m2e.editor.xml/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.m2e.editor.xml/plugin.xml b/org.eclipse.m2e.editor.xml/plugin.xml
index f04f5ca0..4a26041c 100644
--- a/org.eclipse.m2e.editor.xml/plugin.xml
+++ b/org.eclipse.m2e.editor.xml/plugin.xml
@@ -183,8 +183,8 @@
<version>3.1</version>
<configuration>
<!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
- <source>${cursor}1.6</source>
- <target>1.6</target>
+ <source>${cursor}1.7</source>
+ <target>1.7</target>
</configuration>
&lt;/plugin&gt;</pattern>
</template>

Back to the top