Skip to content

Commit

Permalink
Merge branch 'main' of github.com:operatr-io/streams-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jun 25, 2021
2 parents 85f93a0 + d719867 commit 70d9434
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [0.2.4] - 2021-24-06
### Changed
- Explicitly set `-target` and `-source` javac options to `1.7`.


## [0.2.3] - 2021-24-06
### Fixed
- Updated `project.clj` to meet requirements of deploying to Maven central.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![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)
[![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)

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

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

# Installation

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

```xml
<dependency>
<groupId>io.operatr</groupId>
<artifactId>kpow-streams-agent</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
<type>bundle</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject io.operatr/kpow-streams-agent "0.2.5"
:description "kPow's Kafka Streams monitoring agent"
:url "https://github.com/operatr-io/streams-agent"
:url "https://github.com/operatr-io/kpow-streams-agent"
:license {:name "Apache-2.0 License"
:url "https://www.apache.org/licenses/LICENSE-2.0"
:distribution :repo
Expand Down

0 comments on commit 70d9434

Please sign in to comment.