Skip to content

Commit

Permalink
release(v1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 25, 2022
1 parent 1df5898 commit 09cfd00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>eze-root</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions eze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>eze</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>EZE - Embedded Zeebe Engine</name>
Expand All @@ -14,7 +14,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>eze-root</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion junit-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>eze-root</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>eze-junit-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>eze-root</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>EZE Root</name>

Expand Down

0 comments on commit 09cfd00

Please sign in to comment.