Skip to content

Commit f1d9b64

Browse files
committed
prep for release of 2.8.0
1 parent 32f94d9 commit f1d9b64

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 2.8.0 (UNRELEASED)
5+
## 2.8.0 (12/17/2021)
66

77
#### Bug Fixes
88
- Resolves javascript errors/warnings for graphs on Consumer Read page.
99
- Resolves title not updating to reflect the current topic being displayed on graphs on Consumer Read page.
1010
- Resolves NullPointerException error if you attempt to seek to a timestamp on a partition past the tail of the topic.
11+
- Fix start.sh script when running with JDK 16+.
1112

1213
#### Internal Development Changes
1314
- Migrated CI solution from TravisCI to GithubActions.

dev-cluster/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>kafka-webview</artifactId>
77
<groupId>org.sourcelab</groupId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>dev-cluster</artifactId>
13-
<version>2.8.0-SNAPSHOT</version>
13+
<version>2.8.0</version>
1414

1515
<!-- Require Maven 3.3.9 -->
1616
<prerequisites>

kafka-webview-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sourcelab</groupId>
77
<artifactId>kafka-webview</artifactId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>kafka-webview-plugin</artifactId>

kafka-webview-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>kafka-webview</artifactId>
77
<groupId>org.sourcelab</groupId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>kafka-webview-ui</artifactId>
12-
<version>2.8.0-SNAPSHOT</version>
12+
<version>2.8.0</version>
1313

1414
<!-- Module Description and Ownership -->
1515
<name>Kafka WebView UI</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.sourcelab</groupId>
88
<artifactId>kafka-webview</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.8.0-SNAPSHOT</version>
10+
<version>2.8.0</version>
1111

1212
<!-- Define submodules -->
1313
<modules>

0 commit comments

Comments
 (0)