Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-05-24 13:39:34 +0000
committerIgor Fedorenko2014-05-24 13:39:34 +0000
commitce4e2e8e3102a254f103b87f2bcbddeac4280dfa (patch)
treee18d0b9a6be74c1df5f2ccf13102863637f6f064 /m2e-maven-runtime
parentf22c53195db96b736d45a089e592e0341b8c99a4 (diff)
downloadm2e-core-ce4e2e8e3102a254f103b87f2bcbddeac4280dfa.tar.gz
m2e-core-ce4e2e8e3102a254f103b87f2bcbddeac4280dfa.tar.xz
m2e-core-ce4e2e8e3102a254f103b87f2bcbddeac4280dfa.zip
435695 require at least JavaSE-1.7 BREE
Change-Id: Ie31d4058d9456f00e3f2f4ac7b3a70d911140520 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 97446295..be8c161b 100644
--- a/m2e-maven-runtime/pom.xml
+++ b/m2e-maven-runtime/pom.xml
@@ -71,7 +71,7 @@
<_snapshot>${osgi-version-qualifier}</_snapshot>
<Bundle-SymbolicName>${project.artifactId};singleton:=false</Bundle-SymbolicName>
- <Bundle-RequiredExecutionEnvironment>JavaSE-1.6,JavaSE-1.7</Bundle-RequiredExecutionEnvironment>
+ <Bundle-RequiredExecutionEnvironment>JavaSE-1.7,JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
<Bundle-Name>%Bundle-Name</Bundle-Name>
<Bundle-Vendor>%Bundle-Vendor</Bundle-Vendor>
<Bundle-ClassPath>{maven-dependencies}</Bundle-ClassPath>

Back to the top