Skip to content

Commit

Permalink
Name the version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-yves-monnet committed Sep 21, 2023
1 parent 8bedc17 commit 3fb161a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.camunda.community.automator</groupId>
<artifactId>process-execution-automator</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>

<properties>
<java.version>17</java.version>
Expand All @@ -13,11 +13,10 @@

<zeebe.version>8.2.0</zeebe.version>
<zeebe-client.version>8.2.4</zeebe-client.version>
<camunda7.version>7.18.0</camunda7.version>
<camunda7.version>7.19.0</camunda7.version>

<junit.jupiter.version>5.9.1</junit.jupiter.version>
<opensagres.version>2.0.3</opensagres.version>
<spring22.boot.version>2.7.4</spring22.boot.version>
<spring.boot.version>3.1.3</spring.boot.version>
</properties>

Expand All @@ -27,7 +26,7 @@
<parent>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>


Expand Down Expand Up @@ -78,7 +77,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<version>2.10.1</version>
</dependency>


Expand All @@ -92,7 +91,7 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-operate-client-java</artifactId>
<version>8.1.7.0</version>
<version>8.1.8.1</version>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
Expand Down

0 comments on commit 3fb161a

Please sign in to comment.