diff --git a/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml b/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml index 5d8035961f..7193cc0b8c 100644 --- a/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml +++ b/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final decisiontable-quarkus-example Kogito Example :: Decision Table - Quarkus @@ -16,9 +16,9 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT - 8.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final + 8.40.0.Final diff --git a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml index a7cd294ea3..460e249f07 100755 --- a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml +++ b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-drools-quarkus-metrics Kogito Example :: DMN Metrics Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml b/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml index bee5c5afb2..eb01049f40 100644 --- a/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml +++ b/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-event-driven-quarkus Kogito Example :: DMN Event-Driven :: Quarkus @@ -18,8 +18,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml index 529445e30c..7bf0dc743e 100644 --- a/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml +++ b/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-incubation-api-quarkus Kogito Example :: DMN Incubation API With Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml b/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml index 6faae07893..57a0196ac7 100644 --- a/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml +++ b/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-knative-quickstart-quarkus @@ -20,8 +20,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-listener-dtable/pom.xml b/kogito-quarkus-examples/dmn-listener-dtable/pom.xml index 7fdd5e7299..effc72f9af 100644 --- a/kogito-quarkus-examples/dmn-listener-dtable/pom.xml +++ b/kogito-quarkus-examples/dmn-listener-dtable/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-listener-dtable Kogito Example :: DMN Decision Table listener - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml b/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml index 15139761f9..781bdb1312 100644 --- a/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml +++ b/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-listener-quarkus Kogito Example :: DMN with listeners - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml b/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml index 46f2cca3b0..fb14b99726 100644 --- a/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml +++ b/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-pmml-quarkus-example Kogito Example :: DMN :: PMML - QUARKUS @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-quarkus-example/pom.xml b/kogito-quarkus-examples/dmn-quarkus-example/pom.xml index 0cd458d91e..83899dd702 100644 --- a/kogito-quarkus-examples/dmn-quarkus-example/pom.xml +++ b/kogito-quarkus-examples/dmn-quarkus-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-quarkus-example Kogito Example :: DMN @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml b/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml index fe54970bb7..742b98a2d2 100644 --- a/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml +++ b/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-tracing-quarkus Kogito Example :: DMN Tracing - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/flexible-process-quarkus/pom.xml b/kogito-quarkus-examples/flexible-process-quarkus/pom.xml index c8a4d52145..83c16c1419 100644 --- a/kogito-quarkus-examples/flexible-process-quarkus/pom.xml +++ b/kogito-quarkus-examples/flexible-process-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final flexible-process-quarkus Kogito Example :: Flexible Process - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml index 02c0599c81..574b5bb5b8 100644 --- a/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml +++ b/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-travel-agency-example - 1.40.0-SNAPSHOT + 1.40.0.Final kogito-travel-agency-example-basic Kogito Example :: Travel Agency :: Basic @@ -18,9 +18,9 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT - 8.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final + 8.40.0.Final diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml index abaeed4f83..dd15394ba5 100644 --- a/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml +++ b/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-travel-agency-example - 1.40.0-SNAPSHOT + 1.40.0.Final kogito-travel-agency-example-extended pom diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml index 19117137a4..b5cdb5c513 100644 --- a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml +++ b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-travel-agency-example-extended - 1.40.0-SNAPSHOT + 1.40.0.Final travels Kogito Example :: Travel Agency :: Travels @@ -16,9 +16,9 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT - 8.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final + 8.40.0.Final diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml index 6f7a69d322..81646044e9 100644 --- a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml +++ b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-travel-agency-example-extended - 1.40.0-SNAPSHOT + 1.40.0.Final visas Kogito Example :: Travel Agency :: Visas @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/kogito-travel-agency/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/pom.xml index 4fef0a0e7f..4a180e8750 100644 --- a/kogito-quarkus-examples/kogito-travel-agency/pom.xml +++ b/kogito-quarkus-examples/kogito-travel-agency/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final kogito-travel-agency-example pom diff --git a/kogito-quarkus-examples/onboarding-example/hr/pom.xml b/kogito-quarkus-examples/onboarding-example/hr/pom.xml index f7f7eb47cc..d0dcc51742 100644 --- a/kogito-quarkus-examples/onboarding-example/hr/pom.xml +++ b/kogito-quarkus-examples/onboarding-example/hr/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples onboarding-example - 1.40.0-SNAPSHOT + 1.40.0.Final hr Kogito Example :: Onboarding Example :: HR with Drools diff --git a/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml b/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml index 811f02e324..94e4afaff4 100644 --- a/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml +++ b/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples onboarding-example - 1.40.0-SNAPSHOT + 1.40.0.Final onboarding-quarkus Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus diff --git a/kogito-quarkus-examples/onboarding-example/payroll/pom.xml b/kogito-quarkus-examples/onboarding-example/payroll/pom.xml index 6cc0067ef7..54888ea0ce 100644 --- a/kogito-quarkus-examples/onboarding-example/payroll/pom.xml +++ b/kogito-quarkus-examples/onboarding-example/payroll/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples onboarding-example - 1.40.0-SNAPSHOT + 1.40.0.Final payroll Kogito Example :: Onboarding Example :: Payroll with DMN diff --git a/kogito-quarkus-examples/onboarding-example/pom.xml b/kogito-quarkus-examples/onboarding-example/pom.xml index 6e60eb506f..8c37955179 100644 --- a/kogito-quarkus-examples/onboarding-example/pom.xml +++ b/kogito-quarkus-examples/onboarding-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final onboarding-example pom @@ -23,8 +23,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml b/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml index fecb68695d..62aa8b8341 100644 --- a/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml +++ b/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final pmml-event-driven-quarkus Kogito Example :: PMML Event-Driven - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml index 9c31af6d0f..74744fa581 100644 --- a/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml +++ b/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final pmml-incubation-api-quarkus Kogito Example :: PMML Incubation API With Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/pmml-quarkus-example/pom.xml b/kogito-quarkus-examples/pmml-quarkus-example/pom.xml index 2a41ba1f42..bad4b25af7 100644 --- a/kogito-quarkus-examples/pmml-quarkus-example/pom.xml +++ b/kogito-quarkus-examples/pmml-quarkus-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final pmml-quarkus-example Kogito Example :: PMML - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/pom.xml b/kogito-quarkus-examples/pom.xml index dcd59ba24f..fe1e243da0 100644 --- a/kogito-quarkus-examples/pom.xml +++ b/kogito-quarkus-examples/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito.examples kogito-examples - 1.40.0-SNAPSHOT + 1.40.0.Final kogito-quarkus-examples diff --git a/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml b/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml index 5a10551cd0..571037af2e 100644 --- a/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-business-rules-quarkus Kogito Example :: Process Business Rules Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-decisions-quarkus/pom.xml b/kogito-quarkus-examples/process-decisions-quarkus/pom.xml index c28f38becc..55780e48de 100644 --- a/kogito-quarkus-examples/process-decisions-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-decisions-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-decisions-quarkus Kogito Example :: Process :: Decisions :: Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml b/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml index 9aa6a2ab5e..2365369a9f 100644 --- a/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-decisions-rest-quarkus Kogito Example :: Process :: Decisions :: REST Quarkus @@ -18,8 +18,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml b/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml index b45e772d6b..78ff979ac0 100644 --- a/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-decisions-rules-quarkus Kogito Example :: Process :: Decisions :: Rules :: Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-error-handling/pom.xml b/kogito-quarkus-examples/process-error-handling/pom.xml index a7653b3351..fa35db4535 100644 --- a/kogito-quarkus-examples/process-error-handling/pom.xml +++ b/kogito-quarkus-examples/process-error-handling/pom.xml @@ -4,7 +4,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-error-handling Kogito Example :: Process Scripts With Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml index a2f4c97f10..4fadce97bf 100644 --- a/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-incubation-api-quarkus Kogito Example :: Process Incubation API With Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml index 9c368ae107..7a4c8936fb 100644 --- a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-infinispan-persistence-quarkus Kogito Example :: Process Infinispan Persistence Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml index f90d338b6c..0c98bd1af5 100644 --- a/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-kafka-avro-multi-quarkus Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml index 163d2f808e..b90e5d880d 100644 --- a/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-kafka-multi-quarkus Kogito Example :: Process with Kafka and Quarkus, multiple channels @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml index b3b0790e3c..1a1a07a90f 100644 --- a/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml @@ -21,7 +21,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final 4.0.0 @@ -35,8 +35,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml index 400e422928..38ab0b64b7 100644 --- a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-kafka-quickstart-quarkus Kogito Example :: Process with Kafka and Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml b/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml index f1e5988f73..434d566600 100644 --- a/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-knative-quickstart-quarkus Kogito Example :: Process with Knative Eventing and Quarkus @@ -18,8 +18,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml index ba69f47cfa..c018083b1d 100644 --- a/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-mongodb-persistence-quarkus Kogito Example :: Process MongoDB Persistence Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml b/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml index 1af2479029..8c32d98bfe 100755 --- a/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-monitoring-quarkus Kogito Example :: Process Monitoring :: Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml b/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml index d0a0ea723e..dbaa8424e9 100644 --- a/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-outbox-mongodb-quarkus @@ -21,8 +21,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-performance-client/pom.xml b/kogito-quarkus-examples/process-performance-client/pom.xml index 168ec7f8ae..c2cd51cdf3 100755 --- a/kogito-quarkus-examples/process-performance-client/pom.xml +++ b/kogito-quarkus-examples/process-performance-client/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-performance-client Kogito Example :: Client Performance test @@ -19,8 +19,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-performance-quarkus/pom.xml b/kogito-quarkus-examples/process-performance-quarkus/pom.xml index 32a0b00ac0..134f6f9813 100755 --- a/kogito-quarkus-examples/process-performance-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-performance-quarkus/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-performance-quarkus Kogito Example :: Quarkus Performance test @@ -19,8 +19,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml index dff5b15f48..aed81eed4c 100644 --- a/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml @@ -8,7 +8,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-postgresql-persistence-quarkus @@ -22,8 +22,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-quarkus-example/pom.xml b/kogito-quarkus-examples/process-quarkus-example/pom.xml index 39d9781c0d..0dc124d991 100755 --- a/kogito-quarkus-examples/process-quarkus-example/pom.xml +++ b/kogito-quarkus-examples/process-quarkus-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-quarkus-example Kogito Example :: Process and Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml b/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml index 1698bd9a06..bf1d04518f 100644 --- a/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-rest-service-call-quarkus Kogito Example :: Process Service Rest Cal with Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml b/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml index 6baf459daf..4f4562f34b 100644 --- a/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-rest-workitem-multi-quarkus Kogito Example :: Process Rest :: Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml b/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml index fabb3e82fb..155039e984 100644 --- a/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-rest-workitem-quarkus Kogito Example :: Process Service Rest WorkItem call with Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-saga-quarkus/pom.xml b/kogito-quarkus-examples/process-saga-quarkus/pom.xml index 30b0de98ef..a4261b57d3 100644 --- a/kogito-quarkus-examples/process-saga-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-saga-quarkus/pom.xml @@ -4,7 +4,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-saga-quarkus @@ -19,8 +19,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-scripts-quarkus/pom.xml b/kogito-quarkus-examples/process-scripts-quarkus/pom.xml index ff90086ed9..247d9dac81 100644 --- a/kogito-quarkus-examples/process-scripts-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-scripts-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-scripts-quarkus Kogito Example :: Process Scripts With Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml b/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml index f39dff63d1..8c866c1e9a 100644 --- a/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-service-calls-quarkus Kogito Example :: Process Service Calls with Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-timer-quarkus/pom.xml b/kogito-quarkus-examples/process-timer-quarkus/pom.xml index 3db2627ebc..d1bf580396 100644 --- a/kogito-quarkus-examples/process-timer-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-timer-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-timer-quarkus Kogito Example :: Process Timer with Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml index 90ba9cdb95..4ae49a8588 100644 --- a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-custom-lifecycle-quarkus Kogito Example :: Process Usertasks With Custom Lifecycle @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml b/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml index 0c878ed819..99b100fdd9 100644 --- a/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml +++ b/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml @@ -4,7 +4,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-quarkus-with-console @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml index ef94a1fc6e..3d14895f86 100644 --- a/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-quarkus Kogito Example :: Process with Usertasks Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml b/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml index dd4ce1288a..8547775c67 100644 --- a/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml +++ b/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml @@ -4,7 +4,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-timer-quarkus-with-console @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml index dc970541d0..8a3c8b45ff 100644 --- a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml +++ b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-with-security-oidc-quarkus-with-console Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml index 7aee660778..bbb812e6b2 100644 --- a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-with-security-oidc-quarkus Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml index 04dd68ed35..feb752871d 100644 --- a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml +++ b/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-with-security-quarkus Kogito Example :: Process Usertasks With Security Quarkus @@ -17,8 +17,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml index ce15b1282d..7a8e6ff7ae 100644 --- a/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml +++ b/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final rules-incubation-api-quarkus Kogito Example :: Rules Incubation API With Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml b/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml index 4f92573285..cd046118ff 100644 --- a/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml +++ b/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final rules-legacy-quarkus-example Kogito Example :: Rules Legacy API - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml b/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml index 3d18bc8783..348a434aaf 100755 --- a/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml +++ b/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final rules-quarkus-helloworld Kogito Example :: Rules HelloWorld @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml b/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml index 1d3e8fad34..64ad6af670 100644 --- a/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml +++ b/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final ruleunit-event-driven-quarkus Kogito Example :: Rule Unit Event-Driven :: Quarkus @@ -18,8 +18,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml b/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml index 20b3a9bdfc..610006cffb 100644 --- a/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml +++ b/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final ruleunit-quarkus-example Kogito Example :: RuleUnit - Quarkus @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml b/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml index aaae7acf72..79aa97f6a8 100644 --- a/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml +++ b/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml @@ -5,7 +5,7 @@ org.kie.kogito.examples kogito-quarkus-examples - 1.40.0-SNAPSHOT + 1.40.0.Final trusty-tracing-quarkus-devservices Kogito Example :: Trusty Tracing - Quarkus DevServices @@ -16,8 +16,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml index e9bf83d520..c9747b53f0 100644 --- a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml +++ b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml @@ -5,14 +5,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final decisiontable-springboot-example Kogito Example :: Decision Table - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml index 59e6cd9dda..51a33af54b 100755 --- a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml +++ b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml @@ -7,14 +7,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-drools-springboot-metrics Kogito Example :: DMN Metrics SpringBoot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml b/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml index b633afd42d..7de21337c5 100644 --- a/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml +++ b/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml @@ -8,14 +8,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-event-driven-springboot Kogito Example :: DMN Event-Driven :: Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/dmn-listener-springboot/pom.xml b/kogito-springboot-examples/dmn-listener-springboot/pom.xml index 1ed19b7a6a..b79a6b4dc0 100644 --- a/kogito-springboot-examples/dmn-listener-springboot/pom.xml +++ b/kogito-springboot-examples/dmn-listener-springboot/pom.xml @@ -8,14 +8,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-listener-springboot Kogito Example :: DMN with listeners - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml index ab310843f0..6537f2ff9e 100644 --- a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml +++ b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml @@ -7,14 +7,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-pmml-springboot-example Kogito Example :: DMN :: PMML - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/dmn-springboot-example/pom.xml b/kogito-springboot-examples/dmn-springboot-example/pom.xml index 6878576370..f8beda805f 100644 --- a/kogito-springboot-examples/dmn-springboot-example/pom.xml +++ b/kogito-springboot-examples/dmn-springboot-example/pom.xml @@ -8,14 +8,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-springboot-example Kogito Example :: DMN - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/dmn-tracing-springboot/pom.xml b/kogito-springboot-examples/dmn-tracing-springboot/pom.xml index 8a933caf3b..07a6bbbd00 100644 --- a/kogito-springboot-examples/dmn-tracing-springboot/pom.xml +++ b/kogito-springboot-examples/dmn-tracing-springboot/pom.xml @@ -8,14 +8,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final dmn-tracing-springboot Kogito Example :: DMN Tracing - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/flexible-process-springboot/pom.xml b/kogito-springboot-examples/flexible-process-springboot/pom.xml index ddf7e870c7..84c848ebfc 100644 --- a/kogito-springboot-examples/flexible-process-springboot/pom.xml +++ b/kogito-springboot-examples/flexible-process-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final flexible-process-springboot @@ -14,8 +14,8 @@ Kogito service invocation - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/onboarding-springboot/pom.xml b/kogito-springboot-examples/onboarding-springboot/pom.xml index c079fc4f75..7d95d42a39 100644 --- a/kogito-springboot-examples/onboarding-springboot/pom.xml +++ b/kogito-springboot-examples/onboarding-springboot/pom.xml @@ -5,15 +5,15 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final onboarding-springboot Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot Onboarding function and service orchestration - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml b/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml index 437aaafda5..d69eb2b5e4 100644 --- a/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml +++ b/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml @@ -7,14 +7,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final pmml-event-driven-springboot Kogito Example :: PMML Event-Driven - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/pmml-springboot-example/pom.xml b/kogito-springboot-examples/pmml-springboot-example/pom.xml index e1ec782dbe..ac8720dc6a 100644 --- a/kogito-springboot-examples/pmml-springboot-example/pom.xml +++ b/kogito-springboot-examples/pmml-springboot-example/pom.xml @@ -7,14 +7,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final pmml-springboot-example Kogito Example :: PMML - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/pom.xml b/kogito-springboot-examples/pom.xml index 37b70c37b3..5d4619b8f2 100644 --- a/kogito-springboot-examples/pom.xml +++ b/kogito-springboot-examples/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito.examples kogito-examples - 1.40.0-SNAPSHOT + 1.40.0.Final kogito-springboot-examples diff --git a/kogito-springboot-examples/process-business-rules-springboot/pom.xml b/kogito-springboot-examples/process-business-rules-springboot/pom.xml index ffd05c191f..371d5fd0b9 100644 --- a/kogito-springboot-examples/process-business-rules-springboot/pom.xml +++ b/kogito-springboot-examples/process-business-rules-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final Kogito Example :: Process Business Rules Spring Boot @@ -14,8 +14,8 @@ Kogito business rules invocation - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml b/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml index 4164451543..9abe0238e3 100644 --- a/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml +++ b/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml @@ -5,15 +5,15 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-decisions-rest-springboot Kogito Example :: Process :: Decisions :: REST :: Spring Boot Process with DMN and DRL integration through REST - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml b/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml index a3d57e4ef9..86db5d26f1 100644 --- a/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml +++ b/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml @@ -5,15 +5,15 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-decisions-rules-springboot Kogito Example :: Process :: Decisions :: Rules :: Spring Boot Process with DRL, DMN and DRL integration - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-decisions-springboot/pom.xml b/kogito-springboot-examples/process-decisions-springboot/pom.xml index 25a9b0b398..8ed9b743ec 100644 --- a/kogito-springboot-examples/process-decisions-springboot/pom.xml +++ b/kogito-springboot-examples/process-decisions-springboot/pom.xml @@ -5,15 +5,15 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-decisions-springboot Kogito Example :: Process :: Decisions :: Spring Boot Process with DMN and DRL integration - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml index e08264c0b2..becf0ee601 100644 --- a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml +++ b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-infinispan-persistence-springboot @@ -14,8 +14,8 @@ Kogito with Infinispan persistence - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml index a5bfce03a5..93d53455c2 100644 --- a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml +++ b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-kafka-multi-springboot @@ -14,8 +14,8 @@ Kogito with Kafka - Spring Boot, using multiple channels - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml index 7ad82cbe42..384c2e45b0 100644 --- a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml +++ b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-kafka-quickstart-springboot @@ -14,8 +14,8 @@ Kogito with Kafka - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml b/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml index 0b26a908de..82282d004a 100644 --- a/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml +++ b/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-mongodb-persistence-springboot @@ -15,8 +15,8 @@ true - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-monitoring-springboot/pom.xml b/kogito-springboot-examples/process-monitoring-springboot/pom.xml index 033e3ed31d..88226ce818 100644 --- a/kogito-springboot-examples/process-monitoring-springboot/pom.xml +++ b/kogito-springboot-examples/process-monitoring-springboot/pom.xml @@ -6,15 +6,15 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-monitoring-springboot Kogito Example :: Process Monitoring :: Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml b/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml index 9a9c14e8fb..e027ce9c99 100644 --- a/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml +++ b/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-outbox-mongodb-springboot @@ -15,8 +15,8 @@ 1.7 - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-performance-springboot/pom.xml b/kogito-springboot-examples/process-performance-springboot/pom.xml index 3aca1291e8..9486b5045b 100755 --- a/kogito-springboot-examples/process-performance-springboot/pom.xml +++ b/kogito-springboot-examples/process-performance-springboot/pom.xml @@ -7,15 +7,15 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-performance-springboot Kogito Example :: Springboot Performance test Springboot Performance test - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml b/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml index e7728cb3f7..d4a7898eca 100644 --- a/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml +++ b/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-postgresql-persistence-springboot @@ -14,8 +14,8 @@ Kogito with PostgreSQL persistence - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml b/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml index 9399cb62a8..523b023db2 100644 --- a/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml +++ b/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-rest-service-call-springboot @@ -14,8 +14,8 @@ Kogito service invocation with REST - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-scripts-springboot/pom.xml b/kogito-springboot-examples/process-scripts-springboot/pom.xml index ad353d3eb4..d1e109c406 100644 --- a/kogito-springboot-examples/process-scripts-springboot/pom.xml +++ b/kogito-springboot-examples/process-scripts-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-scripts-springboot @@ -14,8 +14,8 @@ Kogito script invocation - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-service-calls-springboot/pom.xml b/kogito-springboot-examples/process-service-calls-springboot/pom.xml index b57249f9c5..108000cb95 100644 --- a/kogito-springboot-examples/process-service-calls-springboot/pom.xml +++ b/kogito-springboot-examples/process-service-calls-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-service-calls-springboot @@ -14,8 +14,8 @@ Kogito service invocation - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-springboot-example/pom.xml b/kogito-springboot-examples/process-springboot-example/pom.xml index 84a25c9a99..636d803f82 100644 --- a/kogito-springboot-examples/process-springboot-example/pom.xml +++ b/kogito-springboot-examples/process-springboot-example/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-springboot-example @@ -14,8 +14,8 @@ Order management service - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-timer-springboot/pom.xml b/kogito-springboot-examples/process-timer-springboot/pom.xml index 0dc9d4d27b..d48c107a6e 100644 --- a/kogito-springboot-examples/process-timer-springboot/pom.xml +++ b/kogito-springboot-examples/process-timer-springboot/pom.xml @@ -4,7 +4,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-timer-springboot @@ -12,8 +12,8 @@ Kogito with timers - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml index 49a8a2bebc..7cb633ba6c 100644 --- a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml +++ b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-custom-lifecycle-springboot @@ -14,8 +14,8 @@ Kogito usertasks orchestration with custom life cycle - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml b/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml index fe58e26679..b2a0de8fe4 100644 --- a/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml +++ b/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-springboot-with-console @@ -15,8 +15,8 @@ true - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-usertasks-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-springboot/pom.xml index 500745ff6b..2019a5a170 100644 --- a/kogito-springboot-examples/process-usertasks-springboot/pom.xml +++ b/kogito-springboot-examples/process-usertasks-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-springboot @@ -14,8 +14,8 @@ Kogito usertasks orchestration - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml index f125742205..fa6acecbcb 100644 --- a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml +++ b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-with-security-oidc-springboot-with-console @@ -15,8 +15,8 @@ true - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml index c09434d857..90b302fe06 100644 --- a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml +++ b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-with-security-oidc-springboot @@ -14,8 +14,8 @@ Kogito usertasks orchestration with security enabled on REST api - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml index ac2b64e7ee..5fe7e21c9b 100644 --- a/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml +++ b/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml @@ -6,7 +6,7 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final process-usertasks-with-security-springboot @@ -14,8 +14,8 @@ Kogito usertasks orchestration with security enabled on REST api - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml b/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml index 1028df7c67..f216016dfd 100644 --- a/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml +++ b/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml @@ -7,14 +7,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final rules-legacy-springboot-example Kogito Example :: Rules Legacy API - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml b/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml index fd9ca9f4ba..c6fbce86d0 100644 --- a/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml +++ b/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml @@ -7,14 +7,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final ruleunit-event-driven-springboot Kogito Example :: RuleUnit Event Driven :: Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/kogito-springboot-examples/ruleunit-springboot-example/pom.xml b/kogito-springboot-examples/ruleunit-springboot-example/pom.xml index 3184f90cf2..86bd4d017e 100644 --- a/kogito-springboot-examples/ruleunit-springboot-example/pom.xml +++ b/kogito-springboot-examples/ruleunit-springboot-example/pom.xml @@ -7,14 +7,14 @@ org.kie.kogito.examples kogito-springboot-examples - 1.40.0-SNAPSHOT + 1.40.0.Final ruleunit-springboot-example Kogito Example :: RuleUnit - Spring Boot - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final diff --git a/pom.xml b/pom.xml index 9f1c335131..afa77d6055 100755 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito kogito-build-no-bom-parent - 1.40.0-SNAPSHOT + 1.40.0.Final org.kie.kogito.examples @@ -34,7 +34,7 @@ UTF-8 - 1.40.0-SNAPSHOT + 1.40.0.Final 1 **/*IT.java diff --git a/serverless-workflow-examples/pom.xml b/serverless-workflow-examples/pom.xml index e01b02a09a..2b6e81b9f9 100644 --- a/serverless-workflow-examples/pom.xml +++ b/serverless-workflow-examples/pom.xml @@ -7,7 +7,7 @@ org.kie.kogito.examples kogito-examples - 1.40.0-SNAPSHOT + 1.40.0.Final serverless-workflow-examples diff --git a/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml b/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml index 8df4903f08..03ff0a185b 100644 --- a/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml @@ -18,7 +18,7 @@ 3.22.0 org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml index dc33545c7b..c9c9c9d891 100644 --- a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml index 2725e4641e..36a356dbb0 100644 --- a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml @@ -19,7 +19,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml index f42af5502a..9c89a5ea51 100644 --- a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml b/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml index eb6ca1b211..0d00ac1f2c 100644 --- a/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml index cf4914bb9a..f01a431b2e 100644 --- a/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 3.0.0-M7 11 diff --git a/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml index 7eabd6dca5..8d19fc8823 100644 --- a/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml index 1168e345c6..3813b756cc 100644 --- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml index a0fa80f6d2..915cd07470 100644 --- a/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml index f5fc7c300a..12fe177c0a 100644 --- a/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml @@ -19,7 +19,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml index 71cc2abb18..44d8a4c657 100644 --- a/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.0.0-M7 11 1.7.30 diff --git a/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml index 8833aefd66..307ac356b7 100644 --- a/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml index acc7db539f..d947256b0b 100644 --- a/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml index 085c232b6b..875eedc970 100644 --- a/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml @@ -16,11 +16,11 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 - 1.40.0-SNAPSHOT + 1.40.0.Final diff --git a/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml index 65c1d5f1f9..20da49dd1b 100644 --- a/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml index 4d93cb24d4..1580e12645 100644 --- a/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml index 6488805f1c..5e97aaf2a6 100644 --- a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml index aa618bc671..bf62505e3a 100644 --- a/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml index 045e909174..d0897fc634 100644 --- a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml @@ -17,7 +17,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml index c061dbf907..1f9ed724fe 100644 --- a/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml index 34e2456d20..ceb9c86b9b 100644 --- a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml @@ -17,7 +17,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml b/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml index f0e74c404f..7bf3a35b1c 100644 --- a/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml @@ -18,8 +18,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml index c107f13c0a..9b6f854fa9 100644 --- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final UTF-8 UTF-8 diff --git a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml index eab293dd61..060cb960d7 100644 --- a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.0.0-M7 5.1.3 3.6.0 diff --git a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml index 96894de3b7..6a6d7f12b6 100644 --- a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml index 997b785fc4..841eecace4 100644 --- a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml @@ -18,7 +18,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml b/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml index 4a479bb1ba..2c2a0087e7 100644 --- a/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml @@ -17,7 +17,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 2.33.2 11 diff --git a/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml b/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml index 82b079e587..06c0265069 100644 --- a/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml @@ -18,8 +18,8 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT - 1.40.0-SNAPSHOT + 1.40.0.Final + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml index 17921c390e..e7b12dbc8b 100644 --- a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml @@ -17,7 +17,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 2.33.2 diff --git a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml index e08cc8b96c..6ce5322188 100644 --- a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml @@ -17,7 +17,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 1.0.1 2.3.0 diff --git a/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml index 8b9aeecd69..55e291e738 100644 --- a/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.22.0 diff --git a/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml index f7898bb583..78779284db 100644 --- a/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml b/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml index 3894a3a807..aa7e992613 100644 --- a/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml @@ -20,7 +20,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml index 4513c56e3e..89ad0a16f0 100644 --- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml index 0144605c45..6c55b08871 100644 --- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml index a2a3db26c9..59d374a64b 100644 --- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml index 0edefb6f22..f1f85bdc23 100644 --- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 3.8.1 11 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml b/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml index 94bb36cb89..634154b041 100644 --- a/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml @@ -17,7 +17,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml index f15479731b..2f497d198f 100644 --- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7 diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml index 540624be8b..56db5daf11 100644 --- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml @@ -16,7 +16,7 @@ 2.16.7.Final org.kie.kogito kogito-bom - 1.40.0-SNAPSHOT + 1.40.0.Final 11 3.8.1 3.0.0-M7