Skip to content

Commit

Permalink
prep for release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Dec 17, 2021

Verified

This commit was signed with the committer’s verified signature.
minrk Min RK
1 parent 53d08d5 commit 2ab37aa
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.8.0 (12/17/2021)
## 2.8.1 (12/17/2021)

#### Bug Fixes
- Resolves javascript errors/warnings for graphs on Consumer Read page.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
MAINTAINER SourceLab.org <stephen.powis@gmail.com>

## Define what version of Kafka Webview to build the image using.
ENV WEBVIEW_VER="2.8.0" \
WEBVIEW_SHA1="ec9d1b1fba703b22c3da076560e6789ed96148f9" \
ENV WEBVIEW_VER="2.8.1" \
WEBVIEW_SHA1="5f84adc3496fe53adaebb061a3e85b3cb6732e47" \
WEBVIEW_HOME="/app"

# Create app and data directories
4 changes: 2 additions & 2 deletions dev-cluster/pom.xml
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@
<parent>
<artifactId>kafka-webview</artifactId>
<groupId>org.sourcelab</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dev-cluster</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>

<!-- Require Maven 3.3.9 -->
<prerequisites>
2 changes: 1 addition & 1 deletion kafka-webview-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sourcelab</groupId>
<artifactId>kafka-webview</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka-webview-plugin</artifactId>
4 changes: 2 additions & 2 deletions kafka-webview-ui/pom.xml
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
<parent>
<artifactId>kafka-webview</artifactId>
<groupId>org.sourcelab</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka-webview-ui</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>

<!-- Module Description and Ownership -->
<name>Kafka WebView UI</name>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<groupId>org.sourcelab</groupId>
<artifactId>kafka-webview</artifactId>
<packaging>pom</packaging>
<version>2.8.0</version>
<version>2.8.1</version>

<!-- Define submodules -->
<modules>

0 comments on commit 2ab37aa

Please sign in to comment.