Skip to content

Commit

Permalink
release(v0.10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 20, 2024
1 parent 675a9b8 commit 17df646
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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>0.10.0-SNAPSHOT</version>
<version>0.10.0</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>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>bpmn-driven-testing-impl</artifactId>
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>0.10.0-SNAPSHOT</version>
<version>0.10.0</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>0.10.0-SNAPSHOT</version>
<version>0.10.0</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>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 17df646

Please sign in to comment.