Skip to content

Commit

Permalink
merge: #979
Browse files Browse the repository at this point in the history
979: chore(project): prepare for next release r=tmetzke a=tmetzke

## Description

Bump the project version to `8.4.0-SNAPSHOT` after the `8.3.0` release.

**_Note_**: This was missed after the last release.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #

<!-- Cut-off marker
_All lines under and including the cut-off marker will be removed from the merge commit message_

## Definition of Ready

Please check the items that apply, before requesting a review.

You can find more details about these items in our wiki page about [Pull Requests and Code Reviews](https://github.com/camunda/zeebe/wiki/Pull-Requests-and-Code-Reviews).

* [ ] I've reviewed my own code
* [ ] I've written a clear changelist description
* [ ] I've narrowly scoped my changes
* [ ] I've separated structural from behavioural changes
-->

## Definition of Done

<!-- Please check the items that apply, before merging or (if possible) before requesting a review. -->

_Not all items need to be done depending on the issue and the pull request._

Code changes:
* [ ] The changes are backwards compatibility with previous versions
* [ ] If it fixes a bug then PRs are created to backport the fix

Testing:
* [ ] There are unit/integration tests that verify all acceptance criterias of the issue
* [ ] New tests are written to ensure backwards compatibility with further versions
* [ ] The behavior is tested manually

Documentation:
* [ ] Javadoc has been written
* [ ] The documentation is updated


Co-authored-by: Meggle (Sebastian Bathke) <[email protected]>
  • Loading branch information
zeebe-bors-camunda[bot] and megglos authored Nov 16, 2023
2 parents cd68cff + 4e8c8e1 commit 02a8f67
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.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</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 @@ -12,12 +12,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

<artifactId>zeebe-process-test-engine</artifactId>
<version>8.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</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.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</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.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

<artifactId>zeebe-process-test-filters</artifactId>
<version>8.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</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 @@ -25,7 +25,7 @@

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

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

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

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

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

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

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

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-engine-protocol</artifactId>
<version>8.3.0-SNAPSHOT</version>
<version>8.4.0-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.3.0-SNAPSHOT</version>
<version>8.4.0-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.3.0-SNAPSHOT</version>
<version>8.4.0-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.3.0-SNAPSHOT</version>
<version>8.4.0-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.3.0-SNAPSHOT</version>
<version>8.4.0-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.3.0-SNAPSHOT</version>
<version>8.4.0-SNAPSHOT</version>
</parent>

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

0 comments on commit 02a8f67

Please sign in to comment.