Skip to content

Commit

Permalink
Update to use connector sdk 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
upgradingdave committed Oct 4, 2022
1 parent 614d864 commit 82b53d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-core</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-runtime-job-worker</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<!-- JSON LocalDateTime -->
Expand Down

0 comments on commit 82b53d9

Please sign in to comment.