diff options
Diffstat (limited to 'widgets/pom.xml')
-rw-r--r-- | widgets/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/pom.xml b/widgets/pom.xml index 33a60b832b..8eaa0ced89 100644 --- a/widgets/pom.xml +++ b/widgets/pom.xml @@ -64,7 +64,7 @@ <configuration> <instructions> <Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</Bundle-Version> - <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> + <Bundle-RequiredExecutionEnvironment>${osgi.execution.environment}</Bundle-RequiredExecutionEnvironment> <!-- Export package is handled in exec plugin --> <Export-Package></Export-Package> <Import-Package></Import-Package> |