Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2013-02-16 15:44:31 +0000
committerIgor Fedorenko2013-02-16 16:41:50 +0000
commit24278bb01118f381c0614dad3bff58c120f1a4ef (patch)
tree5e570afb8efd84e5b204d7210039739469192f2f /m2e-maven-runtime
parente03d2925e0632053312539edef7350e37783963f (diff)
downloadm2e-core-24278bb01118f381c0614dad3bff58c120f1a4ef.tar.gz
m2e-core-24278bb01118f381c0614dad3bff58c120f1a4ef.tar.xz
m2e-core-24278bb01118f381c0614dad3bff58c120f1a4ef.zip
require at least JavaSE-1.6 execution runtime environment
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/m2e-maven-runtime/pom.xml b/m2e-maven-runtime/pom.xml
index 5a0cc445..d1e46e32 100644
--- a/m2e-maven-runtime/pom.xml
+++ b/m2e-maven-runtime/pom.xml
@@ -72,7 +72,7 @@
<_snapshot>${osgi-version-qualifier}</_snapshot>
<Bundle-SymbolicName>${project.artifactId};singleton:=false</Bundle-SymbolicName>
- <Bundle-RequiredExecutionEnvironment>J2SE-1.5,JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
+ <Bundle-RequiredExecutionEnvironment>JavaSE-1.6,JavaSE-1.7</Bundle-RequiredExecutionEnvironment>
<Bundle-Name>%Bundle-Name</Bundle-Name>
<Bundle-Vendor>%Bundle-Vendor</Bundle-Vendor>
<Bundle-ClassPath>{maven-dependencies}</Bundle-ClassPath>

Back to the top