Skip to content

Commit

Permalink
release(v8.6.7-rc2): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 2, 2025
1 parent 00f4508 commit a84e7d7
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion api/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion assertions/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion engine-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion engine-protocol/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion engine/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
</parent>

<artifactId>zeebe-process-test-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-testcontainer/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion filters/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

<name>Zeebe Process Test Root</name>
Expand Down Expand Up @@ -130,49 +130,49 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-api</artifactId>
<version>8.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
</dependency>

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

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

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

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

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

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

<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-test-common</artifactId>
<version>8.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa</artifactId>
<version>8.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
</parent>

<artifactId>zeebe-process-test-qa-testcontainers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-test/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-test-pom</artifactId>
<version>8.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-test/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>spring-boot-starter-camunda-test-pom</artifactId>
<version>8.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-test/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.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-test/testcontainer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-test-pom</artifactId>
<version>8.6.7-rc2</version>
<version>8.6.7-rc3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a84e7d7

Please sign in to comment.