Skip to content

Commit 70d9434

Browse files
committed
Merge branch 'main' of github.com:operatr-io/streams-agent
2 parents 85f93a0 + d719867 commit 70d9434

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [0.2.4] - 2021-24-06
5+
### Changed
6+
- Explicitly set `-target` and `-source` javac options to `1.7`.
7+
8+
49
## [0.2.3] - 2021-24-06
510
### Fixed
611
- Updated `project.clj` to meet requirements of deploying to Maven central.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![test](https://github.com/operatr-io/streams-agent/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/operatr-io/streams-agent/actions/workflows/test.yml)
2+
[![Maven Central](https://img.shields.io/maven-central/v/io.operatr/kpow-streams-agent.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.operatr%22%20AND%20a:%22kpow-streams-agent%22)
23

34
# [kPow](https://kpow.io) Streams Agent
45

@@ -10,13 +11,13 @@ kPow's Kafka Streams agent. Install this agent to monitor Kafka Streams applicat
1011

1112
# Installation
1213

13-
kPow's streams agent can be found on Maven:
14+
kPow's streams agent can be found on [Maven Central](https://search.maven.org/artifact/io.operatr/kpow-streams-agent):
1415

1516
```xml
1617
<dependency>
1718
<groupId>io.operatr</groupId>
1819
<artifactId>kpow-streams-agent</artifactId>
19-
<version>0.2.3</version>
20+
<version>0.2.4</version>
2021
<type>bundle</type>
2122
</dependency>
2223
```

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject io.operatr/kpow-streams-agent "0.2.5"
22
:description "kPow's Kafka Streams monitoring agent"
3-
:url "https://github.com/operatr-io/streams-agent"
3+
:url "https://github.com/operatr-io/kpow-streams-agent"
44
:license {:name "Apache-2.0 License"
55
:url "https://www.apache.org/licenses/LICENSE-2.0"
66
:distribution :repo

0 commit comments

Comments
 (0)