put in new max version for jre
This commit is contained in:
parent
ed1a59438f
commit
d636899d0a
2
pom.xml
2
pom.xml
|
@ -93,7 +93,7 @@
|
||||||
<icon>src/main/resources/mm.ico</icon>
|
<icon>src/main/resources/mm.ico</icon>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>1.5.0</minVersion>
|
<minVersion>1.5.0</minVersion>
|
||||||
<maxVersion>1.6.0</maxVersion>
|
<maxVersion>1.9.0</maxVersion>
|
||||||
<initialHeapSize>128</initialHeapSize>
|
<initialHeapSize>128</initialHeapSize>
|
||||||
<maxHeapSize>1024</maxHeapSize>
|
<maxHeapSize>1024</maxHeapSize>
|
||||||
</jre>
|
</jre>
|
||||||
|
|
Loading…
Reference in New Issue