Skip to content

Commit

Permalink
release(v8.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 14, 2022
1 parent 9897e86 commit b0091ae
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-api</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine-agent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine-protocol</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Zeebe Process Test Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
</parent>

<artifactId>zeebe-process-test-examples</artifactId>
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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-extension</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-filters</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<packaging>pom</packaging>

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

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

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

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

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

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

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

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

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

<artifactId>zeebe-process-test-qa-embedded</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa-abstracts</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion qa/testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
</parent>

<artifactId>zeebe-process-test-qa-testcontainers</artifactId>
Expand Down

0 comments on commit b0091ae

Please sign in to comment.