diff --git a/distro/build.xml b/distro/build.xml index c9c6dc2cf6d..68d6e25d312 100644 --- a/distro/build.xml +++ b/distro/build.xml @@ -4,7 +4,7 @@ - + diff --git a/docs/public-api/tools/flowable-oas-generator/pom.xml b/docs/public-api/tools/flowable-oas-generator/pom.xml index 70fab070592..919df333c78 100644 --- a/docs/public-api/tools/flowable-oas-generator/pom.xml +++ b/docs/public-api/tools/flowable-oas-generator/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../../../../ - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/docs/public-api/tools/flowable-rest-asciidoc/pom.xml b/docs/public-api/tools/flowable-rest-asciidoc/pom.xml index 9d3c2c8b754..71a2a35f7b4 100644 --- a/docs/public-api/tools/flowable-rest-asciidoc/pom.xml +++ b/docs/public-api/tools/flowable-rest-asciidoc/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../../../../ - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/docs/public-api/tools/flowable-swagger-ui/pom.xml b/docs/public-api/tools/flowable-swagger-ui/pom.xml index 626d86e836c..5c45ff439fa 100644 --- a/docs/public-api/tools/flowable-swagger-ui/pom.xml +++ b/docs/public-api/tools/flowable-swagger-ui/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../../../../ - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/docs/userguide/src/en/bpmn/ch02-GettingStarted.adoc b/docs/userguide/src/en/bpmn/ch02-GettingStarted.adoc index 2fe1b40c2e6..942040749a4 100644 --- a/docs/userguide/src/en/bpmn/ch02-GettingStarted.adoc +++ b/docs/userguide/src/en/bpmn/ch02-GettingStarted.adoc @@ -62,7 +62,7 @@ Add the following to your _pom.xml_ file: org.flowable flowable-engine - 6.4.2-SNAPSHOT + 6.4.2 com.h2database diff --git a/docs/userguide/src/en/bpmn/ch05a-Spring-Boot.adoc b/docs/userguide/src/en/bpmn/ch05a-Spring-Boot.adoc index ecb40a96a01..c12dca16d28 100644 --- a/docs/userguide/src/en/bpmn/ch05a-Spring-Boot.adoc +++ b/docs/userguide/src/en/bpmn/ch05a-Spring-Boot.adoc @@ -625,7 +625,7 @@ Flowable also provides a Spring Boot `InfoContributor` which looks like: ---- { "flowable": { - "version": "6.4.2-SNAPSHOT" + "version": "6.4.2" } } ---- diff --git a/docs/userguide/src/en/bpmn/index-html.adoc b/docs/userguide/src/en/bpmn/index-html.adoc index b3fa3406c40..2bfeaa11977 100644 --- a/docs/userguide/src/en/bpmn/index-html.adoc +++ b/docs/userguide/src/en/bpmn/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable DOCS (v 6.4.2-SNAPSHOT) += Flowable DOCS (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/en/bpmn/index-pdf.adoc b/docs/userguide/src/en/bpmn/index-pdf.adoc index 3a09748eb23..dba4d3be0ac 100644 --- a/docs/userguide/src/en/bpmn/index-pdf.adoc +++ b/docs/userguide/src/en/bpmn/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable DOCS (v 6.4.2-SNAPSHOT) += Flowable DOCS (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/en/cmmn/index-html.adoc b/docs/userguide/src/en/cmmn/index-html.adoc index 0db79a962b0..06e654dbaa1 100644 --- a/docs/userguide/src/en/cmmn/index-html.adoc +++ b/docs/userguide/src/en/cmmn/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable CMMN DOCS (v 6.4.2-SNAPSHOT) += Flowable CMMN DOCS (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/en/cmmn/index-pdf.adoc b/docs/userguide/src/en/cmmn/index-pdf.adoc index 7a498ed4636..fca6e7698f8 100644 --- a/docs/userguide/src/en/cmmn/index-pdf.adoc +++ b/docs/userguide/src/en/cmmn/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable CMMN DOCS (v 6.4.2-SNAPSHOT) += Flowable CMMN DOCS (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/en/dmn/ch07-REST.adoc b/docs/userguide/src/en/dmn/ch07-REST.adoc index 3082ef6d413..b4763e47146 100644 --- a/docs/userguide/src/en/dmn/ch07-REST.adoc +++ b/docs/userguide/src/en/dmn/ch07-REST.adoc @@ -491,7 +491,7 @@ Returns a read-only view of the DMN engine that is used in this REST-service. ---- { "name":"default", - "version":"6.4.2-SNAPSHOT", + "version":"6.4.2", "resourceUrl":"file://flowable-dmn/flowable.dmn.cfg.xml", "exception":null } diff --git a/docs/userguide/src/en/dmn/index-html.adoc b/docs/userguide/src/en/dmn/index-html.adoc index 8fd869bcfff..f1cc14db77b 100644 --- a/docs/userguide/src/en/dmn/index-html.adoc +++ b/docs/userguide/src/en/dmn/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable DMN DOCS (v 6.4.2-SNAPSHOT) += Flowable DMN DOCS (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/en/dmn/index-pdf.adoc b/docs/userguide/src/en/dmn/index-pdf.adoc index 2c8d384aee5..0be02f5da0a 100644 --- a/docs/userguide/src/en/dmn/index-pdf.adoc +++ b/docs/userguide/src/en/dmn/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable DMN DOCS (v 6.4.2-SNAPSHOT) += Flowable DMN DOCS (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/en/form/ch07-REST.adoc b/docs/userguide/src/en/form/ch07-REST.adoc index c2883e6f3a8..ec6948fd40b 100644 --- a/docs/userguide/src/en/form/ch07-REST.adoc +++ b/docs/userguide/src/en/form/ch07-REST.adoc @@ -615,7 +615,7 @@ Returns a read-only view of the engine that is used in this REST-service. ---- { "name":"default", - "version":"6.4.2-SNAPSHOT", + "version":"6.4.2", "resourceUrl":"file://flowable/flowable.form.cfg.xml", "exception":null } diff --git a/docs/userguide/src/en/form/index-html.adoc b/docs/userguide/src/en/form/index-html.adoc index e17e0eb881e..9be814031a0 100644 --- a/docs/userguide/src/en/form/index-html.adoc +++ b/docs/userguide/src/en/form/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable Form DOCS (v 6.4.2-SNAPSHOT) += Flowable Form DOCS (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/en/form/index-pdf.adoc b/docs/userguide/src/en/form/index-pdf.adoc index 0e6005f9eef..12f80dd65d9 100644 --- a/docs/userguide/src/en/form/index-pdf.adoc +++ b/docs/userguide/src/en/form/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable Form DOCS (v 6.4.2-SNAPSHOT) += Flowable Form DOCS (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/en/single/index-html.adoc b/docs/userguide/src/en/single/index-html.adoc index 528fb3e28e2..6ee32bc95aa 100644 --- a/docs/userguide/src/en/single/index-html.adoc +++ b/docs/userguide/src/en/single/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable Unified DOCS (v 6.4.2-SNAPSHOT) += Flowable Unified DOCS (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/en/single/index-pdf.adoc b/docs/userguide/src/en/single/index-pdf.adoc index 0adb8439149..f492ed1fd95 100644 --- a/docs/userguide/src/en/single/index-pdf.adoc +++ b/docs/userguide/src/en/single/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable DMN DOCS (v 6.4.2-SNAPSHOT) += Flowable DMN DOCS (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/zh_CN/bpmn/ch02-GettingStarted.adoc b/docs/userguide/src/zh_CN/bpmn/ch02-GettingStarted.adoc index 95b64b68904..903b680fd0f 100755 --- a/docs/userguide/src/zh_CN/bpmn/ch02-GettingStarted.adoc +++ b/docs/userguide/src/zh_CN/bpmn/ch02-GettingStarted.adoc @@ -64,7 +64,7 @@ image::images/getting.started.new.maven3.png[align="center"] org.flowable flowable-engine - 6.4.2-SNAPSHOT + 6.4.2 com.h2database diff --git a/docs/userguide/src/zh_CN/bpmn/index-html.adoc b/docs/userguide/src/zh_CN/bpmn/index-html.adoc index 3b0c31d0921..bd16422f788 100755 --- a/docs/userguide/src/zh_CN/bpmn/index-html.adoc +++ b/docs/userguide/src/zh_CN/bpmn/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable BPMN 用户手册 (v 6.4.2-SNAPSHOT) += Flowable BPMN 用户手册 (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/zh_CN/bpmn/index-pdf.adoc b/docs/userguide/src/zh_CN/bpmn/index-pdf.adoc index 5d04cf2ea65..c024da69245 100755 --- a/docs/userguide/src/zh_CN/bpmn/index-pdf.adoc +++ b/docs/userguide/src/zh_CN/bpmn/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable BPMN 用户手册 (v 6.4.2-SNAPSHOT) += Flowable BPMN 用户手册 (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/zh_CN/cmmn/index-html.adoc b/docs/userguide/src/zh_CN/cmmn/index-html.adoc index ee78f6c12f4..a29caf66248 100755 --- a/docs/userguide/src/zh_CN/cmmn/index-html.adoc +++ b/docs/userguide/src/zh_CN/cmmn/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable CMMN 用户手册 (v 6.4.2-SNAPSHOT) += Flowable CMMN 用户手册 (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/zh_CN/cmmn/index-pdf.adoc b/docs/userguide/src/zh_CN/cmmn/index-pdf.adoc index 2c0e9e554e0..cafe620d505 100755 --- a/docs/userguide/src/zh_CN/cmmn/index-pdf.adoc +++ b/docs/userguide/src/zh_CN/cmmn/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable CMMN 用户手册 (v 6.4.2-SNAPSHOT) += Flowable CMMN 用户手册 (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/zh_CN/dmn/ch07-REST.adoc b/docs/userguide/src/zh_CN/dmn/ch07-REST.adoc index 1273e2c7c8e..929e1cce458 100755 --- a/docs/userguide/src/zh_CN/dmn/ch07-REST.adoc +++ b/docs/userguide/src/zh_CN/dmn/ch07-REST.adoc @@ -586,7 +586,7 @@ GET dmn-management/engine ---- { "name":"default", - "version":"6.4.2-SNAPSHOT", + "version":"6.4.2", "resourceUrl":"file://flowable-dmn/flowable.dmn.cfg.xml", "exception":null } diff --git a/docs/userguide/src/zh_CN/dmn/index-html.adoc b/docs/userguide/src/zh_CN/dmn/index-html.adoc index 41170cb7aa6..a61464b432d 100755 --- a/docs/userguide/src/zh_CN/dmn/index-html.adoc +++ b/docs/userguide/src/zh_CN/dmn/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable DMN 用户手册 (v 6.4.2-SNAPSHOT) += Flowable DMN 用户手册 (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/zh_CN/dmn/index-pdf.adoc b/docs/userguide/src/zh_CN/dmn/index-pdf.adoc index c958af1ff16..8fed06bfadb 100755 --- a/docs/userguide/src/zh_CN/dmn/index-pdf.adoc +++ b/docs/userguide/src/zh_CN/dmn/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable DMN 用户手册 (v 6.4.2-SNAPSHOT) += Flowable DMN 用户手册 (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/zh_CN/form/ch07-REST.adoc b/docs/userguide/src/zh_CN/form/ch07-REST.adoc index 1e91e5f4405..9655d0cdf86 100755 --- a/docs/userguide/src/zh_CN/form/ch07-REST.adoc +++ b/docs/userguide/src/zh_CN/form/ch07-REST.adoc @@ -685,7 +685,7 @@ GET form-management/engine ---- { "name":"default", - "version":"6.4.2-SNAPSHOT", + "version":"6.4.2", "resourceUrl":"file://flowable/flowable.form.cfg.xml", "exception":null } diff --git a/docs/userguide/src/zh_CN/form/index-html.adoc b/docs/userguide/src/zh_CN/form/index-html.adoc index b0b4ba96be6..1b86e11fd1d 100755 --- a/docs/userguide/src/zh_CN/form/index-html.adoc +++ b/docs/userguide/src/zh_CN/form/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable Form 用户手册 (v 6.4.2-SNAPSHOT) += Flowable Form 用户手册 (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/zh_CN/form/index-pdf.adoc b/docs/userguide/src/zh_CN/form/index-pdf.adoc index 462d7f62302..7a9754a9dcd 100755 --- a/docs/userguide/src/zh_CN/form/index-pdf.adoc +++ b/docs/userguide/src/zh_CN/form/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable Form 用户手册 (v 6.4.2-SNAPSHOT) += Flowable Form 用户手册 (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/docs/userguide/src/zh_CN/single/index-html.adoc b/docs/userguide/src/zh_CN/single/index-html.adoc index 528fb3e28e2..6ee32bc95aa 100755 --- a/docs/userguide/src/zh_CN/single/index-html.adoc +++ b/docs/userguide/src/zh_CN/single/index-html.adoc @@ -1,4 +1,4 @@ -= Flowable Unified DOCS (v 6.4.2-SNAPSHOT) += Flowable Unified DOCS (v 6.4.2) :doctype: book :docinfodir: ../base :docinfo1: header diff --git a/docs/userguide/src/zh_CN/single/index-pdf.adoc b/docs/userguide/src/zh_CN/single/index-pdf.adoc index 0adb8439149..f492ed1fd95 100755 --- a/docs/userguide/src/zh_CN/single/index-pdf.adoc +++ b/docs/userguide/src/zh_CN/single/index-pdf.adoc @@ -1,4 +1,4 @@ -= Flowable DMN DOCS (v 6.4.2-SNAPSHOT) += Flowable DMN DOCS (v 6.4.2) :doctype: book :toc: left :toclevels: 4 diff --git a/modules/flowable-app-engine-api/pom.xml b/modules/flowable-app-engine-api/pom.xml index 289f18ce01d..63394aaab0f 100644 --- a/modules/flowable-app-engine-api/pom.xml +++ b/modules/flowable-app-engine-api/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-app-engine-rest/pom.xml b/modules/flowable-app-engine-rest/pom.xml index 92ee55b700d..d7797bcba78 100644 --- a/modules/flowable-app-engine-rest/pom.xml +++ b/modules/flowable-app-engine-rest/pom.xml @@ -12,7 +12,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-app-engine-spring/pom.xml b/modules/flowable-app-engine-spring/pom.xml index 22a509c8bca..803e2a29efb 100644 --- a/modules/flowable-app-engine-spring/pom.xml +++ b/modules/flowable-app-engine-spring/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-app-engine/pom.xml b/modules/flowable-app-engine/pom.xml index d8737c69b70..3aafb7fd982 100644 --- a/modules/flowable-app-engine/pom.xml +++ b/modules/flowable-app-engine/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-app-rest/pom.xml b/modules/flowable-app-rest/pom.xml index 543dbd663f9..665b111627f 100644 --- a/modules/flowable-app-rest/pom.xml +++ b/modules/flowable-app-rest/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-spring-boot ../flowable-spring-boot/pom.xml - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-bpmn-converter/pom.xml b/modules/flowable-bpmn-converter/pom.xml index 8a08e559c80..a537d5db8d0 100644 --- a/modules/flowable-bpmn-converter/pom.xml +++ b/modules/flowable-bpmn-converter/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-bpmn-layout/pom.xml b/modules/flowable-bpmn-layout/pom.xml index 0e4b9d16db3..2e4cbb2edd0 100644 --- a/modules/flowable-bpmn-layout/pom.xml +++ b/modules/flowable-bpmn-layout/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-bpmn-model/pom.xml b/modules/flowable-bpmn-model/pom.xml index 79016e35d2e..e1507346b48 100644 --- a/modules/flowable-bpmn-model/pom.xml +++ b/modules/flowable-bpmn-model/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-camel-cdi/pom.xml b/modules/flowable-camel-cdi/pom.xml index 0d075aeecc2..02803a5a637 100644 --- a/modules/flowable-camel-cdi/pom.xml +++ b/modules/flowable-camel-cdi/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-camel/pom.xml b/modules/flowable-camel/pom.xml index be7a7c1a437..9593a3461ac 100644 --- a/modules/flowable-camel/pom.xml +++ b/modules/flowable-camel/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cdi/pom.xml b/modules/flowable-cdi/pom.xml index 53776b48a78..451e923d6d0 100755 --- a/modules/flowable-cdi/pom.xml +++ b/modules/flowable-cdi/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-api/pom.xml b/modules/flowable-cmmn-api/pom.xml index 9a553a93064..9d5fae1b62b 100644 --- a/modules/flowable-cmmn-api/pom.xml +++ b/modules/flowable-cmmn-api/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-converter/pom.xml b/modules/flowable-cmmn-converter/pom.xml index 2453c7556c6..36fd236222f 100644 --- a/modules/flowable-cmmn-converter/pom.xml +++ b/modules/flowable-cmmn-converter/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-engine-configurator/pom.xml b/modules/flowable-cmmn-engine-configurator/pom.xml index 0f1563cae74..b67cc8d45c2 100644 --- a/modules/flowable-cmmn-engine-configurator/pom.xml +++ b/modules/flowable-cmmn-engine-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-engine/pom.xml b/modules/flowable-cmmn-engine/pom.xml index 60bdc8d7dc6..9540792586f 100644 --- a/modules/flowable-cmmn-engine/pom.xml +++ b/modules/flowable-cmmn-engine/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-image-generator/pom.xml b/modules/flowable-cmmn-image-generator/pom.xml index 4a2dfb554d7..11444c13c06 100644 --- a/modules/flowable-cmmn-image-generator/pom.xml +++ b/modules/flowable-cmmn-image-generator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-json-converter/pom.xml b/modules/flowable-cmmn-json-converter/pom.xml index f3da84a30ee..29cdbadf26f 100644 --- a/modules/flowable-cmmn-json-converter/pom.xml +++ b/modules/flowable-cmmn-json-converter/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-model/pom.xml b/modules/flowable-cmmn-model/pom.xml index a9beca14720..0e6e1154f65 100644 --- a/modules/flowable-cmmn-model/pom.xml +++ b/modules/flowable-cmmn-model/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-rest/pom.xml b/modules/flowable-cmmn-rest/pom.xml index ad30035af3b..f57252aac6d 100644 --- a/modules/flowable-cmmn-rest/pom.xml +++ b/modules/flowable-cmmn-rest/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-spring-configurator/pom.xml b/modules/flowable-cmmn-spring-configurator/pom.xml index 71efe5c29d7..b596f7d7718 100644 --- a/modules/flowable-cmmn-spring-configurator/pom.xml +++ b/modules/flowable-cmmn-spring-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cmmn-spring/pom.xml b/modules/flowable-cmmn-spring/pom.xml index 3cd23d91d88..bb86dbf5047 100644 --- a/modules/flowable-cmmn-spring/pom.xml +++ b/modules/flowable-cmmn-spring/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-common-rest/pom.xml b/modules/flowable-common-rest/pom.xml index 5837961b4a4..94f5b76de4c 100644 --- a/modules/flowable-common-rest/pom.xml +++ b/modules/flowable-common-rest/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-content-api/pom.xml b/modules/flowable-content-api/pom.xml index 91b957d2943..f73644d7a5b 100644 --- a/modules/flowable-content-api/pom.xml +++ b/modules/flowable-content-api/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-content-engine-configurator/pom.xml b/modules/flowable-content-engine-configurator/pom.xml index 334291c1c68..7794c8acfa4 100644 --- a/modules/flowable-content-engine-configurator/pom.xml +++ b/modules/flowable-content-engine-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-content-engine/pom.xml b/modules/flowable-content-engine/pom.xml index d1f41b6e5b4..03a943ebb8d 100755 --- a/modules/flowable-content-engine/pom.xml +++ b/modules/flowable-content-engine/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-content-rest/pom.xml b/modules/flowable-content-rest/pom.xml index 04d6d1ec913..180a4cd8718 100644 --- a/modules/flowable-content-rest/pom.xml +++ b/modules/flowable-content-rest/pom.xml @@ -12,7 +12,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-content-spring-configurator/pom.xml b/modules/flowable-content-spring-configurator/pom.xml index b1883e0702f..e7c867791cc 100644 --- a/modules/flowable-content-spring-configurator/pom.xml +++ b/modules/flowable-content-spring-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-content-spring/pom.xml b/modules/flowable-content-spring/pom.xml index c20f778a801..b621508f1f0 100644 --- a/modules/flowable-content-spring/pom.xml +++ b/modules/flowable-content-spring/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-crystalball/pom.xml b/modules/flowable-crystalball/pom.xml index cb04f75c087..888846d2a9c 100644 --- a/modules/flowable-crystalball/pom.xml +++ b/modules/flowable-crystalball/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-cxf/pom.xml b/modules/flowable-cxf/pom.xml index 475dee44b0e..58b282fc9a5 100644 --- a/modules/flowable-cxf/pom.xml +++ b/modules/flowable-cxf/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-api/pom.xml b/modules/flowable-dmn-api/pom.xml index 834fea5b3ba..e0fc3a6411c 100644 --- a/modules/flowable-dmn-api/pom.xml +++ b/modules/flowable-dmn-api/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-engine-configurator/pom.xml b/modules/flowable-dmn-engine-configurator/pom.xml index 60f5b41f900..b88dc9b2aca 100644 --- a/modules/flowable-dmn-engine-configurator/pom.xml +++ b/modules/flowable-dmn-engine-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-engine/pom.xml b/modules/flowable-dmn-engine/pom.xml index 87e10b4687d..737871a5ba3 100755 --- a/modules/flowable-dmn-engine/pom.xml +++ b/modules/flowable-dmn-engine/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-json-converter/pom.xml b/modules/flowable-dmn-json-converter/pom.xml index 73266dee3e0..2a041024be4 100644 --- a/modules/flowable-dmn-json-converter/pom.xml +++ b/modules/flowable-dmn-json-converter/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-dmn-model/pom.xml b/modules/flowable-dmn-model/pom.xml index bab1024b982..4a2da0a5a9f 100644 --- a/modules/flowable-dmn-model/pom.xml +++ b/modules/flowable-dmn-model/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-rest/pom.xml b/modules/flowable-dmn-rest/pom.xml index 8a1af3d89d0..8defb92f391 100644 --- a/modules/flowable-dmn-rest/pom.xml +++ b/modules/flowable-dmn-rest/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-spring-configurator/pom.xml b/modules/flowable-dmn-spring-configurator/pom.xml index 336a1282d58..799b8eb6206 100644 --- a/modules/flowable-dmn-spring-configurator/pom.xml +++ b/modules/flowable-dmn-spring-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-spring/pom.xml b/modules/flowable-dmn-spring/pom.xml index c92d4d843d9..6790e6df946 100644 --- a/modules/flowable-dmn-spring/pom.xml +++ b/modules/flowable-dmn-spring/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-dmn-xml-converter/pom.xml b/modules/flowable-dmn-xml-converter/pom.xml index c4221546637..3312771f172 100644 --- a/modules/flowable-dmn-xml-converter/pom.xml +++ b/modules/flowable-dmn-xml-converter/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-engine-common-api/pom.xml b/modules/flowable-engine-common-api/pom.xml index 3d3cce25fe3..30875922573 100644 --- a/modules/flowable-engine-common-api/pom.xml +++ b/modules/flowable-engine-common-api/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-engine-common/pom.xml b/modules/flowable-engine-common/pom.xml index 7946f9bd1e6..7fa8582d9e7 100644 --- a/modules/flowable-engine-common/pom.xml +++ b/modules/flowable-engine-common/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-engine-configurator/pom.xml b/modules/flowable-engine-configurator/pom.xml index a0809afc49a..e5443c03ebb 100644 --- a/modules/flowable-engine-configurator/pom.xml +++ b/modules/flowable-engine-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-engine/pom.xml b/modules/flowable-engine/pom.xml index 2f784f0f727..a874ad5d1b8 100755 --- a/modules/flowable-engine/pom.xml +++ b/modules/flowable-engine/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-entitylink-service-api/pom.xml b/modules/flowable-entitylink-service-api/pom.xml index 457e5bbe26e..53194e3f63b 100755 --- a/modules/flowable-entitylink-service-api/pom.xml +++ b/modules/flowable-entitylink-service-api/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-entitylink-service/pom.xml b/modules/flowable-entitylink-service/pom.xml index 7821dbe16ab..055d3c4d7ed 100755 --- a/modules/flowable-entitylink-service/pom.xml +++ b/modules/flowable-entitylink-service/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-eventsubscription-service-api/pom.xml b/modules/flowable-eventsubscription-service-api/pom.xml index 6f25a770681..bfe4442e52a 100755 --- a/modules/flowable-eventsubscription-service-api/pom.xml +++ b/modules/flowable-eventsubscription-service-api/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-eventsubscription-service/pom.xml b/modules/flowable-eventsubscription-service/pom.xml index 59a585bf2dd..f40136c2cb3 100755 --- a/modules/flowable-eventsubscription-service/pom.xml +++ b/modules/flowable-eventsubscription-service/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-form-api/pom.xml b/modules/flowable-form-api/pom.xml index f09dabbc903..d0ec8fd0a7a 100644 --- a/modules/flowable-form-api/pom.xml +++ b/modules/flowable-form-api/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-form-engine-configurator/pom.xml b/modules/flowable-form-engine-configurator/pom.xml index dc7f69403f2..077d4576eb8 100644 --- a/modules/flowable-form-engine-configurator/pom.xml +++ b/modules/flowable-form-engine-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-form-engine/pom.xml b/modules/flowable-form-engine/pom.xml index 1f74a7a5bf2..73c2412002e 100755 --- a/modules/flowable-form-engine/pom.xml +++ b/modules/flowable-form-engine/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-form-json-converter/pom.xml b/modules/flowable-form-json-converter/pom.xml index 5416faa727f..2699543e87c 100644 --- a/modules/flowable-form-json-converter/pom.xml +++ b/modules/flowable-form-json-converter/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-form-model/pom.xml b/modules/flowable-form-model/pom.xml index 330469ce77d..f6418f63210 100644 --- a/modules/flowable-form-model/pom.xml +++ b/modules/flowable-form-model/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-form-rest/pom.xml b/modules/flowable-form-rest/pom.xml index 779961c6105..891c58ba7c1 100644 --- a/modules/flowable-form-rest/pom.xml +++ b/modules/flowable-form-rest/pom.xml @@ -12,7 +12,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-form-spring-configurator/pom.xml b/modules/flowable-form-spring-configurator/pom.xml index 808da4bb3c7..69000d52762 100644 --- a/modules/flowable-form-spring-configurator/pom.xml +++ b/modules/flowable-form-spring-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-form-spring/pom.xml b/modules/flowable-form-spring/pom.xml index df7fc3c7920..94043e520e0 100644 --- a/modules/flowable-form-spring/pom.xml +++ b/modules/flowable-form-spring/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-groovy-script-static-engine/pom.xml b/modules/flowable-groovy-script-static-engine/pom.xml index 703ad2e59a4..ea638bd4ce8 100644 --- a/modules/flowable-groovy-script-static-engine/pom.xml +++ b/modules/flowable-groovy-script-static-engine/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-http/pom.xml b/modules/flowable-http/pom.xml index aac7a501e17..d3f21582845 100644 --- a/modules/flowable-http/pom.xml +++ b/modules/flowable-http/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-identitylink-service-api/pom.xml b/modules/flowable-identitylink-service-api/pom.xml index d5bb22e0451..73e4a532975 100755 --- a/modules/flowable-identitylink-service-api/pom.xml +++ b/modules/flowable-identitylink-service-api/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-identitylink-service/pom.xml b/modules/flowable-identitylink-service/pom.xml index 91153ccbf97..a596da4d2c6 100755 --- a/modules/flowable-identitylink-service/pom.xml +++ b/modules/flowable-identitylink-service/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-idm-api/pom.xml b/modules/flowable-idm-api/pom.xml index a053382e7ac..77a75830768 100644 --- a/modules/flowable-idm-api/pom.xml +++ b/modules/flowable-idm-api/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-idm-engine-configurator/pom.xml b/modules/flowable-idm-engine-configurator/pom.xml index a7540d37cbf..20d718038d0 100644 --- a/modules/flowable-idm-engine-configurator/pom.xml +++ b/modules/flowable-idm-engine-configurator/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-root - 6.4.2-SNAPSHOT + 6.4.2 ../.. diff --git a/modules/flowable-idm-engine/pom.xml b/modules/flowable-idm-engine/pom.xml index fd8314ee756..5578f19d496 100755 --- a/modules/flowable-idm-engine/pom.xml +++ b/modules/flowable-idm-engine/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-idm-rest/pom.xml b/modules/flowable-idm-rest/pom.xml index 529d4d9423b..3e0eb42f26c 100644 --- a/modules/flowable-idm-rest/pom.xml +++ b/modules/flowable-idm-rest/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-idm-spring-configurator/pom.xml b/modules/flowable-idm-spring-configurator/pom.xml index c6cb6e57d6b..0fb62c501b2 100644 --- a/modules/flowable-idm-spring-configurator/pom.xml +++ b/modules/flowable-idm-spring-configurator/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-root - 6.4.2-SNAPSHOT + 6.4.2 ../.. diff --git a/modules/flowable-idm-spring/pom.xml b/modules/flowable-idm-spring/pom.xml index 6521f8c85a3..f227802d815 100644 --- a/modules/flowable-idm-spring/pom.xml +++ b/modules/flowable-idm-spring/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-image-generator/pom.xml b/modules/flowable-image-generator/pom.xml index 5df1cd6130e..7652d287b8d 100644 --- a/modules/flowable-image-generator/pom.xml +++ b/modules/flowable-image-generator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-jms-spring-executor/pom.xml b/modules/flowable-jms-spring-executor/pom.xml index 78612404ddb..abe05806a8a 100644 --- a/modules/flowable-jms-spring-executor/pom.xml +++ b/modules/flowable-jms-spring-executor/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-jmx/pom.xml b/modules/flowable-jmx/pom.xml index 228bdf9150a..9fd3d822cf7 100644 --- a/modules/flowable-jmx/pom.xml +++ b/modules/flowable-jmx/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-job-service-api/pom.xml b/modules/flowable-job-service-api/pom.xml index 34644376514..bdf54009f28 100755 --- a/modules/flowable-job-service-api/pom.xml +++ b/modules/flowable-job-service-api/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-job-service/pom.xml b/modules/flowable-job-service/pom.xml index 859ec34b0a3..d92cbd82ac7 100755 --- a/modules/flowable-job-service/pom.xml +++ b/modules/flowable-job-service/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-job-spring-service/pom.xml b/modules/flowable-job-spring-service/pom.xml index 6c3180cc4d5..3409d8c2049 100644 --- a/modules/flowable-job-spring-service/pom.xml +++ b/modules/flowable-job-spring-service/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-root - 6.4.2-SNAPSHOT + 6.4.2 ../../ diff --git a/modules/flowable-json-converter/pom.xml b/modules/flowable-json-converter/pom.xml index 9b5ed80eb3c..cceabc9fe9f 100644 --- a/modules/flowable-json-converter/pom.xml +++ b/modules/flowable-json-converter/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ldap-configurator/pom.xml b/modules/flowable-ldap-configurator/pom.xml index bf56df3a208..74502f667bb 100644 --- a/modules/flowable-ldap-configurator/pom.xml +++ b/modules/flowable-ldap-configurator/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ldap/pom.xml b/modules/flowable-ldap/pom.xml index 4071b9f88c7..b9f7121c339 100644 --- a/modules/flowable-ldap/pom.xml +++ b/modules/flowable-ldap/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-mule/pom.xml b/modules/flowable-mule/pom.xml index 1608d72fd37..5bcd61b0164 100644 --- a/modules/flowable-mule/pom.xml +++ b/modules/flowable-mule/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-osgi/pom.xml b/modules/flowable-osgi/pom.xml index 4fd8bdd0492..2a6a5ae0817 100644 --- a/modules/flowable-osgi/pom.xml +++ b/modules/flowable-osgi/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-process-validation/pom.xml b/modules/flowable-process-validation/pom.xml index beb759b09db..358952f642d 100644 --- a/modules/flowable-process-validation/pom.xml +++ b/modules/flowable-process-validation/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-rest/pom.xml b/modules/flowable-rest/pom.xml index 482809c2dd6..d1cc8f5551e 100644 --- a/modules/flowable-rest/pom.xml +++ b/modules/flowable-rest/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-secure-javascript/pom.xml b/modules/flowable-secure-javascript/pom.xml index 90a87d8bd98..91944d94b0d 100644 --- a/modules/flowable-secure-javascript/pom.xml +++ b/modules/flowable-secure-javascript/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-actuator/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-actuator/pom.xml index 0079f6a5000..a34dd6aa944 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-actuator/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-actuator/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-actuator @@ -15,7 +15,7 @@ org.flowable flowable-spring-boot-starter-actuator - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-app/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-app/pom.xml index 86ad8af4de3..64e64a84ad3 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-app/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-app/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-app @@ -14,7 +14,7 @@ org.flowable flowable-spring-boot-starter-app - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-cmmn/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-cmmn/pom.xml index 5a99fb80a70..9a9cae3732e 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-cmmn/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-cmmn/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-cmmn diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-content/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-content/pom.xml index 3fc3e7941a0..a637cc84ded 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-content/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-content/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-content diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-custom-mybatis-mapper/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-custom-mybatis-mapper/pom.xml index cea232d94d1..18f5ee79091 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-custom-mybatis-mapper/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-custom-mybatis-mapper/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-custom-mybatis-mapper diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-dmn/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-dmn/pom.xml index 411350ef574..29f26c10c71 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-dmn/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-dmn/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-dmn diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-form/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-form/pom.xml index d901579ebdc..febf3ed5972 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-form/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-form/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-form @@ -15,7 +15,7 @@ org.flowable flowable-spring-boot-autoconfigure - 6.4.2-SNAPSHOT + 6.4.2 org.flowable diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-integration/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-integration/pom.xml index 59d949a91ab..94ea93ec406 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-integration/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-integration/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-integration @@ -15,7 +15,7 @@ org.flowable flowable-spring-boot-starter-integration - 6.4.2-SNAPSHOT + 6.4.2 junit diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa-all/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa-all/pom.xml index cc659fed039..5183ff8424d 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa-all/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa-all/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-jpa-all diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa/pom.xml index 9d1e7022a22..76a9ed642bd 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-jpa/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-jpa diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-ldap/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-ldap/pom.xml index 5e31877044b..cc125ec5fbb 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-ldap/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-ldap/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-ldap diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-process/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-process/pom.xml index 983b65851e7..30061baf0e6 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-process/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-process/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-process diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-1.5.x/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-1.5.x/pom.xml index c8556205537..379ac4801b1 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-1.5.x/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-1.5.x/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-rest-1.5.x diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api-security/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api-security/pom.xml index c2c7165f5e5..4da1db98cf6 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api-security/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api-security/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-rest-api-security diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api/pom.xml index c4337ce9747..a0de6f2ea0c 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-rest-api/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-rest-api diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-security/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-security/pom.xml index 456a540f778..36e180f672f 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-security/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-security/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-sample-security diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-starter/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-starter/pom.xml index fa05632ce82..74e13637937 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-starter/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-starter/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-spring-boot-samples - 6.4.2-SNAPSHOT + 6.4.2 4.0.0 diff --git a/modules/flowable-spring-boot/flowable-spring-boot-samples/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-samples/pom.xml index 781d4d9ac9c..91a5441b2fa 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-samples/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-samples/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-spring-boot ../ - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-samples diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/pom.xml index ae2656664f9..515b1bc2bdb 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-autoconfigure diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-actuator/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-actuator/pom.xml index 5da8d0183b1..4a005f87261 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-actuator/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-actuator/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-actuator diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app-rest/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app-rest/pom.xml index 86af9ff6d95..721a984edff 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app-rest/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app-rest/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-app-rest diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app/pom.xml index 2978af13c49..e59d098f8db 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-app/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-app diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-basic/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-basic/pom.xml index 0774715134a..567d364c23c 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-basic/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-basic/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-basic diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn-rest/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn-rest/pom.xml index b35ec5ae51f..31bc587efa0 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn-rest/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn-rest/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-cmmn-rest diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn/pom.xml index e2ad702f8c4..3e1c2bc1a00 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-cmmn/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-cmmn diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn-rest/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn-rest/pom.xml index 7204214dfcd..e0d5ba15cb2 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn-rest/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn-rest/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-dmn-rest diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn/pom.xml index ef3d0d5565d..69f8af735fe 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-dmn/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-dmn diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-integration/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-integration/pom.xml index 2befc6725b3..8c32be9a6d1 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-integration/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-integration/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-integration diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process-rest/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process-rest/pom.xml index 368206cfeb5..c0a10fb5ccd 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process-rest/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process-rest/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-process-rest diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process/pom.xml index 386aa8ff0e7..41050daecf1 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-process/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-process diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest-api/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest-api/pom.xml index 01315615f3c..2b71087cf6c 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest-api/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest-api/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-rest-api diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest/pom.xml index e0fc7761f66..d977280c280 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-rest/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter-rest diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter/pom.xml index 06c9fb8530f..7c56b48c2cc 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-spring-boot-starters - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starter diff --git a/modules/flowable-spring-boot/flowable-spring-boot-starters/pom.xml b/modules/flowable-spring-boot/flowable-spring-boot-starters/pom.xml index 54b48d2aae6..f5962449bfa 100644 --- a/modules/flowable-spring-boot/flowable-spring-boot-starters/pom.xml +++ b/modules/flowable-spring-boot/flowable-spring-boot-starters/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-spring-boot ../ - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot-starters diff --git a/modules/flowable-spring-boot/pom.xml b/modules/flowable-spring-boot/pom.xml index 2ecc62c75ba..d16f3355231 100644 --- a/modules/flowable-spring-boot/pom.xml +++ b/modules/flowable-spring-boot/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 flowable-spring-boot diff --git a/modules/flowable-spring-common/pom.xml b/modules/flowable-spring-common/pom.xml index 5f392ed5ee0..f179cb532d9 100644 --- a/modules/flowable-spring-common/pom.xml +++ b/modules/flowable-spring-common/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-spring-configurator/pom.xml b/modules/flowable-spring-configurator/pom.xml index ff40aff0ed3..6a7982e32b2 100644 --- a/modules/flowable-spring-configurator/pom.xml +++ b/modules/flowable-spring-configurator/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-spring-security/pom.xml b/modules/flowable-spring-security/pom.xml index 21fbd8be1dc..79e54b297b3 100644 --- a/modules/flowable-spring-security/pom.xml +++ b/modules/flowable-spring-security/pom.xml @@ -6,7 +6,7 @@ org.flowable flowable-root - 6.4.2-SNAPSHOT + 6.4.2 ../../pom.xml diff --git a/modules/flowable-spring/pom.xml b/modules/flowable-spring/pom.xml index f076b57602e..f5e23eb8ad0 100644 --- a/modules/flowable-spring/pom.xml +++ b/modules/flowable-spring/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-task-service-api/pom.xml b/modules/flowable-task-service-api/pom.xml index 70b55b6c536..03cb818ef12 100755 --- a/modules/flowable-task-service-api/pom.xml +++ b/modules/flowable-task-service-api/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-task-service/pom.xml b/modules/flowable-task-service/pom.xml index 603195c00a2..2d49944e35e 100755 --- a/modules/flowable-task-service/pom.xml +++ b/modules/flowable-task-service/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ui-admin/flowable-ui-admin-app/pom.xml b/modules/flowable-ui-admin/flowable-ui-admin-app/pom.xml index 07914bfe403..3ef83983e2c 100644 --- a/modules/flowable-ui-admin/flowable-ui-admin-app/pom.xml +++ b/modules/flowable-ui-admin/flowable-ui-admin-app/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-ui-admin - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ui-admin/flowable-ui-admin-conf/pom.xml b/modules/flowable-ui-admin/flowable-ui-admin-conf/pom.xml index aae68ec9cfc..2d825622856 100644 --- a/modules/flowable-ui-admin/flowable-ui-admin-conf/pom.xml +++ b/modules/flowable-ui-admin/flowable-ui-admin-conf/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-admin - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-admin/flowable-ui-admin-logic/pom.xml b/modules/flowable-ui-admin/flowable-ui-admin-logic/pom.xml index 66d1d2084f3..e088a4d7414 100644 --- a/modules/flowable-ui-admin/flowable-ui-admin-logic/pom.xml +++ b/modules/flowable-ui-admin/flowable-ui-admin-logic/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-admin - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-admin/flowable-ui-admin-rest/pom.xml b/modules/flowable-ui-admin/flowable-ui-admin-rest/pom.xml index 53cafd166c7..548fa14ffc6 100644 --- a/modules/flowable-ui-admin/flowable-ui-admin-rest/pom.xml +++ b/modules/flowable-ui-admin/flowable-ui-admin-rest/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-admin - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-admin/pom.xml b/modules/flowable-ui-admin/pom.xml index 031189654cf..b2fa5f40d38 100644 --- a/modules/flowable-ui-admin/pom.xml +++ b/modules/flowable-ui-admin/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-spring-boot ../flowable-spring-boot/pom.xml - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ui-common/pom.xml b/modules/flowable-ui-common/pom.xml index dbd51afff77..c794942041d 100755 --- a/modules/flowable-ui-common/pom.xml +++ b/modules/flowable-ui-common/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-spring-boot ../flowable-spring-boot/pom.xml - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ui-edge/pom.xml b/modules/flowable-ui-edge/pom.xml index 824c6423f51..0181e553168 100644 --- a/modules/flowable-ui-edge/pom.xml +++ b/modules/flowable-ui-edge/pom.xml @@ -6,7 +6,7 @@ flowable-spring-boot org.flowable - 6.4.2-SNAPSHOT + 6.4.2 ../flowable-spring-boot/pom.xml diff --git a/modules/flowable-ui-idm/flowable-ui-idm-app/pom.xml b/modules/flowable-ui-idm/flowable-ui-idm-app/pom.xml index f2de9b12e7f..076cdb4857e 100644 --- a/modules/flowable-ui-idm/flowable-ui-idm-app/pom.xml +++ b/modules/flowable-ui-idm/flowable-ui-idm-app/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-ui-idm - 6.4.2-SNAPSHOT + 6.4.2 flowable-ui-idm-app war diff --git a/modules/flowable-ui-idm/flowable-ui-idm-conf/pom.xml b/modules/flowable-ui-idm/flowable-ui-idm-conf/pom.xml index 704834e9f0b..0eb478309d5 100644 --- a/modules/flowable-ui-idm/flowable-ui-idm-conf/pom.xml +++ b/modules/flowable-ui-idm/flowable-ui-idm-conf/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-idm - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-idm/flowable-ui-idm-logic/pom.xml b/modules/flowable-ui-idm/flowable-ui-idm-logic/pom.xml index 8c7e511ad10..d4bad08022a 100644 --- a/modules/flowable-ui-idm/flowable-ui-idm-logic/pom.xml +++ b/modules/flowable-ui-idm/flowable-ui-idm-logic/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-idm - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-idm/flowable-ui-idm-rest/pom.xml b/modules/flowable-ui-idm/flowable-ui-idm-rest/pom.xml index 8e92024b834..914efb342d7 100644 --- a/modules/flowable-ui-idm/flowable-ui-idm-rest/pom.xml +++ b/modules/flowable-ui-idm/flowable-ui-idm-rest/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-idm - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-idm/pom.xml b/modules/flowable-ui-idm/pom.xml index 6be4e441875..0e5d8a920a2 100755 --- a/modules/flowable-ui-idm/pom.xml +++ b/modules/flowable-ui-idm/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-spring-boot ../flowable-spring-boot/pom.xml - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ui-modeler/flowable-ui-modeler-app/pom.xml b/modules/flowable-ui-modeler/flowable-ui-modeler-app/pom.xml index 78442faa7bd..f51b35ee922 100644 --- a/modules/flowable-ui-modeler/flowable-ui-modeler-app/pom.xml +++ b/modules/flowable-ui-modeler/flowable-ui-modeler-app/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-ui-modeler - 6.4.2-SNAPSHOT + 6.4.2 flowable-ui-modeler-app war diff --git a/modules/flowable-ui-modeler/flowable-ui-modeler-conf/pom.xml b/modules/flowable-ui-modeler/flowable-ui-modeler-conf/pom.xml index 87f692b0118..fb6a3f77fa6 100644 --- a/modules/flowable-ui-modeler/flowable-ui-modeler-conf/pom.xml +++ b/modules/flowable-ui-modeler/flowable-ui-modeler-conf/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-modeler - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-modeler/flowable-ui-modeler-logic/pom.xml b/modules/flowable-ui-modeler/flowable-ui-modeler-logic/pom.xml index abdc7fdeec0..03bf2f40cec 100644 --- a/modules/flowable-ui-modeler/flowable-ui-modeler-logic/pom.xml +++ b/modules/flowable-ui-modeler/flowable-ui-modeler-logic/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-modeler - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-modeler/flowable-ui-modeler-rest/pom.xml b/modules/flowable-ui-modeler/flowable-ui-modeler-rest/pom.xml index faded1d9366..768b5b09c22 100644 --- a/modules/flowable-ui-modeler/flowable-ui-modeler-rest/pom.xml +++ b/modules/flowable-ui-modeler/flowable-ui-modeler-rest/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-modeler - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-modeler/pom.xml b/modules/flowable-ui-modeler/pom.xml index a181f2806be..63e022de044 100755 --- a/modules/flowable-ui-modeler/pom.xml +++ b/modules/flowable-ui-modeler/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-spring-boot ../flowable-spring-boot/pom.xml - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-ui-task/flowable-ui-task-app/pom.xml b/modules/flowable-ui-task/flowable-ui-task-app/pom.xml index 1949113c7ae..d67a4b04d63 100644 --- a/modules/flowable-ui-task/flowable-ui-task-app/pom.xml +++ b/modules/flowable-ui-task/flowable-ui-task-app/pom.xml @@ -5,7 +5,7 @@ org.flowable flowable-ui-task - 6.4.2-SNAPSHOT + 6.4.2 flowable-ui-task-app war diff --git a/modules/flowable-ui-task/flowable-ui-task-conf/pom.xml b/modules/flowable-ui-task/flowable-ui-task-conf/pom.xml index 72402db9ac5..50c4a483c3d 100644 --- a/modules/flowable-ui-task/flowable-ui-task-conf/pom.xml +++ b/modules/flowable-ui-task/flowable-ui-task-conf/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-task - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-task/flowable-ui-task-logic/pom.xml b/modules/flowable-ui-task/flowable-ui-task-logic/pom.xml index 0b43b4d4e9a..5dad1954ef6 100644 --- a/modules/flowable-ui-task/flowable-ui-task-logic/pom.xml +++ b/modules/flowable-ui-task/flowable-ui-task-logic/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-task - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-task/flowable-ui-task-rest/pom.xml b/modules/flowable-ui-task/flowable-ui-task-rest/pom.xml index 0df768795d1..c1515aebf8e 100644 --- a/modules/flowable-ui-task/flowable-ui-task-rest/pom.xml +++ b/modules/flowable-ui-task/flowable-ui-task-rest/pom.xml @@ -7,7 +7,7 @@ org.flowable flowable-ui-task - 6.4.2-SNAPSHOT + 6.4.2 jar diff --git a/modules/flowable-ui-task/pom.xml b/modules/flowable-ui-task/pom.xml index 7d225146a5e..adb94d89965 100755 --- a/modules/flowable-ui-task/pom.xml +++ b/modules/flowable-ui-task/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-spring-boot ../flowable-spring-boot/pom.xml - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-variable-service-api/pom.xml b/modules/flowable-variable-service-api/pom.xml index 2138b495468..d17d5ad5d9d 100755 --- a/modules/flowable-variable-service-api/pom.xml +++ b/modules/flowable-variable-service-api/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable-variable-service/pom.xml b/modules/flowable-variable-service/pom.xml index 2121500a1fc..d41e38590c3 100755 --- a/modules/flowable-variable-service/pom.xml +++ b/modules/flowable-variable-service/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable5-camel-test/pom.xml b/modules/flowable5-camel-test/pom.xml index a7a9e66e595..af142b7e884 100644 --- a/modules/flowable5-camel-test/pom.xml +++ b/modules/flowable5-camel-test/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 @@ -47,7 +47,7 @@ org.flowable flowable5-spring-test - 6.4.2-SNAPSHOT + 6.4.2 org.apache.camel diff --git a/modules/flowable5-compatibility-test/pom.xml b/modules/flowable5-compatibility-test/pom.xml index 4a26c2456f7..4806e369ff1 100755 --- a/modules/flowable5-compatibility-test/pom.xml +++ b/modules/flowable5-compatibility-test/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 @@ -34,7 +34,7 @@ org.flowable flowable5-compatibility - 6.4.2-SNAPSHOT + 6.4.2 mysql diff --git a/modules/flowable5-compatibility-testdata/pom.xml b/modules/flowable5-compatibility-testdata/pom.xml index cf6c29089af..2211247a15b 100755 --- a/modules/flowable5-compatibility-testdata/pom.xml +++ b/modules/flowable5-compatibility-testdata/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable5-compatibility/pom.xml b/modules/flowable5-compatibility/pom.xml index 97593a9c744..8c4a03e9793 100755 --- a/modules/flowable5-compatibility/pom.xml +++ b/modules/flowable5-compatibility/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable5-cxf-test/pom.xml b/modules/flowable5-cxf-test/pom.xml index 4b455c93098..cb0b56fac0e 100644 --- a/modules/flowable5-cxf-test/pom.xml +++ b/modules/flowable5-cxf-test/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 @@ -27,7 +27,7 @@ org.flowable flowable5-test - 6.4.2-SNAPSHOT + 6.4.2 provided diff --git a/modules/flowable5-engine/pom.xml b/modules/flowable5-engine/pom.xml index f7cf49fa40f..71100504fe0 100644 --- a/modules/flowable5-engine/pom.xml +++ b/modules/flowable5-engine/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable5-mule-test/pom.xml b/modules/flowable5-mule-test/pom.xml index bcb01b65e2b..7c76a335dde 100644 --- a/modules/flowable5-mule-test/pom.xml +++ b/modules/flowable5-mule-test/pom.xml @@ -11,7 +11,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable5-spring-compatibility/pom.xml b/modules/flowable5-spring-compatibility/pom.xml index fa00bb8aea3..fec9cae2d3f 100755 --- a/modules/flowable5-spring-compatibility/pom.xml +++ b/modules/flowable5-spring-compatibility/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable5-spring-test/pom.xml b/modules/flowable5-spring-test/pom.xml index 0f82fa240a4..56f198f4e5f 100644 --- a/modules/flowable5-spring-test/pom.xml +++ b/modules/flowable5-spring-test/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 @@ -135,7 +135,7 @@ org.flowable flowable5-test - 6.4.2-SNAPSHOT + 6.4.2 javax.xml.bind diff --git a/modules/flowable5-spring/pom.xml b/modules/flowable5-spring/pom.xml index fd3cedd7891..70bae0e1720 100644 --- a/modules/flowable5-spring/pom.xml +++ b/modules/flowable5-spring/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/modules/flowable5-test/pom.xml b/modules/flowable5-test/pom.xml index e0e2182cd64..1ded4bd472f 100755 --- a/modules/flowable5-test/pom.xml +++ b/modules/flowable5-test/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/pom.xml b/pom.xml index d9ba2a32f00..44b083d70b6 100755 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ pom - 6.4.2-SNAPSHOT + 6.4.2 UTF-8 1.8 diff --git a/qa/dbclean/pom.xml b/qa/dbclean/pom.xml index 79a5e0ac4d9..64a55f48dae 100644 --- a/qa/dbclean/pom.xml +++ b/qa/dbclean/pom.xml @@ -8,7 +8,7 @@ flowable-dbclean pom - 6.4.2-SNAPSHOT + 6.4.2 diff --git a/tooling/archetypes/flowable-archetype-unittest/pom.xml b/tooling/archetypes/flowable-archetype-unittest/pom.xml index 3cf0d18afcc..0379dcedadb 100644 --- a/tooling/archetypes/flowable-archetype-unittest/pom.xml +++ b/tooling/archetypes/flowable-archetype-unittest/pom.xml @@ -5,7 +5,7 @@ org.flowable archetypes - 6.4.2-SNAPSHOT + 6.4.2 flowable-archetype-unittest diff --git a/tooling/archetypes/flowable-archetype-unittest/src/main/resources/archetype-resources/pom.xml b/tooling/archetypes/flowable-archetype-unittest/src/main/resources/archetype-resources/pom.xml index 74cd6ba1861..81aca604e06 100644 --- a/tooling/archetypes/flowable-archetype-unittest/src/main/resources/archetype-resources/pom.xml +++ b/tooling/archetypes/flowable-archetype-unittest/src/main/resources/archetype-resources/pom.xml @@ -10,7 +10,7 @@ org.flowable flowable-engine - 6.4.2-SNAPSHOT + 6.4.2 junit diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml index ec5b18f2c8f..c2acd3db149 100644 --- a/tooling/archetypes/pom.xml +++ b/tooling/archetypes/pom.xml @@ -9,7 +9,7 @@ org.flowable flowable-root ../.. - 6.4.2-SNAPSHOT + 6.4.2