Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen powis committed Nov 9, 2017
1 parent 65f79a4 commit c896438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.0 (10/16/2017)
- Upgrade Kafka Server and Kafka-Clients to 0.11.0.1
- Internally KafkaTestServer now uses AdminClient to perform operational tasks.
- Added SharedKafkaTestResource and SharedZookeeperTestResource to simplify usage in tests.

## 0.1.0 (07/11/2017)
## 1.0.0 (11/09/2017)
- Initial release!
- Based off of Kafka Server and Kafka-Clients version 0.10.0.1
- Based off of Kafka Server and Kafka-Clients version 0.11.0.1

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -307,7 +307,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.0-M1</version>
<configuration>
<show>public</show>
</configuration>
Expand Down

0 comments on commit c896438

Please sign in to comment.