Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
-> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jklukas committed Jan 24, 2018
1 parent e4851f3 commit 4954ea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ producer, and streams metrics to those same outputs.

`dropwizard-metrics` 3.0 and above.

`kafka-clients` 0.8.1 and above, including 0.9 and 0.10.
`kafka-clients` 0.8.1 and above, including 0.9, 0.10, 0.11, and 1.0.

This comment has been minimized.

Copy link
@vitaliis

vitaliis Mar 7, 2018

The readme is changed, but there is no release (at least on github in respective section).

I am curious about the change log (difference between 1.1.0 and 1.1.1). Is it worth updating?

This comment has been minimized.

Copy link
@jklukas

jklukas Mar 7, 2018

Author Contributor

Not making a release was an oversight. Just created one with explanation of the small change: https://github.com/SimpleFinance/kafka-dropwizard-reporter/releases/tag/v.1.1.1

This comment has been minimized.

Copy link
@jklukas

jklukas Mar 7, 2018

Author Contributor

Thanks for asking, @vitaliis

Also functions with Kafka Streams and Kafka Connect.


Expand All @@ -27,7 +27,7 @@ of the dependencies that you want:
<dependency>
<groupId>com.simple</groupId>
<artifactId>kafka-dropwizard-reporter</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<!-- Required; you must provide metrics-core and kafka-clients;
Expand Down Expand Up @@ -150,10 +150,10 @@ Check that the output looks good. You should a jar, sources, javadoc, and pom,
each with a signed `.asc` companion:
``` bash
$ ls target/kafka-*
target/kafka-dropwizard-reporter-1.0.1-javadoc.jar target/kafka-dropwizard-reporter-1.0.1.jar
target/kafka-dropwizard-reporter-1.0.1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.0.1.jar.asc
target/kafka-dropwizard-reporter-1.0.1-sources.jar target/kafka-dropwizard-reporter-1.0.1.pom
target/kafka-dropwizard-reporter-1.0.1-sources.jar.asc target/kafka-dropwizard-reporter-1.0.1.pom.asc
target/kafka-dropwizard-reporter-1.1.1-javadoc.jar target/kafka-dropwizard-reporter-1.1.1.jar
target/kafka-dropwizard-reporter-1.1.1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.1.1.jar.asc
target/kafka-dropwizard-reporter-1.1.1-sources.jar target/kafka-dropwizard-reporter-1.1.1.pom
target/kafka-dropwizard-reporter-1.1.1-sources.jar.asc target/kafka-dropwizard-reporter-1.1.1.pom.asc
```

If the `target` directory looks good, deploy:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.simple</groupId>
<artifactId>kafka-dropwizard-reporter</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-dropwizard-reporter</name>
Expand Down

0 comments on commit 4954ea2

Please sign in to comment.