Skip to content

Commit

Permalink
release(v1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 2, 2022
1 parent e2c5ca7 commit 9f6cb9c
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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>eze-junit-extension</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>eze</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>EZE Root</name>

Expand Down

0 comments on commit 9f6cb9c

Please sign in to comment.