Skip to content

Commit

Permalink
release(v0.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 28, 2023
1 parent 72b8be7 commit 0ff19b2
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.3.0-SNAPSHOT</version>
<version>0.3.0</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.3.0-SNAPSHOT</version>
<version>0.3.0</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.3.0-SNAPSHOT</version>
<version>0.3.0</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.3.0-SNAPSHOT</version>
<version>0.3.0</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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<modules>
<module>coworker-core</module>
<module>kotlin-gateway-protocol-impl</module>
Expand Down

0 comments on commit 0ff19b2

Please sign in to comment.