diff --git a/camunda-modeler-plugin/package-lock.json b/camunda-modeler-plugin/package-lock.json
index a8d3d5c6..756a1fee 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": "0.10.0-SNAPSHOT",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bpmn-driven-testing-plugin",
- "version": "1.0.0-SNAPSHOT",
+ "version": "0.10.0-SNAPSHOT",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
diff --git a/camunda-modeler-plugin/package.json b/camunda-modeler-plugin/package.json
index 3dec5f45..db3ebdd2 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": "0.10.0-SNAPSHOT",
"description": "Camunda Modeler Plugin for BPMN Driven Testing",
"main": "index.js",
"scripts": {
diff --git a/gradle-plugin/pom.xml b/gradle-plugin/pom.xml
index 82640f1b..603bba24 100644
--- a/gradle-plugin/pom.xml
+++ b/gradle-plugin/pom.xml
@@ -4,7 +4,7 @@
org.camunda.community
bpmn-driven-testing-root
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
bpmn-driven-testing-gradle-plugin
diff --git a/impl/pom.xml b/impl/pom.xml
index 69e5ddd8..4087432d 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -4,7 +4,7 @@
org.camunda.community
bpmn-driven-testing-root
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
bpmn-driven-testing-impl
diff --git a/integration-tests/advanced-multi-instance/pom.xml b/integration-tests/advanced-multi-instance/pom.xml
index 46b6e742..3e9fd847 100644
--- a/integration-tests/advanced-multi-instance/pom.xml
+++ b/integration-tests/advanced-multi-instance/pom.xml
@@ -17,7 +17,7 @@
5.9.3
1.7.36
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
diff --git a/integration-tests/advanced-multi-instance/settings.gradle b/integration-tests/advanced-multi-instance/settings.gradle
index ad7676b9..8f0a1dd3 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'] ?: '0.10.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 97b81d2b..cda3f43f 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.2.4
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
diff --git a/integration-tests/advanced-spring-boot/settings.gradle b/integration-tests/advanced-spring-boot/settings.gradle
index ad7676b9..8f0a1dd3 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'] ?: '0.10.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 edf683a2..4d423aed 100644
--- a/integration-tests/advanced-spring/pom.xml
+++ b/integration-tests/advanced-spring/pom.xml
@@ -18,7 +18,7 @@
1.7.36
6.1.5
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
diff --git a/integration-tests/advanced-spring/settings.gradle b/integration-tests/advanced-spring/settings.gradle
index ad7676b9..8f0a1dd3 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'] ?: '0.10.0-SNAPSHOT'
useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:${pluginVersion}")
}
}
diff --git a/integration-tests/advanced/settings.gradle b/integration-tests/advanced/settings.gradle
index ad7676b9..8f0a1dd3 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'] ?: '0.10.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 a544062b..0406f4ae 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.2.4
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
diff --git a/integration-tests/coverage-spring/pom.xml b/integration-tests/coverage-spring/pom.xml
index 1109beb2..5f305196 100644
--- a/integration-tests/coverage-spring/pom.xml
+++ b/integration-tests/coverage-spring/pom.xml
@@ -19,7 +19,7 @@
1.7.36
6.1.5
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
diff --git a/integration-tests/simple/pom.xml b/integration-tests/simple/pom.xml
index a5eaa943..aaf7a8f1 100644
--- a/integration-tests/simple/pom.xml
+++ b/integration-tests/simple/pom.xml
@@ -17,7 +17,7 @@
5.9.3
1.7.36
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
diff --git a/integration-tests/simple/settings.gradle b/integration-tests/simple/settings.gradle
index ad7676b9..8f0a1dd3 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'] ?: '0.10.0-SNAPSHOT'
useModule("org.camunda.community:bpmn-driven-testing-gradle-plugin:${pluginVersion}")
}
}
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 14c67f7e..3bc1fbf3 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.camunda.community
bpmn-driven-testing-root
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
bpmn-driven-testing-maven-plugin
diff --git a/model/pom.xml b/model/pom.xml
index c9dd8c26..c6c9b9a1 100644
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -4,7 +4,7 @@
org.camunda.community
bpmn-driven-testing-root
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
bpmn-driven-testing-model
diff --git a/pom.xml b/pom.xml
index e8280ee2..5ddb19c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
bpmn-driven-testing-root
- 1.0.0-SNAPSHOT
+ 0.10.0-SNAPSHOT
pom