mirror of
https://repository.entgra.net/community/product-uem-community.git
synced 2025-10-06 02:02:27 +00:00
Upgrade java version to 11
This commit is contained in:
parent
2e49116ddb
commit
8d59a8d87f
12
pom.xml
12
pom.xml
@ -78,14 +78,14 @@
|
|||||||
<entgra-uem-community>entgra-uem-community-${project.version}</entgra-uem-community>
|
<entgra-uem-community>entgra-uem-community-${project.version}</entgra-uem-community>
|
||||||
|
|
||||||
<!-- Carbon Device Management-->
|
<!-- Carbon Device Management-->
|
||||||
<io.entgra.device.mgt.core.version>5.0.42-SNAPSHOT</io.entgra.device.mgt.core.version>
|
<io.entgra.device.mgt.core.version>6.0.0-SNAPSHOT</io.entgra.device.mgt.core.version>
|
||||||
|
|
||||||
<carbon.p2.plugin.version>5.2.42</carbon.p2.plugin.version>
|
<carbon.p2.plugin.version>5.2.42</carbon.p2.plugin.version>
|
||||||
|
|
||||||
<!--Orbit versions-->
|
<!--Orbit versions-->
|
||||||
<orbit.h2.version>2.1.210.wso2v1</orbit.h2.version>
|
<orbit.h2.version>2.1.210.wso2v1</orbit.h2.version>
|
||||||
|
|
||||||
<io.entgra.device.mgt.plugins.version>6.0.30-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
<io.entgra.device.mgt.plugins.version>7.0.0-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
||||||
|
|
||||||
<!--Testing-->
|
<!--Testing-->
|
||||||
<google.gson.version>2.9.1</google.gson.version>
|
<google.gson.version>2.9.1</google.gson.version>
|
||||||
@ -153,13 +153,13 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.felix</groupId>
|
<groupId>org.apache.felix</groupId>
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
<artifactId>maven-bundle-plugin</artifactId>
|
||||||
<version>5.1.1</version>
|
<version>3.3.0</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<instructions>
|
||||||
|
<Require-Capability>osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=11))"</Require-Capability>
|
||||||
|
</instructions>
|
||||||
<obrRepository>NONE</obrRepository>
|
<obrRepository>NONE</obrRepository>
|
||||||
<!--<instructions>
|
|
||||||
<_include>-osgi.bnd</_include>
|
|
||||||
</instructions>-->
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user