Add Java-11 to the supported environments.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 4 Feb 2020 09:30:46 +0000 (10:30 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 4 Feb 2020 09:30:46 +0000 (10:30 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 925211e7f3002e4bf045a3d60547d632dc34de63..365c19d428e76c1ba08d53d11ddf22d8e360e59b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@ limitations under the License.
                                                        <_include>bnd.bnd</_include>
                                                        <Bundle-Version>${project.version}-r${tstamp}</Bundle-Version>
                                                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                                                       <Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
+                                                       <Bundle-RequiredExecutionEnvironment>JavaSE-11,JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
                                                        <_removeheaders>Bnd-LastModified,Build-Jdk,Built-By,Tool,Created-By</_removeheaders>
                                                        <Automatic-Module-Name>${project.artifactId}</Automatic-Module-Name>
                                                        <SLC-Category>${project.groupId}</SLC-Category>