Skip to content

Commit 2faee9d

Browse files
committed
Update version to 3.18.0 ⚡
1 parent 5023a59 commit 2faee9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
group = "com.etendoerp"
10-
version = "3.17.0"
10+
version = "3.18.0"
1111
description = "This module provides the possibility of defining generic tasks."
1212
ext.artifact = "task"
1313
ext.repository = "https://maven.pkg.github.com/etendosoftware/com.etendoerp.essentials.extensions"
@@ -53,7 +53,7 @@ sourceSets {
5353
*/
5454
dependencies {
5555
implementation('org.apache.commons:commons-jexl3:3.3')
56-
implementation('com.etendoerp:etendorx:3.17.0')
56+
implementation('com.etendoerp:etendorx:3.18.0')
5757
implementation('com.etendoerp:asyncprocess:2.6.1')
5858

5959
implementation('com.etendoerp.platform:etendo-core:[25.2.0,26.1.0)')

src-db/database/sourcedata/AD_MODULE.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID>
77
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <ISACTIVE><![CDATA[Y]]></ISACTIVE>
88
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <NAME><![CDATA[Tasks]]></NAME>
9-
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <VERSION><![CDATA[3.17.0]]></VERSION>
9+
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <VERSION><![CDATA[3.18.0]]></VERSION>
1010
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <DESCRIPTION><![CDATA[This module provides the possibility of defining generic tasks.]]></DESCRIPTION>
1111
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <TYPE><![CDATA[M]]></TYPE>
1212
<!--D579A9E3954F4679B34D63E7B3F9E5A4--> <LICENSE><![CDATA[This module is licensed under the Etendo License Version 1.0.

0 commit comments

Comments
 (0)