Skip to content

Commit c4a0bee

Browse files
robobariokroxylicious-robot
authored andcommitted
Start next development version
Signed-off-by: robobario <1667008+robobario@users.noreply.github.com>
1 parent ed66a31 commit c4a0bee

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

5+
## SNAPSHOT
56
## 0.16.0
67

78
* [#630](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/630): deps: Bump io.netty:netty-pkitesting from 4.2.14.Final to 4.2.15.Final

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.kroxylicious.testing</groupId>
1616
<artifactId>testing-parent</artifactId>
17-
<version>0.16.0</version>
17+
<version>0.17.0-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.kroxylicious.testing</groupId>
1616
<artifactId>testing-parent</artifactId>
17-
<version>0.16.0</version>
17+
<version>0.17.0-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.kroxylicious.testing</groupId>
1616
<artifactId>testing-parent</artifactId>
17-
<version>0.16.0</version>
17+
<version>0.17.0-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

junit5-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.kroxylicious.testing</groupId>
1616
<artifactId>testing-parent</artifactId>
17-
<version>0.16.0</version>
17+
<version>0.17.0-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.kroxylicious.testing</groupId>
1515
<artifactId>testing-parent</artifactId>
16-
<version>0.16.0</version>
16+
<version>0.17.0-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818

1919
<name>Kroxylicious Testing Parent</name>

0 commit comments

Comments
 (0)