From 9dafd63e975490bf2de522bcf9b5a760b8e89e87 Mon Sep 17 00:00:00 2001 From: Gabor Claussnitzer Date: Sat, 4 Jan 2025 16:33:16 +0100 Subject: [PATCH] chore: updated build files and READMEs --- camunda-modeler-plugin/package-lock.json | 4 ++-- camunda-modeler-plugin/package.json | 2 +- gradle-plugin-8/README.md | 2 +- gradle-plugin-8/pom.xml | 2 +- gradle-plugin/README.md | 2 +- gradle-plugin/pom.xml | 2 +- impl-8/pom.xml | 2 +- impl/pom.xml | 2 +- integration-tests-8/advanced-multi-instance/pom.xml | 2 +- integration-tests-8/advanced-multi-instance/settings.gradle | 2 +- integration-tests-8/advanced/pom.xml | 2 +- integration-tests-8/advanced/settings.gradle | 2 +- integration-tests-8/simple/pom.xml | 2 +- integration-tests-8/simple/settings.gradle | 2 +- integration-tests/advanced-multi-instance/pom.xml | 2 +- integration-tests/advanced-multi-instance/settings.gradle | 2 +- integration-tests/advanced-spring-boot/pom.xml | 2 +- integration-tests/advanced-spring-boot/settings.gradle | 2 +- integration-tests/advanced-spring/pom.xml | 2 +- integration-tests/advanced-spring/settings.gradle | 2 +- integration-tests/advanced/pom.xml | 2 +- integration-tests/advanced/settings.gradle | 2 +- integration-tests/coverage-spring-boot/pom.xml | 2 +- integration-tests/coverage-spring/pom.xml | 2 +- integration-tests/coverage/pom.xml | 2 +- integration-tests/simple/pom.xml | 2 +- integration-tests/simple/settings.gradle | 2 +- maven-plugin-8/README.md | 2 +- maven-plugin-8/pom.xml | 2 +- maven-plugin/README.md | 2 +- maven-plugin/pom.xml | 2 +- model-8/pom.xml | 2 +- model/pom.xml | 2 +- pom.xml | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/camunda-modeler-plugin/package-lock.json b/camunda-modeler-plugin/package-lock.json index b4f666a3..96326807 100644 --- a/camunda-modeler-plugin/package-lock.json +++ b/camunda-modeler-plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "bpmn-driven-testing-plugin", - "version": "1.0.0-SNAPSHOT", + "version": "1.1.0-SNAPSHOT", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bpmn-driven-testing-plugin", - "version": "1.0.0-SNAPSHOT", + "version": "1.1.0-SNAPSHOT", "license": "MIT", "dependencies": { "react": "^18.2.0", diff --git a/camunda-modeler-plugin/package.json b/camunda-modeler-plugin/package.json index 7d08663e..9df96525 100644 --- a/camunda-modeler-plugin/package.json +++ b/camunda-modeler-plugin/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-driven-testing-plugin", - "version": "1.0.0-SNAPSHOT", + "version": "1.1.0-SNAPSHOT", "description": "Camunda Modeler Plugin for BPMN Driven Testing", "main": "index.js", "scripts": { diff --git a/gradle-plugin-8/README.md b/gradle-plugin-8/README.md index 95b58230..fcc2a3dc 100644 --- a/gradle-plugin-8/README.md +++ b/gradle-plugin-8/README.md @@ -34,7 +34,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - useModule("org.camunda.community:bpmn-driven-testing-8-gradle-plugin:0.13.0") + useModule("org.camunda.community:bpmn-driven-testing-8-gradle-plugin:1.0.0") } } } diff --git a/gradle-plugin-8/pom.xml b/gradle-plugin-8/pom.xml index ab922097..cadb58f4 100644 --- a/gradle-plugin-8/pom.xml +++ b/gradle-plugin-8/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-8-gradle-plugin diff --git a/gradle-plugin/README.md b/gradle-plugin/README.md index 2c911804..8feaa7af 100644 --- a/gradle-plugin/README.md +++ b/gradle-plugin/README.md @@ -34,7 +34,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:0.13.0") + useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:1.0.0") } } } diff --git a/gradle-plugin/pom.xml b/gradle-plugin/pom.xml index 0f7326d5..9f3cc2b5 100644 --- a/gradle-plugin/pom.xml +++ b/gradle-plugin/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-gradle-plugin diff --git a/impl-8/pom.xml b/impl-8/pom.xml index 10db5bef..c6641161 100644 --- a/impl-8/pom.xml +++ b/impl-8/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-impl-8 diff --git a/impl/pom.xml b/impl/pom.xml index 28d5d4c9..8dd595cf 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-impl diff --git a/integration-tests-8/advanced-multi-instance/pom.xml b/integration-tests-8/advanced-multi-instance/pom.xml index 989ec1f9..34ff55ce 100644 --- a/integration-tests-8/advanced-multi-instance/pom.xml +++ b/integration-tests-8/advanced-multi-instance/pom.xml @@ -14,7 +14,7 @@ 5.10.1 1.7.36 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests-8/advanced-multi-instance/settings.gradle b/integration-tests-8/advanced-multi-instance/settings.gradle index 76e723ca..f0d4ff92 100644 --- a/integration-tests-8/advanced-multi-instance/settings.gradle +++ b/integration-tests-8/advanced-multi-instance/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-8-gradle-plugin:${pluginVersion}") } } diff --git a/integration-tests-8/advanced/pom.xml b/integration-tests-8/advanced/pom.xml index a9182703..0d2b44ab 100644 --- a/integration-tests-8/advanced/pom.xml +++ b/integration-tests-8/advanced/pom.xml @@ -14,7 +14,7 @@ 5.10.1 1.7.36 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests-8/advanced/settings.gradle b/integration-tests-8/advanced/settings.gradle index 76e723ca..f0d4ff92 100644 --- a/integration-tests-8/advanced/settings.gradle +++ b/integration-tests-8/advanced/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-8-gradle-plugin:${pluginVersion}") } } diff --git a/integration-tests-8/simple/pom.xml b/integration-tests-8/simple/pom.xml index cb716cbf..5d41dbbd 100644 --- a/integration-tests-8/simple/pom.xml +++ b/integration-tests-8/simple/pom.xml @@ -14,7 +14,7 @@ 5.10.1 1.7.36 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests-8/simple/settings.gradle b/integration-tests-8/simple/settings.gradle index 76e723ca..f0d4ff92 100644 --- a/integration-tests-8/simple/settings.gradle +++ b/integration-tests-8/simple/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-8-gradle-plugin:${pluginVersion}") } } diff --git a/integration-tests/advanced-multi-instance/pom.xml b/integration-tests/advanced-multi-instance/pom.xml index 9419a53b..348dd0bf 100644 --- a/integration-tests/advanced-multi-instance/pom.xml +++ b/integration-tests/advanced-multi-instance/pom.xml @@ -17,7 +17,7 @@ 5.10.1 1.7.36 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/advanced-multi-instance/settings.gradle b/integration-tests/advanced-multi-instance/settings.gradle index ad7676b9..3a0402da 100644 --- a/integration-tests/advanced-multi-instance/settings.gradle +++ b/integration-tests/advanced-multi-instance/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:${pluginVersion}") } } diff --git a/integration-tests/advanced-spring-boot/pom.xml b/integration-tests/advanced-spring-boot/pom.xml index e7ef258b..eed75618 100644 --- a/integration-tests/advanced-spring-boot/pom.xml +++ b/integration-tests/advanced-spring-boot/pom.xml @@ -16,7 +16,7 @@ 2.2.224 3.3.4 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/advanced-spring-boot/settings.gradle b/integration-tests/advanced-spring-boot/settings.gradle index ad7676b9..3a0402da 100644 --- a/integration-tests/advanced-spring-boot/settings.gradle +++ b/integration-tests/advanced-spring-boot/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:${pluginVersion}") } } diff --git a/integration-tests/advanced-spring/pom.xml b/integration-tests/advanced-spring/pom.xml index 608e2d01..27f1ce22 100644 --- a/integration-tests/advanced-spring/pom.xml +++ b/integration-tests/advanced-spring/pom.xml @@ -18,7 +18,7 @@ 1.7.36 6.1.14 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/advanced-spring/settings.gradle b/integration-tests/advanced-spring/settings.gradle index ad7676b9..3a0402da 100644 --- a/integration-tests/advanced-spring/settings.gradle +++ b/integration-tests/advanced-spring/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:${pluginVersion}") } } diff --git a/integration-tests/advanced/pom.xml b/integration-tests/advanced/pom.xml index 3eb86f74..354a4120 100644 --- a/integration-tests/advanced/pom.xml +++ b/integration-tests/advanced/pom.xml @@ -17,7 +17,7 @@ 5.10.1 1.7.36 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/advanced/settings.gradle b/integration-tests/advanced/settings.gradle index ad7676b9..3a0402da 100644 --- a/integration-tests/advanced/settings.gradle +++ b/integration-tests/advanced/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:${pluginVersion}") } } diff --git a/integration-tests/coverage-spring-boot/pom.xml b/integration-tests/coverage-spring-boot/pom.xml index 04e4fb6b..ac13bb12 100644 --- a/integration-tests/coverage-spring-boot/pom.xml +++ b/integration-tests/coverage-spring-boot/pom.xml @@ -17,7 +17,7 @@ 2.2.224 3.3.4 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/coverage-spring/pom.xml b/integration-tests/coverage-spring/pom.xml index ec4de472..911e49cb 100644 --- a/integration-tests/coverage-spring/pom.xml +++ b/integration-tests/coverage-spring/pom.xml @@ -19,7 +19,7 @@ 1.7.36 6.1.14 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/coverage/pom.xml b/integration-tests/coverage/pom.xml index dc7d135c..0f03ce30 100644 --- a/integration-tests/coverage/pom.xml +++ b/integration-tests/coverage/pom.xml @@ -18,7 +18,7 @@ 5.10.1 1.7.36 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/simple/pom.xml b/integration-tests/simple/pom.xml index 1883f3ad..1cc2b0fb 100644 --- a/integration-tests/simple/pom.xml +++ b/integration-tests/simple/pom.xml @@ -17,7 +17,7 @@ 5.10.1 1.7.36 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/integration-tests/simple/settings.gradle b/integration-tests/simple/settings.gradle index ad7676b9..3a0402da 100644 --- a/integration-tests/simple/settings.gradle +++ b/integration-tests/simple/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.toString() == 'org.camunda.community.bpmndt') { - def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.0.0-SNAPSHOT' + def pluginVersion = startParameter.projectProperties['plugin.version'] ?: '1.1.0-SNAPSHOT' useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:${pluginVersion}") } } diff --git a/maven-plugin-8/README.md b/maven-plugin-8/README.md index 7b7d2f9e..0f5a8afa 100644 --- a/maven-plugin-8/README.md +++ b/maven-plugin-8/README.md @@ -12,7 +12,7 @@ Right click on `target/bpmndt` > `Mark Directory as` > `Test Sources Root` org.camunda.community bpmn-driven-testing-8-maven-plugin - 0.13.0 + 1.0.0 diff --git a/maven-plugin-8/pom.xml b/maven-plugin-8/pom.xml index 57b4d4f6..060e7ae3 100644 --- a/maven-plugin-8/pom.xml +++ b/maven-plugin-8/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-8-maven-plugin diff --git a/maven-plugin/README.md b/maven-plugin/README.md index 2393dad0..270d6639 100644 --- a/maven-plugin/README.md +++ b/maven-plugin/README.md @@ -12,7 +12,7 @@ Right click on `target/bpmndt` > `Mark Directory as` > `Test Sources Root` org.camunda.community bpmn-driven-testing-maven-plugin - 0.13.0 + 1.0.0 diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 5ab4c929..6afab8cf 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-maven-plugin diff --git a/model-8/pom.xml b/model-8/pom.xml index d8b5d5ce..d9d0e514 100644 --- a/model-8/pom.xml +++ b/model-8/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-model-8 diff --git a/model/pom.xml b/model/pom.xml index 184ffc3d..b722ba6c 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -4,7 +4,7 @@ org.camunda.community bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT bpmn-driven-testing-model diff --git a/pom.xml b/pom.xml index 3faa583f..5687c1da 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ bpmn-driven-testing-root - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT pom