From a1f631c3b1c7cfa1947c269204492011a5926e23 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 4 Feb 2020 10:30:46 +0100 Subject: [PATCH] Add Java-11 to the supported environments. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 925211e7f..365c19d42 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ limitations under the License. <_include>bnd.bnd ${project.version}-r${tstamp} ${project.artifactId} - JavaSE-1.8 + JavaSE-11,JavaSE-1.8 <_removeheaders>Bnd-LastModified,Build-Jdk,Built-By,Tool,Created-By ${project.artifactId} ${project.groupId} -- 2.30.2