Skip to content

Commit

Permalink
chore: set version to 0.10.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gclaussn committed Apr 20, 2024
1 parent 86b245c commit 675a9b8
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions camunda-modeler-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion camunda-modeler-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.community</groupId>
<artifactId>bpmn-driven-testing-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>bpmn-driven-testing-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.community</groupId>
<artifactId>bpmn-driven-testing-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>bpmn-driven-testing-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-multi-instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<slf4j.version>1.7.36</slf4j.version>

<plugin.version>1.0.0-SNAPSHOT</plugin.version>
<plugin.version>0.10.0-SNAPSHOT</plugin.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-multi-instance/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
}
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h2.version>2.2.224</h2.version>
<spring.boot.version>3.2.4</spring.boot.version>

<plugin.version>1.0.0-SNAPSHOT</plugin.version>
<plugin.version>0.10.0-SNAPSHOT</plugin.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-spring-boot/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
}
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<slf4j.version>1.7.36</slf4j.version>
<spring.version>6.1.5</spring.version>

<plugin.version>1.0.0-SNAPSHOT</plugin.version>
<plugin.version>0.10.0-SNAPSHOT</plugin.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-spring/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
}
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
}
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/coverage-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h2.version>2.2.224</h2.version>
<spring.boot.version>3.2.4</spring.boot.version>

<plugin.version>1.0.0-SNAPSHOT</plugin.version>
<plugin.version>0.10.0-SNAPSHOT</plugin.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/coverage-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<slf4j.version>1.7.36</slf4j.version>
<spring.version>6.1.5</spring.version>

<plugin.version>1.0.0-SNAPSHOT</plugin.version>
<plugin.version>0.10.0-SNAPSHOT</plugin.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<slf4j.version>1.7.36</slf4j.version>

<plugin.version>1.0.0-SNAPSHOT</plugin.version>
<plugin.version>0.10.0-SNAPSHOT</plugin.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/simple/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
}
}
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.community</groupId>
<artifactId>bpmn-driven-testing-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>bpmn-driven-testing-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.community</groupId>
<artifactId>bpmn-driven-testing-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>bpmn-driven-testing-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>bpmn-driven-testing-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 675a9b8

Please sign in to comment.