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

Commit 4954ea2

Browse files
committed
-> 1.1.1
1 parent e4851f3 commit 4954ea2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ producer, and streams metrics to those same outputs.
1515

1616
`dropwizard-metrics` 3.0 and above.
1717

18-
`kafka-clients` 0.8.1 and above, including 0.9 and 0.10.
18+
`kafka-clients` 0.8.1 and above, including 0.9, 0.10, 0.11, and 1.0.
1919
Also functions with Kafka Streams and Kafka Connect.
2020

2121

@@ -27,7 +27,7 @@ of the dependencies that you want:
2727
<dependency>
2828
<groupId>com.simple</groupId>
2929
<artifactId>kafka-dropwizard-reporter</artifactId>
30-
<version>1.1.0</version>
30+
<version>1.1.1</version>
3131
</dependency>
3232

3333
<!-- Required; you must provide metrics-core and kafka-clients;
@@ -150,10 +150,10 @@ Check that the output looks good. You should a jar, sources, javadoc, and pom,
150150
each with a signed `.asc` companion:
151151
``` bash
152152
$ ls target/kafka-*
153-
target/kafka-dropwizard-reporter-1.0.1-javadoc.jar target/kafka-dropwizard-reporter-1.0.1.jar
154-
target/kafka-dropwizard-reporter-1.0.1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.0.1.jar.asc
155-
target/kafka-dropwizard-reporter-1.0.1-sources.jar target/kafka-dropwizard-reporter-1.0.1.pom
156-
target/kafka-dropwizard-reporter-1.0.1-sources.jar.asc target/kafka-dropwizard-reporter-1.0.1.pom.asc
153+
target/kafka-dropwizard-reporter-1.1.1-javadoc.jar target/kafka-dropwizard-reporter-1.1.1.jar
154+
target/kafka-dropwizard-reporter-1.1.1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.1.1.jar.asc
155+
target/kafka-dropwizard-reporter-1.1.1-sources.jar target/kafka-dropwizard-reporter-1.1.1.pom
156+
target/kafka-dropwizard-reporter-1.1.1-sources.jar.asc target/kafka-dropwizard-reporter-1.1.1.pom.asc
157157
```
158158

159159
If the `target` directory looks good, deploy:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.simple</groupId>
66
<artifactId>kafka-dropwizard-reporter</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>kafka-dropwizard-reporter</name>

0 commit comments

Comments
 (0)