Skip to content

Commit

Permalink
set current version to next unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Feb 21, 2023
1 parent 606950e commit 7e71a17
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.2.6 (UNRELEASED)

## 3.2.5 (02/21/2023)
- Add official support for Kafka versions 3.0.x through 3.4.x
- [gquintana](https://github.com/gquintana) added the following method to `KafkaTestUtils` to allow for additional control over the records being produced.
Expand Down
4 changes: 2 additions & 2 deletions kafka-junit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>kafka-junit</artifactId>
<groupId>com.salesforce.kafka.test</groupId>
<version>3.2.5</version>
<version>3.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>kafka-junit-core</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>

<!-- defined properties -->
<properties>
Expand Down
6 changes: 3 additions & 3 deletions kafka-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<parent>
<artifactId>kafka-junit</artifactId>
<groupId>com.salesforce.kafka.test</groupId>
<version>3.2.5</version>
<version>3.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<!-- Module Definition & Version -->
<artifactId>kafka-junit4</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>

<!-- defined properties -->
<properties>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.salesforce.kafka.test</groupId>
<artifactId>kafka-junit-core</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
</dependency>

<!-- JUnit is Required -->
Expand Down
6 changes: 3 additions & 3 deletions kafka-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<parent>
<artifactId>kafka-junit</artifactId>
<groupId>com.salesforce.kafka.test</groupId>
<version>3.2.5</version>
<version>3.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>kafka-junit5</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>

<!-- defined properties -->
<properties>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.salesforce.kafka.test</groupId>
<artifactId>kafka-junit-core</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
</dependency>

<!-- JUnit is Required -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>com.salesforce.kafka.test</groupId>
<artifactId>kafka-junit</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>

<!-- Submodules -->
<modules>
Expand Down

0 comments on commit 7e71a17

Please sign in to comment.