IDEMPIERE-5461 Upgrade to zk 9.6.3 (#1601)
This commit is contained in:
parent
8ab72bcba2
commit
35f3c85851
|
@ -1,21 +1,21 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<?pde?>
|
<?pde?>
|
||||||
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
|
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
|
||||||
<target name="idempiere-221125" sequenceNumber="1669422892">
|
<target name="idempiere-221205" sequenceNumber="1670222123">
|
||||||
<locations>
|
<locations>
|
||||||
<location includeMode="slicer" includeAllPlatforms="true" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
|
<location includeMode="slicer" includeAllPlatforms="true" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
|
||||||
<unit id="zcommon" version="9.6.2"/>
|
<unit id="zcommon" version="9.6.3"/>
|
||||||
<unit id="zel" version="9.6.2"/>
|
<unit id="zel" version="9.6.3"/>
|
||||||
<unit id="zhtml" version="9.6.2"/>
|
<unit id="zhtml" version="9.6.3"/>
|
||||||
<unit id="zjavassist" version="9.6.2"/>
|
<unit id="zjavassist" version="9.6.3"/>
|
||||||
<unit id="zk" version="9.6.2"/>
|
<unit id="zk" version="9.6.3"/>
|
||||||
<unit id="zkbind" version="9.6.2"/>
|
<unit id="zkbind" version="9.6.3"/>
|
||||||
<unit id="zkplus" version="9.6.2"/>
|
<unit id="zkplus" version="9.6.3"/>
|
||||||
<unit id="zkwebfragment" version="9.6.2"/>
|
<unit id="zkwebfragment" version="9.6.3"/>
|
||||||
<unit id="zul" version="9.6.2"/>
|
<unit id="zul" version="9.6.3"/>
|
||||||
<unit id="zweb" version="9.6.2"/>
|
<unit id="zweb" version="9.6.3"/>
|
||||||
<unit id="zweb-dsp" version="9.6.2"/>
|
<unit id="zweb-dsp" version="9.6.3"/>
|
||||||
<repository id="zk" location="https://idempiere.github.io/binary.file/p2.zk/9.6.2"/>
|
<repository id="zk" location="https://idempiere.github.io/binary.file/p2.zk/9.6.3"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeMode="slicer" includeAllPlatforms="true" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
|
<location includeMode="slicer" includeAllPlatforms="true" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
|
||||||
<unit id="jakarta.xml.ws-api" version="2.3.3.v202109010034"/>
|
<unit id="jakarta.xml.ws-api" version="2.3.3.v202109010034"/>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
target "idempiere-221125"
|
target "idempiere-221205"
|
||||||
|
|
||||||
with source configurePhase allEnvironments
|
with source configurePhase allEnvironments
|
||||||
|
|
||||||
location zk "https://idempiere.github.io/binary.file/p2.zk/9.6.2" {
|
location zk "https://idempiere.github.io/binary.file/p2.zk/9.6.3" {
|
||||||
zcommon
|
zcommon
|
||||||
zel
|
zel
|
||||||
zhtml
|
zhtml
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<tycho.extras.version>${tycho.version}</tycho.extras.version>
|
<tycho.extras.version>${tycho.version}</tycho.extras.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<jp.version>6.17.0</jp.version>
|
<jp.version>6.17.0</jp.version>
|
||||||
<zk.version>9.6.2</zk.version>
|
<zk.version>9.6.3</zk.version>
|
||||||
<maven.dependency.version>3.1.1</maven.dependency.version>
|
<maven.dependency.version>3.1.1</maven.dependency.version>
|
||||||
<download.maven.version>1.4.1</download.maven.version>
|
<download.maven.version>1.4.1</download.maven.version>
|
||||||
<lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
|
<lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
|
||||||
|
|
Loading…
Reference in New Issue