Skip to content

Commit

Permalink
release(v0.9.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 7, 2022
1 parent 87ccd26 commit eb7fcdd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>0.8.2-SNAPSHOT</version>
<version>0.9.1</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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>eze</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>jar</packaging>

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions junit-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>eze-root</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.8.2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>eze-junit-extension</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>eze</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9.1</version>
</dependency>

<dependency>
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>0.8.2-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>
<name>EZE Root</name>

Expand Down

0 comments on commit eb7fcdd

Please sign in to comment.