Skip to content

Commit

Permalink
feat(): Prepare for the next development iteration (0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivinog1 committed Jul 3, 2023
1 parent 5396437 commit a64f6e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.extension.kotlin.coworker</groupId>
<artifactId>kotlin-coworker</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion coworker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.extension.kotlin.coworker</groupId>
<artifactId>kotlin-coworker</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion coworker-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.camunda.community.extension.kotlin.coworker</groupId>
<artifactId>kotlin-coworker</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>

<artifactId>coworker-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-gateway-protocol-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.extension.kotlin.coworker</groupId>
<artifactId>kotlin-coworker</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.camunda.community.extension.kotlin.coworker</groupId>
<artifactId>kotlin-coworker</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<modules>
<module>coworker-core</module>
<module>kotlin-gateway-protocol-impl</module>
Expand Down

0 comments on commit a64f6e9

Please sign in to comment.