Skip to content

Commit

Permalink
Start next development version
Browse files Browse the repository at this point in the history
Signed-off-by: k-wall <[email protected]>
  • Loading branch information
k-wall authored and kroxylicious-robot committed Nov 22, 2024
1 parent 947d411 commit 8e937f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Please enumerate all user-facing changes using format `<githib issue/pr number>: <short description>`, with changes ordered in reverse chronological order.

## SNAPSHOT
## 0.10.0

* [##419](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/#419): Refactor endpoint creation and allow client connections to be formed to controllers in container mode.
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.kroxylicious.testing</groupId>
<artifactId>testing-parent</artifactId>
<version>0.10.0</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.kroxylicious.testing</groupId>
<artifactId>testing-parent</artifactId>
<version>0.10.0</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.kroxylicious.testing</groupId>
<artifactId>testing-parent</artifactId>
<version>0.10.0</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion junit5-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.kroxylicious.testing</groupId>
<artifactId>testing-parent</artifactId>
<version>0.10.0</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.kroxylicious.testing</groupId>
<artifactId>testing-parent</artifactId>
<version>0.10.0</version>
<version>0.11.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Kroxylicious Testing Parent</name>
Expand Down

0 comments on commit 8e937f3

Please sign in to comment.