Skip to content

Commit

Permalink
release(v8.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 1, 2022
1 parent 005be44 commit 3af9c6c
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-api</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>jar</packaging>

<name>Zeebe Process Test API</name>
Expand Down
4 changes: 2 additions & 2 deletions assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Assertions</name>
Expand Down
4 changes: 2 additions & 2 deletions engine-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine-agent</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Engine Agent</name>
Expand Down
4 changes: 2 additions & 2 deletions engine-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine-protocol</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Engine Protocol</name>
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Engine</name>
Expand Down
4 changes: 2 additions & 2 deletions extension-testcontainer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Extension Testcontainer</name>
Expand Down
4 changes: 2 additions & 2 deletions extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-extension</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Extension</name>
Expand Down
4 changes: 2 additions & 2 deletions filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-filters</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>

<name>Zeebe Process Test Filters</name>

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<packaging>pom</packaging>

<name>Zeebe Process Test Root</name>
Expand Down Expand Up @@ -101,43 +101,43 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-api</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-engine</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-filters</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-engine-protocol</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 3af9c6c

Please sign in to comment.