Skip to content

Commit

Permalink
release(v1.2.0-alpha1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 21, 2023
1 parent 0783108 commit 3e549e2
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.1.1-SNAPSHOT</version>
<version>1.2.0-alpha1</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.1.1-SNAPSHOT</version>
<version>1.2.0-alpha1</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.1.1-SNAPSHOT</version>
<version>1.2.0-alpha1</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 @@ -6,7 +6,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>eze-root</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-alpha1</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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>eze-root</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-alpha1</version>
<packaging>pom</packaging>
<name>EZE Root</name>

Expand Down

0 comments on commit 3e549e2

Please sign in to comment.